summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* x86: Move acpi_s3.h to include/acpi/Simon Glass2020-04-161-3/+1
* common: Move ll_boot_init() to init.hSimon Glass2020-01-171-0/+1
* x86: Move acpi_s3.h to a common locationSimon Glass2019-10-081-1/+1
* x86: Support PCI VGA ROM when TPL is usedSimon Glass2019-05-081-1/+1
* video: Allow driver to specify the line lengthSimon Glass2018-12-031-0/+1
* pci: Add a little more debugging to pci_romSimon Glass2018-10-091-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* pci: video: Only print out when everything is OKBin Meng2018-04-161-3/+1
* vbe: Drop vbe_get_video_info()Bin Meng2017-08-241-41/+0
* x86: pci: Allow conditionally run VGA rom in S3Bin Meng2017-05-171-0/+14
* x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass2017-02-061-1/+1
* vbe: Make vbe_setup_video_priv() publicBin Meng2016-10-121-3/+3
* dm: video: Output verbose information in vbe_setup_video()Bin Meng2016-10-121-1/+8
* dm: video: Add driver-model support to vesa graphicsSimon Glass2016-10-111-0/+55
* pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng2016-07-121-2/+2
* pci: Make load_oprom and run_oprom independentBin Meng2016-07-121-4/+1
* pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng2016-07-121-2/+0
* pci_rom: fix may be used uninitialized warningAndreas Bießmann2016-02-241-1/+1
* dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass2016-01-241-3/+3
* pci_rom.c: Fix may be used uninitialized warningTom Rini2016-01-191-1/+1
* dm: pci: Avoid a memory leak when allocating the ROMSimon Glass2016-01-151-12/+33
* dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass2016-01-121-2/+2
* dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass2016-01-121-27/+24
* x86: Remove HAVE_ACPI_RESUMEBin Meng2015-12-091-8/+0
* x86: Set up video framebuffer for coreboot before loading kernelBin Meng2015-08-261-2/+0
* video: coreboot: Save VESA mode for future useBin Meng2015-08-261-1/+1
* x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng2015-08-051-0/+4
* pci: Disable expansion ROM address decoding when signature check failsBin Meng2015-07-141-0/+4
* pci: Configure expansion ROM during auto config processBin Meng2015-07-141-5/+0
* x86: Configure VESA parameters before loading Linux kernelBin Meng2015-07-141-0/+28
* x86: Move VGA option rom macros to KconfigBin Meng2015-07-141-2/+2
* video: Add 32-bit color depth support for VBEJian Luo2015-07-141-0/+1
* pci: Remove parameter 'class' of pci_rom_load()Bin Meng2015-04-291-2/+2
* pci: Option rom class is a 24-bit numberBin Meng2015-04-291-9/+11
* x86: video: Allow video ROM execution to fall back to the other methodSimon Glass2015-02-051-7/+25
* drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian2015-01-301-1/+1
* x86: Access the VGA ROM when neededSimon Glass2015-01-231-1/+6
* x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass2015-01-231-1/+1
* x86: Support ROMs on other archsSimon Glass2015-01-231-0/+6
* x86: Correct endianness isues in pci_romSimon Glass2015-01-231-11/+14
* x86: pci: Display vesa modes in hexSimon Glass2015-01-131-2/+2
* x86: video: Add debug option to time the BIOS copySimon Glass2015-01-131-0/+3
* x86: pci: Don't return a vesa mode when there is not videoSimon Glass2015-01-131-1/+1
* pci: Add general support for execution of video ROMsSimon Glass2014-11-251-0/+278