summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: Drop DM_PCI check from bios_emulSimon Glass2-137/+0
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-08-09bios_emulator: remove stray breakHeinrich Schuchardt1-1/+0
2018-07-23bios_emulator: remove assignment without effectHeinrich Schuchardt1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-3/+1
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng1-0/+4
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada1-3/+0
2016-10-11bios_emulator: Fix cast for 64-bit compilationSimon Glass1-1/+1
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-1/+1
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-05-06Fix various typos, scattered over the code.Robert P. J. Day1-1/+1
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-30biosemu: Do not free vga_info->BIOSImage when it is 0xc0000Bin Meng1-1/+2
2015-01-24bios_emulator: Add some VESA interface debuggingSimon Glass1-20/+141
2015-01-24bios_emulator: Don't display error when emulator terminatesSimon Glass1-1/+1
2015-01-24bios_emulator: Fix an #ifdef typo in the header fileSimon Glass1-1/+1
2014-12-14bios_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-25drivers: 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-03biosemu: include <asm/io.h> headerLinus Walleij2-0/+4
2013-04-02Consolidate 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-18Replace 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-18drivers/bios_emulator: Fix compile error in .depend not being generatedKumar Gala1-0/+1
2009-10-13Leave 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