summaryrefslogtreecommitdiff
path: root/arch/x86/lib/bios.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17x86: Allow video-BIOS code to be built for SPLSimon Glass1-1/+1
2023-07-17x86: Show an error when a BIOS exception occursSimon Glass1-1/+1
2022-08-12video: Rename structs and functions to avoid VBESimon Glass1-5/+5
2022-08-12video: Renname vbe.h to vesa.hSimon Glass1-1/+1
2021-07-07x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-16bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng1-0/+4
2017-02-06x86: lib: Fix types and casts for 64-bit compilationSimon Glass1-2/+2
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-1/+2
2015-01-13x86: Tidy up VESA mode numbersSimon Glass1-4/+7
2015-01-13x86: Use cache, don't clear the display in video BIOSSimon Glass1-3/+2
2014-12-15x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada1-0/+1
2014-11-25x86: Add support for running option ROMs nativelySimon Glass1-0/+347