summaryrefslogtreecommitdiffstats
path: root/src/mainboard
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-10-11 10:25:35 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-10-11 10:25:35 +0000
commit90216de46223da2abe8b511b8b7ea6253bbcb8fc (patch)
tree5d91b543dd63c59ef3979635a16981c88b1411ce /src/mainboard
parentf904a596d01c5ab7c03a36f839de66b1d4d95ce3 (diff)
downloadcoreboot-staging-90216de46223da2abe8b511b8b7ea6253bbcb8fc.zip
coreboot-staging-90216de46223da2abe8b511b8b7ea6253bbcb8fc.tar.gz
Set the default video memory to 0 MB for all GX1 boards which don't yet
use that feature in order to not waste RAM. Also, add missing CONFIG_VIDEO_MB for the eaglelion/5bcm, which should fix the build for that board. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2848 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/asi/mb_5blmp/Options.lb2
-rw-r--r--src/mainboard/eaglelion/5bcm/Options.lb3
-rw-r--r--src/mainboard/iei/juki-511p/Options.lb2
-rw-r--r--src/mainboard/iei/nova4899r/Options.lb2
4 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/asi/mb_5blmp/Options.lb b/src/mainboard/asi/mb_5blmp/Options.lb
index 7b3ecb3..ca8fc4c 100644
--- a/src/mainboard/asi/mb_5blmp/Options.lb
+++ b/src/mainboard/asi/mb_5blmp/Options.lb
@@ -156,7 +156,7 @@ default MAXIMUM_CONSOLE_LOGLEVEL=9
# VGA Console
# default CONFIG_CONSOLE_VGA=1
# default CONFIG_PCI_ROM_RUN=1
-default CONFIG_VIDEO_MB = 4
+default CONFIG_VIDEO_MB = 0
end
diff --git a/src/mainboard/eaglelion/5bcm/Options.lb b/src/mainboard/eaglelion/5bcm/Options.lb
index 79ef88b..19ccef3 100644
--- a/src/mainboard/eaglelion/5bcm/Options.lb
+++ b/src/mainboard/eaglelion/5bcm/Options.lb
@@ -40,6 +40,7 @@ uses TTYS0_BASE
uses TTYS0_LCS
uses CONFIG_UDELAY_TSC
uses CONFIG_TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
+uses CONFIG_VIDEO_MB
## ROM_SIZE is the size of boot ROM that this board will use.
default ROM_SIZE = 256*1024
@@ -157,5 +158,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 = 0
+
end
diff --git a/src/mainboard/iei/juki-511p/Options.lb b/src/mainboard/iei/juki-511p/Options.lb
index f426395..e2185a2 100644
--- a/src/mainboard/iei/juki-511p/Options.lb
+++ b/src/mainboard/iei/juki-511p/Options.lb
@@ -140,7 +140,7 @@ default CROSS_COMPILE=""
default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
-default CONFIG_VIDEO_MB = 4
+default CONFIG_VIDEO_MB = 0
end
diff --git a/src/mainboard/iei/nova4899r/Options.lb b/src/mainboard/iei/nova4899r/Options.lb
index eb52dcc..771a40b 100644
--- a/src/mainboard/iei/nova4899r/Options.lb
+++ b/src/mainboard/iei/nova4899r/Options.lb
@@ -167,7 +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
+default CONFIG_VIDEO_MB = 0
end
OpenPOWER on IntegriCloud