summaryrefslogtreecommitdiff
path: root/src/mainboard/iei
diff options
context:
space:
mode:
authorCorey Osgood <corey.osgod@gmail.com>2007-10-10 15:01:48 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-10 15:01:48 +0000
commitae1ab3edecaa213ab941001acbf66c91b8cc4fc4 (patch)
treeab79aac9fcac0408c579a195d650157256e77a98 /src/mainboard/iei
parent96fb22d9b053f64919e51a5d7f702e0f8386aa1e (diff)
downloadcoreboot-ae1ab3edecaa213ab941001acbf66c91b8cc4fc4.tar.xz
This patch adds the CONFIG_VIDEO_MB option to boards that
currently don't have it but need it to compile with the new Geode GX1 VGA support. This sets the size at 4MB, which was the size previously defined in the VGA code. Signed-off-by: Corey Osgood <corey.osgod@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2845 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei')
-rw-r--r--src/mainboard/iei/juki-511p/Options.lb7
-rw-r--r--src/mainboard/iei/nova4899r/Options.lb3
2 files changed, 6 insertions, 4 deletions
diff --git a/src/mainboard/iei/juki-511p/Options.lb b/src/mainboard/iei/juki-511p/Options.lb
index 45a8436b32..f426395c70 100644
--- a/src/mainboard/iei/juki-511p/Options.lb
+++ b/src/mainboard/iei/juki-511p/Options.lb
@@ -35,17 +35,14 @@ uses HAVE_MP_TABLE
uses CROSS_COMPILE
uses CC
uses HOSTCC
-
uses OBJCOPY
-
uses CONFIG_CONSOLE_SERIAL8250
uses DEFAULT_CONSOLE_LOGLEVEL
uses MAXIMUM_CONSOLE_LOGLEVEL
-
uses TTYS0_BAUD
uses TTYS0_BASE
uses TTYS0_LCS
-
+uses CONFIG_VIDEO_MB
## ROM_SIZE is the size of boot ROM that this board will use.
default ROM_SIZE = 256*1024
@@ -143,5 +140,7 @@ default CROSS_COMPILE=""
default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
+default CONFIG_VIDEO_MB = 4
+
end
diff --git a/src/mainboard/iei/nova4899r/Options.lb b/src/mainboard/iei/nova4899r/Options.lb
index e3007bdc65..eb52dcc83e 100644
--- a/src/mainboard/iei/nova4899r/Options.lb
+++ b/src/mainboard/iei/nova4899r/Options.lb
@@ -44,6 +44,7 @@ uses CONFIG_PCI_ROM_RUN
uses CONFIG_COMPRESSED_PAYLOAD_LZMA
uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
uses CONFIG_PRECOMPRESSED_PAYLOAD
+uses CONFIG_VIDEO_MB
## ROM_SIZE is the size of boot ROM that this board will use.
default ROM_SIZE = 256*1024
@@ -166,5 +167,7 @@ default DEFAULT_CONSOLE_LOGLEVEL=8
## At a maximum only compile in this level of debugging
default MAXIMUM_CONSOLE_LOGLEVEL=8
+default CONFIG_VIDEO_MB = 4
+
end