aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
AgeCommit message (Expand)AuthorFilesLines
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-14pci: Disable expansion ROM address decoding when signature check failsBin Meng1-0/+4
2015-07-14pci: Configure expansion ROM during auto config processBin Meng1-5/+0
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng1-0/+28
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng1-2/+2
2015-07-14video: Add 32-bit color depth support for VBEJian Luo1-0/+1
2015-04-29pci: Remove parameter 'class' of pci_rom_load()Bin Meng1-2/+2
2015-04-29pci: Option rom class is a 24-bit numberBin Meng1-9/+11
2015-02-05x86: 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-23x86: Access the VGA ROM when neededSimon Glass1-1/+6
2015-01-23x86: pci: Don't stop when we get a vendor/device mismatchSimon Glass1-1/+1
2015-01-23x86: Support ROMs on other archsSimon Glass1-0/+6
2015-01-23x86: 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