mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
9700b1e3b6
commit
c26b7ea48e
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue