Skip to content
  • Simon Glass's avatar
    bios_emulator: Allow x86 to use the emulator · ad6edca3
    Simon Glass authored
    
    
    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: default avatarSimon Glass <sjg@chromium.org>
    ad6edca3