summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Fix bug on SRIOV ReservedBusNum when ARI enable.Foster Nong1-0/+1
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-130/+127
2021-01-04MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng1-1/+3
2019-11-11MdeModulePkg/Pci: Add DeviceSecurity support.Jiewen Yao1-0/+1
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-14MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 typeRay Ni1-2/+2
2018-12-10MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni1-1/+2
2018-08-20MdeModulePkg: Remove redundant library classes and GUIDsshenglei1-1/+0
2017-11-22MdeModulePkg/PciBus: Revert "disable all BME when entering RT"Ruiyu Ni1-2/+0
2017-11-07MdeModulePkg/PciBus: Disable BME of all devices when entering RTRuiyu Ni1-0/+2
2017-10-31MdeModulePkg/PciBus: Refine EFI_PCI_ROM_IMAGE_MAPPINGRuiyu Ni1-6/+1
2017-05-17MdeModulePkg/PciBus: Add IOMMU support.Jiewen Yao1-0/+1
2016-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin1-7/+7
2016-05-23MdeModulePkg/PciBus: do not improperly degrade resourceRuiyu Ni1-1/+2
2016-05-23MdeModulePkg/PciBus: Use shorter global variable nameRuiyu Ni1-1/+1
2016-05-23MdeModulePkg/PciBus: Remove unused fields in PCI_BARRuiyu Ni1-3/+1
2015-01-20Dispatch the UEFI option rom returned from PciPlatform/PciOverride protocol.Ruiyu Ni1-6/+1
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-2/+1
2012-09-07Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu1-1/+6
2011-10-28MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun31-0/+5
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu1-1/+8
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun31-2/+2
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun31-0/+5
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun31-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-12-24Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun31-0/+6
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang1-0/+382