aboutsummaryrefslogtreecommitdiff
path: root/drivers/bios_emulator
AgeCommit message (Expand)AuthorFilesLines
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass2-4/+144
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini1-0/+4
2015-04-29biosemu: Do not free vga_info->BIOSImage when it is 0xc0000Bin Meng1-1/+2
2015-01-23bios_emulator: Add some VESA interface debuggingSimon Glass1-20/+141
2015-01-23bios_emulator: Don't display error when emulator terminatesSimon Glass1-1/+1
2015-01-23bios_emulator: Fix an #ifdef typo in the header fileSimon Glass1-1/+1
2014-12-13bios_emulator: Correct ordering of includesSimon Glass2-2/+2
2014-11-25bios_emulator: Always print errors when opcode decode failsSimon Glass3-18/+22
2014-11-25bios_emulator: Add an option to enable debuggingSimon Glass9-54/+90
2014-11-25bios_emulator: Allow a custom interrupt handler to be installedSimon Glass2-0/+6
2014-11-25bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass2-58/+144
2014-11-25bios_emulator: Allow x86 to use the emulatorSimon Glass4-23/+23
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass1-51/+2
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-4/+1
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-1/+1
2014-01-24drivers: delete unused header filesMasahiro Yamada1-970/+0
2013-11-25bios_emulator: delete an unnecessary include pathMasahiro Yamada1-1/+1
2013-11-25drivers: delete unnecessary HOSTCFLAGSMasahiro Yamada1-1/+0
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada1-2/+0
2013-11-17drivers: descend into sub directories only when it is necessaryMasahiro Yamada1-1/+1
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-22/+1
2013-04-02biosemu: include <asm/io.h> headerLinus Walleij2-0/+4
2013-04-01Consolidate bool typeYork Sun3-9/+5
2012-05-15Add abs() macro to return absolute valueSimon Glass1-5/+0
2011-11-27drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warningKumar Gala1-1/+2
2011-11-16drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warningKumar Gala1-11/+4
2011-10-17Replace space and tab checks with isblankJason Hobbs1-3/+4
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-04-08ati_radeon: Support PCI virtual not eq bus mapping.Ed Swarthout1-4/+6
2010-04-08ati_radeon: return with error when emulator failsEd Swarthout1-1/+2
2009-12-17drivers/bios_emulator: Fix compile error in .depend not being generatedKumar Gala1-0/+1
2009-10-12Leave x86emu op code tables in default sectionEd Swarthout2-14/+8
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala7-7/+7
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger1-1/+1
2009-07-23drivers/bios_emulator: Fix gcc 4.4 compiler warningKumar Gala1-1/+2
2008-12-07drivers/bios_emulator: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD11-48/+2
2008-10-17Fix the function conflict in x86emu when DEBUG is onJason Jin1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk1-2/+2
2008-02-16Wipe out assembler warnings while compiling x86 biosemuAnatolij Gustschin4-10/+20
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2-4/+4
2007-09-07Add BUILD_DIR support for bios emulator.Jason Jin1-8/+15
2007-08-16Bios emulator - fix microblaze toolchain problemMichal Simek9-10/+30
2007-08-09Minor fix for bios emulator makefileJason Jin1-1/+1
2007-08-09Add CONFIG_BIOSEMU define to guard all the bios emulator codeJason Jin9-0/+32
2007-08-06Coding style cleanup. Update CHANGELOG.Wolfgang Denk11-4752/+4743
2007-08-06This is a BIOS emulator, porting from SciTech for u-boot, mainly forJason Jin21-0/+16008