[coreboot] [v2] r4325 - in trunk/coreboot-v2: src/config src/mainboard/emulation/qemu-x86 src/mainboard/rca/rm4100 src/mainboard/thomson/ip1000 targets/rca/rm4100 targets/thomson/ip1000

svn at coreboot.org svn at coreboot.org
Fri May 29 20:41:09 CEST 2009


Author: linux_junkie
Date: 2009-05-29 20:41:09 +0200 (Fri, 29 May 2009)
New Revision: 4325

Modified:
   trunk/coreboot-v2/src/config/Options.lb
   trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb
   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:
rename the option CONFIG_PCI_OPTION_ROM_RUN_VM86 to CONFIG_PCI_OPTION_ROM_RUN_REALMODE.
Signed-off-by: Joseph Smith <joe at settoplinux.org>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb	2009-05-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/src/config/Options.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -1114,7 +1114,7 @@
 
 end
 
-define CONFIG_PCI_OPTION_ROM_RUN_VM86
+define CONFIG_PCI_OPTION_ROM_RUN_REALMODE
 	default 0
 	export used
 	comment "Use Yabel instead of old bios emulator"

Modified: trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb	2009-05-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/src/mainboard/emulation/qemu-x86/Options.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -37,7 +37,7 @@
 uses HOSTCC
 uses OBJCOPY
 uses CONFIG_PCI_ROM_RUN
-uses CONFIG_PCI_OPTION_ROM_RUN_VM86
+uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
 
 uses CONFIG_CONSOLE_SERIAL8250
 uses USE_DCACHE_RAM
@@ -92,7 +92,7 @@
 ## Option ROM init
 ##
 default CONFIG_PCI_ROM_RUN=1
-default CONFIG_PCI_OPTION_ROM_RUN_VM86=1
+default CONFIG_PCI_OPTION_ROM_RUN_REALMODE=1
 
 ###
 ### coreboot layout values

Modified: trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb
===================================================================
--- trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb	2009-05-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/src/mainboard/rca/rm4100/Options.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -24,7 +24,7 @@
 uses CONFIG_CONSOLE_VGA
 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
 uses CONFIG_IOAPIC
-uses CONFIG_PCI_OPTION_ROM_RUN_VM86
+uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
 uses CONFIG_PCI_ROM_RUN
 uses CONFIG_ROM_PAYLOAD
 uses CONFIG_ROM_PAYLOAD_START
@@ -79,7 +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_PCI_OPTION_ROM_RUN_REALMODE = 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-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/src/mainboard/thomson/ip1000/Options.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -24,7 +24,7 @@
 uses CONFIG_CONSOLE_VGA
 uses CONFIG_COMPRESSED_PAYLOAD_LZMA
 uses CONFIG_IOAPIC
-uses CONFIG_PCI_OPTION_ROM_RUN_VM86
+uses CONFIG_PCI_OPTION_ROM_RUN_REALMODE
 uses CONFIG_PCI_ROM_RUN
 uses CONFIG_ROM_PAYLOAD
 uses CONFIG_ROM_PAYLOAD_START
@@ -79,7 +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_PCI_OPTION_ROM_RUN_REALMODE = 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-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/targets/rca/rm4100/Config.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -37,7 +37,7 @@
 ##
 option CONFIG_CONSOLE_VGA = 1
 option CONFIG_PCI_ROM_RUN = 1
-option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
+option CONFIG_PCI_OPTION_ROM_RUN_REALMODE = 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-29 13:45:22 UTC (rev 4324)
+++ trunk/coreboot-v2/targets/thomson/ip1000/Config.lb	2009-05-29 18:41:09 UTC (rev 4325)
@@ -37,7 +37,7 @@
 ##
 option CONFIG_CONSOLE_VGA = 1
 option CONFIG_PCI_ROM_RUN = 1
-option CONFIG_PCI_OPTION_ROM_RUN_VM86 = 1
+option CONFIG_PCI_OPTION_ROM_RUN_REALMODE = 1
 
 ##
 ## Choose the amount of memory pre-allocated for VGA





More information about the coreboot mailing list