aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-x86/Options.lb
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-03-13 17:00:46 +0000
committerStefan Reinauer <stepan@openbios.org>2009-03-13 17:00:46 +0000
commit65e9bc13f0588fa12ed3229bddd3ad87990c3470 (patch)
tree798b2c6f6f9d1ff1ca50f743f396b7f36a4ce39d /src/mainboard/emulation/qemu-x86/Options.lb
parentbe7f79867e4d989fc9cb7fb9e8b0b8ec55956875 (diff)
This one is an example on how to drop vgabios.c from the mainboard or chipset
directories and use the global (v3) one in util/x86emu instead. It also fixes the breakage introduced by 4000 Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4001 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/emulation/qemu-x86/Options.lb')
-rw-r--r--src/mainboard/emulation/qemu-x86/Options.lb10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb
index e1fa3b13f7..bf8ac39ef1 100644
--- a/src/mainboard/emulation/qemu-x86/Options.lb
+++ b/src/mainboard/emulation/qemu-x86/Options.lb
@@ -35,6 +35,8 @@ uses CROSS_COMPILE
uses CC
uses HOSTCC
uses OBJCOPY
+uses CONFIG_PCI_ROM_RUN
+uses CONFIG_PCI_OPTION_ROM_RUN_VM86
uses CONFIG_CONSOLE_SERIAL8250
@@ -78,6 +80,12 @@ default IRQ_SLOT_COUNT=6
##
default HAVE_OPTION_TABLE=1
+##
+## Option ROM init
+##
+default CONFIG_PCI_ROM_RUN=1
+default CONFIG_PCI_OPTION_ROM_RUN_VM86=1
+
###
### coreboot layout values
###
@@ -113,5 +121,3 @@ default CC="$(CROSS_COMPILE)gcc -m32"
default HOSTCC="gcc"
end
-
-