summaryrefslogtreecommitdiff
path: root/src/mainboard/thomson/ip1000
diff options
context:
space:
mode:
authorJoseph Smith <joe@settoplinux.org>2009-05-01 04:44:36 +0000
committerJoseph Smith <joe@smittys.pointclark.net>2009-05-01 04:44:36 +0000
commit5252b1184a20ddd40ad7ee7be87cc95130fc5d77 (patch)
tree9d3d38cce57ac2d5b7c1ddf2dd0078841f1ab40c /src/mainboard/thomson/ip1000
parent97e6dfed12604774434c2ba1abeba9ac34062d70 (diff)
downloadcoreboot-5252b1184a20ddd40ad7ee7be87cc95130fc5d77.tar.xz
This patch changes the default rom emulator to VM86.
Signed-off-by: Joseph Smith <joe@settoplinux.org> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4245 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/thomson/ip1000')
-rw-r--r--src/mainboard/thomson/ip1000/Options.lb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/thomson/ip1000/Options.lb b/src/mainboard/thomson/ip1000/Options.lb
index 8b47189cce..08cb033ab9 100644
--- a/src/mainboard/thomson/ip1000/Options.lb
+++ b/src/mainboard/thomson/ip1000/Options.lb
@@ -24,6 +24,7 @@ uses CONFIG_CONSOLE_SERIAL8250
uses CONFIG_CONSOLE_VGA
uses CONFIG_COMPRESSED_PAYLOAD_LZMA
uses CONFIG_IOAPIC
+uses CONFIG_PCI_OPTION_ROM_RUN_VM86
uses CONFIG_PCI_ROM_RUN
uses CONFIG_ROM_PAYLOAD
uses CONFIG_ROM_PAYLOAD_START
@@ -78,6 +79,7 @@ default CONFIG_IOAPIC = 0
default HAVE_OPTION_TABLE = 0
default CONFIG_CONSOLE_VGA = 0
default CONFIG_PCI_ROM_RUN = 0
+default CONFIG_PCI_OPTION_ROM_RUN_VM86 = 0
default CONFIG_VIDEO_MB = 0
default STACK_SIZE = 0x2000
default HEAP_SIZE = 0x4000