summaryrefslogtreecommitdiff
path: root/arch/x86/lib/bios.c
Commit message (Expand)AuthorAgeFilesLines
* video: Rename structs and functions to avoid VBESimon Glass2022-08-121-5/+5
* video: Renname vbe.h to vesa.hSimon Glass2022-08-121-1/+1
* x86: Drop _X86EMU_env definition when CONFIG_BIOSEMU is usedBin Meng2021-07-071-0/+2
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* bios: vesa: Guard setting vesa mode with CONFIG_FRAMEBUFFER_SET_VESA_MODEBin Meng2018-04-161-0/+4
* x86: lib: Fix types and casts for 64-bit compilationSimon Glass2017-02-061-2/+2
* dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-121-1/+2
* x86: Tidy up VESA mode numbersSimon Glass2015-01-131-4/+7
* x86: Use cache, don't clear the display in video BIOSSimon Glass2015-01-131-3/+2
* x86: move arch-specific asmlinkage to <asm/linkage.h>Masahiro Yamada2014-12-151-0/+1
* x86: Add support for running option ROMs nativelySimon Glass2014-11-251-0/+347