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@artecdesign.ee>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@686 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Mart Raudsepp 2008-05-28 00:58:59 +00:00
parent 9700b1e3b6
commit c26b7ea48e

View file

@ -81,6 +81,9 @@ end
};
domain@0 {
/config/("northbridge/amd/geodelx/domain");
/* Video RAM has to be in 2MB chunks. */
/* 16MB for now, as 8MB would not be enough for WinCE */
geode_video_mb = "16";
pci@1,0 {
/config/("northbridge/amd/geodelx/pci");
};