[coreboot] [v2] r4245 - in trunk/coreboot-v2: src/mainboard/rca/rm4100 src/mainboard/thomson/ip1000 targets/rca/rm4100 targets/thomson/ip1000

svn at coreboot.org svn at coreboot.org
Fri May 1 06:44:36 CEST 2009


Author: linux_junkie
Date: 2009-05-01 06:44:36 +0200 (Fri, 01 May 2009)
New Revision: 4245

Modified:
   trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb
   trunk/coreboot-v2/src/mainboard/thomson/ip1000/Options.lb
   trunk/coreboot-v2/targets/rca/rm4100/Config.lb
   trunk/coreboot-v2/targets/thomson/ip1000/Config.lb
Log:
This patch changes the default rom emulator to VM86. 
Signed-off-by: Joseph Smith <joe at settoplinux.org> 
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified: trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb	2009-05-01 04:37:13 UTC (rev 4244)
+++ trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb	2009-05-01 04:44:36 UTC (rev 4245)
@@ -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

Modified: trunk/coreboot-v2/src/mainboard/thomson/ip1000/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/thomson/ip1000/Options.lb	2009-05-01 04:37:13 UTC (rev 4244)
+++ trunk/coreboot-v2/src/mainboard/thomson/ip1000/Options.lb	2009-05-01 04:44:36 UTC (rev 4245)
@@ -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

Modified: trunk/coreboot-v2/targets/rca/rm4100/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/rca/rm4100/Config.lb	2009-05-01 04:37:13 UTC (rev 4244)
+++ trunk/coreboot-v2/targets/rca/rm4100/Config.lb	2009-05-01 04:44:36 UTC (rev 4245)
@@ -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

Modified: trunk/coreboot-v2/targets/thomson/ip1000/Config.lb
===================================================================
--- trunk/coreboot-v2/targets/thomson/ip1000/Config.lb	2009-05-01 04:37:13 UTC (rev 4244)
+++ trunk/coreboot-v2/targets/thomson/ip1000/Config.lb	2009-05-01 04:44:36 UTC (rev 4245)
@@ -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





More information about the coreboot mailing list