-
- Downloads
bios_emulator: Allow x86 to use the emulator
There is an implicit assumption that x86 machines want to use raw I/O in the
BIOS emulator, but this should be selectable. Add an CONFIG_X86EMU_RAW_IO
option to control it instead.
Also fix a few bugs which cause warnings on x86 and adjust the Makefile to
remove the assumption that only PowerPC uses the emulator.
Signed-off-by:
Simon Glass <sjg@chromium.org>
Showing
- drivers/bios_emulator/Makefile 1 addition, 1 deletiondrivers/bios_emulator/Makefile
- drivers/bios_emulator/besys.c 17 additions, 15 deletionsdrivers/bios_emulator/besys.c
- drivers/bios_emulator/include/x86emu.h 2 additions, 2 deletionsdrivers/bios_emulator/include/x86emu.h
- drivers/bios_emulator/x86emu/debug.c 3 additions, 5 deletionsdrivers/bios_emulator/x86emu/debug.c
Loading
Please register or sign in to comment