summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Fix bug on SRIOV ReservedBusNum when ARI enable.Foster Nong1-1/+27
2022-08-12MdeModulePkg: Enhance bus scan for all root bridge instancesFoster Nong1-4/+14
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-302/+327
2021-12-07MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-18/+18
2021-05-19MdeModulePkg/PciBusDxe: Fix possible uninitialized useSergei Dmitrouk1-3/+2
2021-01-04MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng1-14/+171
2019-11-11MdeModulePkg/Pci: Add DeviceSecurity support.Jiewen Yao1-1/+3
2019-07-01PciBusDxe: duplicate node insertion for every PPB device in the systemJaveed, Ashraf1-18/+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-17MdeModulePkg/PciBus: Fix system hang when no PCI Option ROM existsRuiyu Ni1-4/+6
2018-12-10MdeModulePkg/PciBus: Shadow option ROM after BARs are programmedRuiyu Ni1-45/+26
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-3/+3
2018-05-25MdeModulePkg/PciBus: Use actual max bus # for subordinary bus #Ruiyu Ni1-1/+38
2018-01-10MdeModulePkg/PciBus: Change switch-case to if-else to fix EBC buildRuiyu Ni1-13/+7
2018-01-08MdeModulePkg/PciBus: Reserve Bus number for non-root and root HPBsRuiyu Ni1-2/+2
2018-01-08MdeModulePkg/PciBusDxe: cope with HPCs that request no bus nr paddingRuiyu Ni1-5/+14
2017-07-28MdeModulePkg/PciBus: Avoid hang when BUS pad resource is not in topRuiyu Ni1-2/+4
2016-10-27MdeModulePkg/PciBusDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/Bus: Fix typos in commentsGary Lin1-1/+1
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru1-1/+1
2016-03-24MdeModulePkg/PciBus: Should reserve enough bus number for HPCRuiyu Ni1-2/+2
2015-11-03MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni1-4/+9
2015-11-03MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni1-78/+70
2015-11-03Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni1-78/+81
2015-10-23MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni1-81/+78
2015-10-06MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett1-0/+8
2013-07-26Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath...Ruiyu Ni1-14/+5
2013-07-18The PCI host bridge can signal failures in its initialization toOlivier Martin1-6/+22
2013-01-09Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu1-1/+8
2012-10-18Use %lx to print UINT64 value instead of %x.niruiyu1-4/+4
2011-10-31Fix compiler warnings.rsun31-2/+2
2011-10-28MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun31-10/+69
2011-08-08Add non null assertion before using the bridge instance.niruiyu1-0/+6
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu1-22/+238
2011-03-11Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff1-2/+2
2010-11-22The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun31-0/+2
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun31-46/+30
2010-05-07Fix bug in PciHostBridgeEnumerator().mdkinney1-1/+1
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-1/+5
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang1-0/+1359