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 --- 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@0 { /config/("northbridge/amd/geodelx/domain"); + /* Video RAM has to be in 2MB chunks. */ + geode_video_mb = "16"; pci@1,0 { /config/("northbridge/amd/geodelx/pci"); };