summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator/biosemu.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala1-1/+1
"All Rights Reserved" conflicts with the GPL. Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
2009-07-23drivers/bios_emulator: Fix gcc 4.4 compiler warningKumar Gala1-1/+2
biosemu.c: In function 'BE_setVGA': biosemu.c:147: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-12-07drivers/bios_emulator: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-4/+0
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2008-02-16Wipe out assembler warnings while compiling x86 biosemuAnatolij Gustschin1-2/+2
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>
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk1-3/+3
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-08-16[FIX] Changes for bios_emulator code for others architectureMichal Simek1-0/+1
2007-08-15[FIX] Resolve problem with warningsMichal Simek1-1/+2
microblaze toolchain don't support PRAGMA PACK.
2007-08-10Add CONFIG_BIOSEMU define to guard all the bios emulator codeJason Jin1-0/+3
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-06Coding style cleanup. Update CHANGELOG.Wolfgang Denk1-42/+42
Signed-off-by: Wolfgang Denk <wd@denx.de>
2007-08-06This is a BIOS emulator, porting from SciTech for u-boot, mainly forJason Jin1-0/+370
ATI video card BIOS. and can be used for x86 code emulation by some modifications. Signed-off-by: Jason Jin <Jason.jin@freescale.com>