Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | bios_emulator: Add an option to enable debugging | Simon Glass | |
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> | |||
2007-08-06 | Coding style cleanup. Update CHANGELOG. | Wolfgang Denk | |
Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
2007-08-06 | This is a BIOS emulator, porting from SciTech for u-boot, mainly for | Jason Jin | |
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by: Jason Jin <Jason.jin@freescale.com> |