summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator/x86emu/ops.c
Commit message (Collapse)AuthorAgeLines
* Wipe out assembler warnings while compiling x86 biosemuAnatolij Gustschin2008-02-16-7/+7
| | | | | | | | This patch tries to get rid of some assembler warnings about changed .got2 section type while compiling x86 bios emulator code. Signed-off-by: Anatolij Gustschin <agust@denx.de>
* [FIX] Changes for bios_emulator code for others architectureMichal Simek2007-08-16-0/+2
|
* [FIX] Resolve problem with warningsMichal Simek2007-08-15-2/+2
| | | | microblaze toolchain don't support PRAGMA PACK.
* Add CONFIG_BIOSEMU define to guard all the bios emulator codeJason Jin2007-08-09-0/+5
| | | | | | 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
* Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-06-2305/+2305
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* This is a BIOS emulator, porting from SciTech for u-boot, mainly forJason Jin2007-08-06-0/+5431
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by: Jason Jin <Jason.jin@freescale.com>