[coreboot] [v2] r4645 - trunk/coreboot-v2/src/config

svn at coreboot.org svn at coreboot.org
Thu Sep 17 20:30:23 CEST 2009


Author: myles
Date: 2009-09-17 20:30:23 +0200 (Thu, 17 Sep 2009)
New Revision: 4645

Modified:
   trunk/coreboot-v2/src/config/Options.lb
Log:
I forgot to add CONFIG_VGA_BRIDGE_SETUP to the old build system.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>



Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb	2009-09-17 16:59:07 UTC (rev 4644)
+++ trunk/coreboot-v2/src/config/Options.lb	2009-09-17 18:30:23 UTC (rev 4645)
@@ -426,6 +426,11 @@
 	export always
 	comment "Enable x86emu debugging code"
 end
+define CONFIG_VGA_BRIDGE_SETUP
+	default 1
+	export always
+	comment "Set bridge bits to enable legacy VGA ranges"
+end
 define CONFIG_CONSOLE_VGA
 	default 0
 	export always





More information about the coreboot mailing list