History log of /u-boot/drivers/bios_emulator/biosemui.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 70f2030f 15-Jul-2023 Simon Glass <sjg@chromium.org>

bios_emulator: Drop VIDEO_IO_OFFSET

This is always zero in the source tree, so drop it.

While we are here, add a comment to _X86EMU_env since the symbol is
actually defined twice, which can cause confusion when building.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

# b3521f2e 14-Nov-2014 Simon Glass <sjg@chromium.org>

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>

# 4c2e3da8 28-Jul-2009 Kumar Gala <kumar.gala@freescale.com>

Update Freescale copyrights to remove "All Rights Reserved"

"All Rights Reserved" conflicts with the GPL.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>

# 9c7e4b06 05-Aug-2007 Wolfgang Denk <wd@denx.de>

Coding style cleanup. Update CHANGELOG.

Signed-off-by: Wolfgang Denk <wd@denx.de>

# ece92f85 05-Jul-2007 Jason Jin <Jason.jin@freescale.com>

This is a BIOS emulator, porting from SciTech for u-boot, mainly for
ATI video card BIOS. and can be used for x86 code emulation by some
modifications.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>

# b3521f2e 14-Nov-2014 Simon Glass <sjg@chromium.org>

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>


# 4c2e3da8 28-Jul-2009 Kumar Gala <kumar.gala@freescale.com>

Update Freescale copyrights to remove "All Rights Reserved"

"All Rights Reserved" conflicts with the GPL.

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>


# 9c7e4b06 05-Aug-2007 Wolfgang Denk <wd@denx.de>

Coding style cleanup. Update CHANGELOG.

Signed-off-by: Wolfgang Denk <wd@denx.de>


# ece92f85 05-Jul-2007 Jason Jin <Jason.jin@freescale.com>

This is a BIOS emulator, porting from SciTech for u-boot, mainly for
ATI video card BIOS. and can be used for x86 code emulation by some
modifications.

Signed-off-by: Jason Jin <Jason.jin@freescale.com>