summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-3/+3
2020-07-09video: pci: Set up the copy framebufferSimon Glass1-1/+21
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass1-3/+1
2020-01-17common: Move ll_boot_init() to init.hSimon Glass1-0/+1
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass1-1/+1
2019-05-08x86: Support PCI VGA ROM when TPL is usedSimon Glass1-1/+1
2018-12-03video: Allow driver to specify the line lengthSimon Glass1-0/+1
2018-10-09pci: Add a little more debugging to pci_romSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-16pci: video: Only print out when everything is OKBin Meng1-3/+1
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng1-41/+0
2017-05-17x86: pci: Allow conditionally run VGA rom in S3Bin Meng1-0/+14
2017-02-06x86: Don't try to run the VGA BIOS in 64-bit modeSimon Glass1-1/+1
2016-10-12vbe: Make vbe_setup_video_priv() publicBin Meng1-3/+3
2016-10-12dm: video: Output verbose information in vbe_setup_video()Bin Meng1-1/+8
2016-10-11dm: video: Add driver-model support to vesa graphicsSimon Glass1-0/+55
2016-07-12pci: Add board_ prefix to should_load_oprom() and make it weakBin Meng1-2/+2
2016-07-12pci: Make load_oprom and run_oprom independentBin Meng1-4/+1
2016-07-12pci: Remove CONFIG_ALWAYS_LOAD_OPROMBin Meng1-2/+0
2016-02-25pci_rom: fix may be used uninitialized warningAndreas Bießmann1-1/+1
2016-01-24dm: pci: Convert bios_emu to use the driver model PCI APISimon Glass1-3/+3
2016-01-19pci_rom.c: Fix may be used uninitialized warningTom Rini1-1/+1
2016-01-15dm: pci: Avoid a memory leak when allocating the ROMSimon Glass1-12/+33
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-2/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass1-27/+24
2015-12-09x86: Remove HAVE_ACPI_RESUMEBin Meng1-8/+0
2015-08-26x86: Set up video framebuffer for coreboot before loading kernelBin Meng1-2/+0
2015-08-26video: coreboot: Save VESA mode for future useBin Meng1-1/+1
2015-08-05x86: Sanity test on vesa parameters before setting up kernel screen_infoBin Meng1-0/+4
2015-07-15pci: Disable expansion ROM address decoding when signature check failsBin Meng1-0/+4
2015-07-15pci: Configure expansion ROM during auto config processBin Meng1-5/+0
2015-07-15x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+28
2015-07-15x86: Move VGA option rom macros to KconfigBin Meng1-2/+2
2015-07-15video: Add 32-bit color depth support for VBEJian Luo1-0/+1
2015-04-30pci: Remove parameter 'class' of pci_rom_load()Bin Meng1-2/+2
2015-04-30pci: Option rom class is a 24-bit numberBin Meng1-9/+11
2015-02-06x86: video: Allow video ROM execution to fall back to the other methodSimon Glass1-7/+25
2015-01-30drivers/pci/pci_rom.c: fix compile warning under 64bit modeMinghuan Lian1-1/+1
2015-01-24x86: Access the VGA ROM when neededSimon Glass1-1/+6
2015-01-24x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass1-1/+1
2015-01-24x86: Support ROMs on other archsSimon Glass1-0/+6
2015-01-24x86: Correct endianness isues in pci_romSimon Glass1-11/+14
2015-01-13x86: pci: Display vesa modes in hexSimon Glass1-2/+2
2015-01-13x86: video: Add debug option to time the BIOS copySimon Glass1-0/+3
2015-01-13x86: pci: Don't return a vesa mode when there is not videoSimon Glass1-1/+1
2014-11-25pci: Add general support for execution of video ROMsSimon Glass1-0/+278