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
Execute PCI/AGP option ROMs if available. This is required to
enable PCI/AGP VGA plugin cards. This option is not exposed
to the user but set by the options PCI_OPTION_ROM_RUN_VM86
, PCI_OPTION_ROM_RUN_X86EMU and PCI_OPTION_ROM_RUN_YABEL.
to the user but set by the options PCI_OPTION_ROM_RUN_REALMODE,
PCI_OPTION_ROM_RUN_X86EMU and PCI_OPTION_ROM_RUN_YABEL.
choice
prompt "Execute PCI Option ROMs"
default PCI_OPTION_ROM_RUN_VM86
default PCI_OPTION_ROM_RUN_REALMODE
help
Execute PCI/AGP option ROMs if available. You can choose to
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
where it can not break out.
config PCI_OPTION_ROM_RUN_VM86
bool "vm86"
config PCI_OPTION_ROM_RUN_REALMODE
bool "realmode"
select PCI_OPTION_ROM_RUN
depends ARCH_X86
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.
vm86 is very small, fast, and probably a little less safe than
x86emu, since it runs option ROMs on the real hardware instead
of an emulator.
The realmode trampoline code is very small, fast, and probably a
little less safe but a little more compatible than x86emu, since it
runs option ROMs on the real hardware instead of an emulator.
config PCI_OPTION_ROM_RUN_NONE
bool "Disabled"

View file

@ -102,7 +102,7 @@ CONFIG_CONSOLE_SERIAL_115200=y
# Devices
#
# 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
#

View file

@ -74,7 +74,7 @@ CONFIG_CONSOLE_BUFFER=y
#
CONFIG_PCI_OPTION_ROM_RUN=y
# 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_MULTIPLE_VGA_INIT 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_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_MULTIPLE_VGA_INIT 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_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_MULTIPLE_VGA_INIT is not set
# CONFIG_INITIALIZE_ONBOARD_VGA_FIRST is not set