Kumar Gala
d90a5b1ed1
drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning
...
Fix:
x86emu/ops2.c: In function 'x86emuOp2_set_byte':
x86emu/ops2.c:171:11: warning: variable 'name' set but not used [-Wunused-but-set-variable]
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 years ago
Ed Swarthout
285870f753
Leave x86emu op code tables in default section
...
Forcing the tables into got2 caused extra relocation when using -mrelocatable.
This patch requires any board defining CONFIG_BIOSEMU to use -mrelocatable.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
Acked-by: Jin Zhengxiong <Jason.Jin@freescale.com>
15 years ago
Kumar Gala
4c2e3da82d
Update Freescale copyrights to remove "All Rights Reserved"
...
"All Rights Reserved" conflicts with the GPL.
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
16 years ago
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
Anatolij Gustschin
30c6a241e8
Wipe out assembler warnings while compiling x86 biosemu
...
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>
17 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>
18 years ago
Michal Simek
78cff50edb
[FIX] Changes for bios_emulator code for others architecture
18 years ago
Michal Simek
5b4de9309d
[FIX] Resolve problem with warnings
...
microblaze toolchain don't support PRAGMA PACK.
18 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
18 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
Wolfgang Denk
9c7e4b0621
Coding style cleanup. Update CHANGELOG.
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
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