u-boot/drivers/bios_emulator/x86emu
Simon Glass b3521f2e49 bios_emulator: Add an option to enable debugging
At present there are DEBUG options spread around the place. If you enable
one and not another you can end up with an emulator that does not work,
since each file can have a different view of what the registers look like.
To fix this, create a global CONFIG_X86EMU_DEBUG option that keeps
everything consistent.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-11-25 07:11:17 -07:00
..
debug.c bios_emulator: Add an option to enable debugging 2014-11-25 07:11:17 -07:00
decode.c bios_emulator: Add an option to enable debugging 2014-11-25 07:11:17 -07:00
ops.c bios_emulator: Add an option to enable debugging 2014-11-25 07:11:17 -07:00
ops2.c drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning 2011-11-27 15:45:47 +01:00
prim_ops.c Add abs() macro to return absolute value 2012-05-15 08:31:37 +02:00
sys.c bios_emulator: Allow a custom interrupt handler to be installed 2014-11-25 07:11:17 -07:00