summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci_rom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud