Simon Glass
70f2030f02
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 >
2023-07-17 17:08:44 +08:00
Robert P. J. Day
62a3b7dd08
Various, unrelated tree-wide typo fixes.
...
Fix a number of typos, including:
* "compatble" -> "compatible"
* "eanbeld" -> "enabled"
* "envrionment" -> "environment"
* "FTD" -> "FDT" (for "flattened device tree")
* "ommitted" -> "omitted"
* "overriden" -> "overridden"
* "partiton" -> "partition"
* "propogate" -> "propagate"
* "resourse" -> "resource"
* "rest in piece" -> "rest in peace"
* "suport" -> "support"
* "varible" -> "variable"
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca >
2016-07-16 09:43:12 -04:00
Simon Glass
a3c700ec76
bios_emulator: Allow a custom interrupt handler to be installed
...
Sometime we want to provide an interrupt handler for the ROM, Add a
function to allow this.
Signed-off-by: Simon Glass <sjg@chromium.org >
2014-11-25 07:11:17 -07:00
Jean-Christophe PLAGNIOL-VILLARD
1cb82a9207
drivers/bios_emulator: Move conditional compilation to Makefile
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com >
2008-12-07 01:29:31 +01:00
Michal Simek
78cff50edb
[FIX] Changes for bios_emulator code for others architecture
2007-08-16 10:46:28 +02:00
Michal Simek
5b4de9309d
[FIX] Resolve problem with warnings
...
microblaze toolchain don't support PRAGMA PACK.
2007-08-15 21:15:05 +02:00
Jason Jin
ce981dc857
Add CONFIG_BIOSEMU define to guard all the bios emulator code
...
Signed-off-by: Jason Jin <Jason.jin@freescale.com >
This patch fix the compile issue on the board that did not enable the bios emulator
2007-08-09 23:24:15 +02:00
Jason Jin
ece92f8505
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 >
2007-08-06 01:28:15 +02:00