commit | ad6edca379117d52da373818a5db3027da2ad14b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Nov 14 20:56:39 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 25 07:11:16 2014 -0700 |
tree | dbee60341b51e7a2ae7e6af5953f4d81d5644972 | |
parent | 62d0c5e15347f0ab9998d8bac2845be0d441c8b1 [diff] |
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>