[coreboot] [PATCH] artecgroup/dbe61: Set up some video memory, as the device has VGA output.

Mart Raudsepp mart.raudsepp at artecdesign.ee
Wed May 28 02:27:04 CEST 2008


artecgroup/dbe61: Set up some video memory, as the device has VGA output.

This allows me to have a working coreinfo payload on DBE61 with coreboot-v3.

Signed-off-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>
---
Outside suggested commit message note:

I think geode_video_mb should be a Kconfig option for boards that have
video output possible at all. The 16MB is picked because 8MB is not enough
for WinCE, but this much is often not necessary to be allocated for other
uses, so configurability would be nice.

 mainboard/artecgroup/dbe61/dts |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/mainboard/artecgroup/dbe61/dts b/mainboard/artecgroup/dbe61/dts
index fb51f60..f3d4de5 100644
--- a/mainboard/artecgroup/dbe61/dts
+++ b/mainboard/artecgroup/dbe61/dts
@@ -81,6 +81,8 @@ end
 	};
 	domain at 0 {
 		/config/("northbridge/amd/geodelx/domain");
+		/* Video RAM has to be in 2MB chunks. */
+		geode_video_mb = "16";
 		pci at 1,0 {
 			/config/("northbridge/amd/geodelx/pci");
 		};
-- 
1.5.4.5






More information about the coreboot mailing list