summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator
AgeCommit message (Expand)Author
2019-08-09bios_emulator: remove stray breakHeinrich Schuchardt
2018-07-23bios_emulator: remove assignment without effectHeinrich Schuchardt
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2016-10-11bios_emulator: Fix cast for 64-bit compilationSimon Glass
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-05-05Fix various typos, scattered over the code.Robert P. J. Day
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-04-29biosemu: Do not free vga_info->BIOSImage when it is 0xc0000Bin Meng
2015-01-23bios_emulator: Add some VESA interface debuggingSimon Glass
2015-01-23bios_emulator: Don't display error when emulator terminatesSimon Glass
2015-01-23bios_emulator: Fix an #ifdef typo in the header fileSimon Glass
2014-12-13bios_emulator: Correct ordering of includesSimon Glass
2014-11-25bios_emulator: Always print errors when opcode decode failsSimon Glass
2014-11-25bios_emulator: Add an option to enable debuggingSimon Glass
2014-11-25bios_emulator: Allow a custom interrupt handler to be installedSimon Glass
2014-11-25bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass
2014-11-25bios_emulator: Allow x86 to use the emulatorSimon Glass
2014-11-25Introduce a header file for the BIOS emulatorSimon Glass
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada
2014-01-24drivers: delete unused header filesMasahiro Yamada
2013-11-25bios_emulator: delete an unnecessary include pathMasahiro Yamada
2013-11-25drivers: delete unnecessary HOSTCFLAGSMasahiro Yamada
2013-11-17Makefile: make directories by Makefile.buildMasahiro Yamada
2013-11-17drivers: descend into sub directories only when it is necessaryMasahiro Yamada
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-04-02biosemu: include <asm/io.h> headerLinus Walleij
2013-04-01Consolidate bool typeYork Sun
2012-05-15Add abs() macro to return absolute valueSimon Glass
2011-11-27drivers/bios_emulator/x86emu/ops2.c: Fix GCC 4.6 build warningKumar Gala
2011-11-16drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warningKumar Gala
2011-10-17Replace space and tab checks with isblankJason Hobbs
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-04-08ati_radeon: Support PCI virtual not eq bus mapping.Ed Swarthout
2010-04-08ati_radeon: return with error when emulator failsEd Swarthout
2009-12-17drivers/bios_emulator: Fix compile error in .depend not being generatedKumar Gala
2009-10-12Leave x86emu op code tables in default sectionEd Swarthout
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala
2009-07-23unify HOST_CFLAGS and HOSTCFLAGSMike Frysinger
2009-07-23drivers/bios_emulator: Fix gcc 4.4 compiler warningKumar Gala
2008-12-07drivers/bios_emulator: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD
2008-10-17Fix the function conflict in x86emu when DEBUG is onJason Jin
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-02-16Wipe out assembler warnings while compiling x86 biosemuAnatolij Gustschin
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk
2007-09-07Add BUILD_DIR support for bios emulator.Jason Jin