[U-Boot] [PATCH 13/19] bios_emulator: Allow x86 to use the emulator
Simon Glass
sjg at chromium.org
Tue Nov 25 22:50:05 CET 2014
On 14 November 2014 at 20:56, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> drivers/bios_emulator/Makefile | 2 +-
> drivers/bios_emulator/besys.c | 32 +++++++++++++++++---------------
> drivers/bios_emulator/include/x86emu.h | 4 ++--
> drivers/bios_emulator/x86emu/debug.c | 8 +++-----
> 4 files changed, 23 insertions(+), 23 deletions(-)
Applied to u-boot-x86.
More information about the U-Boot
mailing list