This patch changes the default rom emulator to VM86 on IP1000 and RM4100
(it is much faster than x86emu or YABEL).
Signed-off-by: Joesph Smith <[email protected]>
--
Thanks,
Joseph Smith
Set-Top-Linux
www.settoplinux.org
Index: src/mainboard/thomson/ip1000/Options.lb
===================================================================
--- src/mainboard/thomson/ip1000/Options.lb (revision 4242)
+++ src/mainboard/thomson/ip1000/Options.lb (working copy)
@@ -24,6 +24,7 @@
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 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
Index: src/mainboard/rca/rm4100/Options.lb
===================================================================
--- src/mainboard/rca/rm4100/Options.lb (revision 4242)
+++ src/mainboard/rca/rm4100/Options.lb (working copy)
@@ -24,6 +24,7 @@
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 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
Index: targets/thomson/ip1000/Config.lb
===================================================================
--- targets/thomson/ip1000/Config.lb (revision 4242)
+++ targets/thomson/ip1000/Config.lb (working copy)
@@ -37,6 +37,7 @@
##
option CONFIG_CONSOLE_VGA = 1
option CONFIG_PCI_ROM_RUN = 1
+option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
##
## Choose the amount of memory pre-allocated for VGA
Index: targets/rca/rm4100/Config.lb
===================================================================
--- targets/rca/rm4100/Config.lb (revision 4242)
+++ targets/rca/rm4100/Config.lb (working copy)
@@ -37,6 +37,7 @@
##
option CONFIG_CONSOLE_VGA = 1
option CONFIG_PCI_ROM_RUN = 1
+option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
##
## Choose the amount of memory pre-allocated for VGA
--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot