commit | 8917216283aa1b9641a17b53c7a4f075925ec526 | [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 | d0d60be5901d3cf57b21695429fc4c80e1894e6d [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>