summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator
AgeCommit message (Expand)Author
2025-07-29bios_emulator: Add parens to xorl macroAndrew Goodbody
2025-07-29bios_emulator: Fix buffer overflowAndrew Goodbody
2024-12-15bios_emulator: fix incorrect printing of address in "jump near immediate"Yuri Zaporozhets
2024-12-15bios_emulator: fix incorrect printing of address in "call near immediate"Yuri Zaporozhets
2024-12-15bios_emulator: fix garbled printing of disassembled SET* instructionsYuri Zaporozhets
2024-12-15bios_emulator: fix garbled printing of disassembled BSF instructionYuri Zaporozhets
2024-11-16bios_emulator: add missing includes to debug.cYuri Zaporozhets
2024-11-16bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attem...Yuri Zaporozhets
2024-11-04bios_emulator: fix first argument of pci_{read,write}_config_* function callsYuri Zaporozhets
2024-11-04bios_emulator: define the comment symbol for RISC-V assembler tooYuri Zaporozhets
2024-07-22drivers: bios_emulator: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07bios_emulator: Remove <common.h> and add needed includesTom Rini
2023-12-21global: Drop common.h inclusionTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-07-17bios_emulator: Drop VIDEO_IO_OFFSETSimon Glass
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass
2022-08-12video: Rename structs and functions to avoid VBESimon Glass
2022-08-12video: Renname vbe.h to vesa.hSimon Glass
2022-05-03pci: Update dm_pci_bus_to_virt() parametersAndrew Scull
2021-08-05pci: Drop DM_PCI check from bios_emulSimon Glass
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
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