Some changes required to get yabel working on v2 (and they generally make
authorStefan Reinauer <stepan@coresystems.de>
Sun, 1 Mar 2009 10:16:01 +0000 (10:16 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 1 Mar 2009 10:16:01 +0000 (10:16 +0000)
commit36c83404a356b5dc379dbd46e25514e487f01ec8
treef2c9a9637dd0142ec72afd2d6f6f81a2eff877fb
parent2b34db8d1de2d63ffa829fe03db0ce2aaba40233
Some changes required to get yabel working on v2 (and they generally make
sense, too). Have one u64 instead of three.

In order to use the old bios emulator, you have to do nothing. (Default, if
CONFIG_PCI_ROM_RUN is enabled)

In order to use yabel in your target, you need to add the following lines to
your config:
  uses CONFIG_PCI_OPTION_ROM_RUN_YABEL
  default CONFIG_PCI_OPTION_ROM_RUN_YABEL=1

In order to use vm86 in your target, you need to add the following lines to
your config:
  uses CONFIG_PCI_OPTION_ROM_RUN_VM86
  default CONFIG_PCI_OPTION_ROM_RUN_VM86=1
Note: vm86 only works on platforms with _RAMBASE in the lower megabyte.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3965 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
29 files changed:
src/arch/i386/boot/multiboot.c
src/arch/i386/include/arch/acpi.h
src/arch/i386/include/stdint.h
src/config/Options.lb
src/devices/Config.lb
src/devices/emulator/Config.lb [deleted file]
src/devices/emulator/biosemu.c [deleted file]
src/devices/emulator/pcbios/Config.lb [deleted file]
src/devices/emulator/pcbios/pcibios.c [deleted file]
src/devices/emulator/pcbios/pcibios.h [deleted file]
src/devices/emulator/x86emu/Config.lb [deleted file]
src/devices/emulator/x86emu/LICENSE [deleted file]
src/devices/emulator/x86emu/debug.c [deleted file]
src/devices/emulator/x86emu/debug.h [deleted file]
src/devices/emulator/x86emu/decode.c [deleted file]
src/devices/emulator/x86emu/decode.h [deleted file]
src/devices/emulator/x86emu/fpu.c [deleted file]
src/devices/emulator/x86emu/fpu.h [deleted file]
src/devices/emulator/x86emu/ops.c [deleted file]
src/devices/emulator/x86emu/ops.h [deleted file]
src/devices/emulator/x86emu/ops2.c [deleted file]
src/devices/emulator/x86emu/prim_asm.h [deleted file]
src/devices/emulator/x86emu/prim_ops.c [deleted file]
src/devices/emulator/x86emu/prim_ops.h [deleted file]
src/devices/emulator/x86emu/sys.c [deleted file]
src/devices/emulator/x86emu/x86emui.h [deleted file]
src/include/cpu/x86/smm.h
src/include/string.h
src/include/types.h [new file with mode: 0644]