Jean-Christophe PLAGNIOL-VILLARD
1cb82a9207
drivers/bios_emulator: Move conditional compilation to Makefile
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Jason Jin
9029b68f3f
Fix the function conflict in x86emu when DEBUG is on
...
The function parse_line() in common/main.c was exposed globally by commit
6636b62a6e
, Result in conflict with the same
name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
This patch fix this by renaming the function in the debug.c file.
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16 years ago
Michal Simek
002275a3ed
Bios emulator - fix microblaze toolchain problem
...
microblaze CPU have problem with bios_emulator code.
Microblaze toolchain doesn't support PRAGMA PACK.
Signed-off-by: Michal Simek <monstr@monstr.eu>
17 years ago
Michal Simek
78cff50edb
[FIX] Changes for bios_emulator code for others architecture
17 years ago
Michal Simek
5b4de9309d
[FIX] Resolve problem with warnings
...
microblaze toolchain don't support PRAGMA PACK.
17 years ago
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
17 years ago
Jason Jin
7c4c3722a3
Add CONFIG_BIOSEMU define to guard all the bios emulator code
...
This patch fix the compile issue on the board that did not enable the bios emulator
18 years ago
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>
18 years ago