summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg PciBusDxe: Increase the width of data read during oprom shadowSumana Venur2021-06-171-2/+2
* MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architecturesArd Biesheuvel2019-04-141-7/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PciBus: Correct typosRay Ni2019-02-141-3/+3
* MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni2018-12-101-13/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg/PciBus: Fix bug that doesn't produce BusOverrideRuiyu Ni2017-10-311-5/+12
* MdeModulePkg/PciBus: Refine EFI_PCI_ROM_IMAGE_MAPPINGRuiyu Ni2017-10-311-2/+2
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-1/+1
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni2015-01-201-6/+58
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-071-45/+5
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-23/+47
* MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun32011-09-281-11/+30
* Fix EFI Option ROM being loaded twice unconditionally.niruiyu2011-06-201-15/+1
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-141-0/+1
* clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu2010-08-181-2/+8
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-201-0/+735