summaryrefslogtreecommitdiff
path: root/drivers/pci/pci_rom.c
AgeCommit message (Expand)AuthorFilesLines
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