rename VM86 to REALMODE in v3, too, as that is what it really is.

(trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@1171 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2009-06-07 17:36:43 +00:00
parent f1fae638c1
commit 1a5f05b02c
5 changed files with 13 additions and 13 deletions

View file

@ -25,12 +25,12 @@ config PCI_OPTION_ROM_RUN
help help
Execute PCI/AGP option ROMs if available. This is required to Execute PCI/AGP option ROMs if available. This is required to
enable PCI/AGP VGA plugin cards. This option is not exposed enable PCI/AGP VGA plugin cards. This option is not exposed
to the user but set by the options PCI_OPTION_ROM_RUN_VM86 to the user but set by the options PCI_OPTION_ROM_RUN_REALMODE,
, PCI_OPTION_ROM_RUN_X86EMU and PCI_OPTION_ROM_RUN_YABEL. PCI_OPTION_ROM_RUN_X86EMU and PCI_OPTION_ROM_RUN_YABEL.
choice choice
prompt "Execute PCI Option ROMs" prompt "Execute PCI Option ROMs"
default PCI_OPTION_ROM_RUN_VM86 default PCI_OPTION_ROM_RUN_REALMODE
help help
Execute PCI/AGP option ROMs if available. You can choose to Execute PCI/AGP option ROMs if available. You can choose to
execute PCI option ROMs natively (32bit x86 system required), execute PCI option ROMs natively (32bit x86 system required),
@ -63,17 +63,17 @@ config PCI_OPTION_ROM_RUN_YABEL
All 16bit x86 code is executed in an encapsulated environment All 16bit x86 code is executed in an encapsulated environment
where it can not break out. where it can not break out.
config PCI_OPTION_ROM_RUN_VM86 config PCI_OPTION_ROM_RUN_REALMODE
bool "vm86" bool "realmode"
select PCI_OPTION_ROM_RUN select PCI_OPTION_ROM_RUN
depends ARCH_X86 depends ARCH_X86
help help
If you choose this option, the virtual x86 mode "vm86" is used If you choose this option, the x86 real mode is used
to execute 16bit legacy BIOS option ROMs. to execute 16bit legacy BIOS option ROMs.
vm86 is very small, fast, and probably a little less safe than The realmode trampoline code is very small, fast, and probably a
x86emu, since it runs option ROMs on the real hardware instead little less safe but a little more compatible than x86emu, since it
of an emulator. runs option ROMs on the real hardware instead of an emulator.
config PCI_OPTION_ROM_RUN_NONE config PCI_OPTION_ROM_RUN_NONE
bool "Disabled" bool "Disabled"

View file

@ -102,7 +102,7 @@ CONFIG_CONSOLE_SERIAL_115200=y
# Devices # Devices
# #
# CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set # CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set
# CONFIG_PCI_OPTION_ROM_RUN_VM86 is not set # CONFIG_PCI_OPTION_ROM_RUN_REALMODE is not set
CONFIG_PCI_OPTION_ROM_RUN_NONE=y CONFIG_PCI_OPTION_ROM_RUN_NONE=y
# #

View file

@ -74,7 +74,7 @@ CONFIG_CONSOLE_BUFFER=y
# #
CONFIG_PCI_OPTION_ROM_RUN=y CONFIG_PCI_OPTION_ROM_RUN=y
# CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set # CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set
CONFIG_PCI_OPTION_ROM_RUN_VM86=y CONFIG_PCI_OPTION_ROM_RUN_REALMODE=y
# CONFIG_PCI_OPTION_ROM_RUN_NONE is not set # CONFIG_PCI_OPTION_ROM_RUN_NONE is not set
# CONFIG_MULTIPLE_VGA_INIT is not set # CONFIG_MULTIPLE_VGA_INIT is not set
# CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set # CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set

View file

@ -82,7 +82,7 @@ CONFIG_CONSOLE_SERIAL_115200=y
# #
CONFIG_PCI_OPTION_ROM_RUN=y CONFIG_PCI_OPTION_ROM_RUN=y
# CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set # CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set
CONFIG_PCI_OPTION_ROM_RUN_VM86=y CONFIG_PCI_OPTION_ROM_RUN_REALMODE=y
# CONFIG_PCI_OPTION_ROM_RUN_NONE is not set # CONFIG_PCI_OPTION_ROM_RUN_NONE is not set
# CONFIG_MULTIPLE_VGA_INIT is not set # CONFIG_MULTIPLE_VGA_INIT is not set
# CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set # CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set

View file

@ -75,7 +75,7 @@ CONFIG_CONSOLE_BUFFER=y
# #
CONFIG_PCI_OPTION_ROM_RUN=y CONFIG_PCI_OPTION_ROM_RUN=y
# CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set # CONFIG_PCI_OPTION_ROM_RUN_X86EMU is not set
CONFIG_PCI_OPTION_ROM_RUN_VM86=y CONFIG_PCI_OPTION_ROM_RUN_REALMODE=y
# CONFIG_PCI_OPTION_ROM_RUN_NONE is not set # CONFIG_PCI_OPTION_ROM_RUN_NONE is not set
# CONFIG_MULTIPLE_VGA_INIT is not set # CONFIG_MULTIPLE_VGA_INIT is not set
# CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set # CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set