| Commit message (Expand) | Author | Age | Lines |
* | biosemu: Do not free vga_info->BIOSImage when it is 0xc0000 | Bin Meng | 2015-04-29 | -1/+2 |
* | bios_emulator: Add some VESA interface debugging | Simon Glass | 2015-01-23 | -20/+141 |
* | bios_emulator: Don't display error when emulator terminates | Simon Glass | 2015-01-23 | -1/+1 |
* | bios_emulator: Fix an #ifdef typo in the header file | Simon Glass | 2015-01-23 | -1/+1 |
* | bios_emulator: Correct ordering of includes | Simon Glass | 2014-12-13 | -2/+2 |
* | bios_emulator: Always print errors when opcode decode fails | Simon Glass | 2014-11-25 | -18/+22 |
* | bios_emulator: Add an option to enable debugging | Simon Glass | 2014-11-25 | -54/+90 |
* | bios_emulator: Allow a custom interrupt handler to be installed | Simon Glass | 2014-11-25 | -0/+6 |
* | bios_emulator: Add vesa support and allow ROMs to be passed in as data | Simon Glass | 2014-11-25 | -58/+144 |
* | bios_emulator: Allow x86 to use the emulator | Simon Glass | 2014-11-25 | -23/+23 |
* | Introduce a header file for the BIOS emulator | Simon Glass | 2014-11-25 | -51/+2 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -4/+1 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | drivers: delete unused header files | Masahiro Yamada | 2014-01-24 | -970/+0 |
* | bios_emulator: delete an unnecessary include path | Masahiro Yamada | 2013-11-25 | -1/+1 |
* | drivers: delete unnecessary HOSTCFLAGS | Masahiro Yamada | 2013-11-25 | -1/+0 |
* | Makefile: make directories by Makefile.build | Masahiro Yamada | 2013-11-17 | -2/+0 |
* | drivers: descend into sub directories only when it is necessary | Masahiro Yamada | 2013-11-17 | -1/+1 |
* | drivers: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -22/+1 |
* | biosemu: include <asm/io.h> header | Linus Walleij | 2013-04-02 | -0/+4 |
* | Consolidate bool type | York Sun | 2013-04-01 | -9/+5 |
* | Add abs() macro to return absolute value | Simon Glass | 2012-05-15 | -5/+0 |
* | drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warning | Kumar Gala | 2011-11-27 | -1/+2 |
* | drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning | Kumar Gala | 2011-11-16 | -11/+4 |
* | Replace space and tab checks with isblank | Jason Hobbs | 2011-10-17 | -3/+4 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | -2/+2 |
* | ati_radeon: Support PCI virtual not eq bus mapping. | Ed Swarthout | 2010-04-08 | -4/+6 |
* | ati_radeon: return with error when emulator fails | Ed Swarthout | 2010-04-08 | -1/+2 |
* | drivers/bios_emulator: Fix compile error in .depend not being generated | Kumar Gala | 2009-12-17 | -0/+1 |
* | Leave x86emu op code tables in default section | Ed Swarthout | 2009-10-12 | -14/+8 |
* | Update Freescale copyrights to remove "All Rights Reserved" | Kumar Gala | 2009-07-29 | -7/+7 |
* | unify HOST_CFLAGS and HOSTCFLAGS | Mike Frysinger | 2009-07-23 | -1/+1 |
* | drivers/bios_emulator: Fix gcc 4.4 compiler warning | Kumar Gala | 2009-07-23 | -1/+2 |
* | drivers/bios_emulator: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-07 | -48/+2 |
* | Fix the function conflict in x86emu when DEBUG is on | Jason Jin | 2008-10-17 | -3/+3 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -2/+2 |
* | Wipe out assembler warnings while compiling x86 biosemu | Anatolij Gustschin | 2008-02-16 | -10/+20 |
* | Fix compiler warnings for PPC systems. Update CHANGELOG. | Wolfgang Denk | 2007-11-18 | -4/+4 |
* | Add BUILD_DIR support for bios emulator. | Jason Jin | 2007-09-07 | -8/+15 |
* | Bios emulator - fix microblaze toolchain problem | Michal Simek | 2007-08-16 | -10/+30 |
* | Minor fix for bios emulator makefile | Jason Jin | 2007-08-09 | -1/+1 |
* | Add CONFIG_BIOSEMU define to guard all the bios emulator code | Jason Jin | 2007-08-09 | -0/+32 |
* | Coding style cleanup. Update CHANGELOG. | Wolfgang Denk | 2007-08-06 | -4752/+4743 |
* | This is a BIOS emulator, porting from SciTech for u-boot, mainly for | Jason Jin | 2007-08-06 | -0/+16008 |