summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Pci: Display more information of PCIe devicesAbner Chang2023-02-151-2/+5
* Fix bug on SRIOV ReservedBusNum when ARI enable.Foster Nong2022-10-141-0/+1
* MdeModulePkg: Fixed extra 1 SR-IOV reserved busFoster Nong2022-10-141-1/+1
* MdeModulePkg: Handle InitialVFs=0 case for SR-IOVFoster Nong2022-10-081-6/+10
* MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if neededMin Xu2022-04-021-4/+19
* MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RPRay Ni2021-12-291-1/+25
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-647/+621
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-12/+11
* MdeModulePkg/PciBusDxe: Improve the flow of testing support attributesxueshengfeng2021-09-261-2/+5
* MdeModulePkg/PciBusDxe: Fix a bug in ProcessOptionRomLightAiden Park2021-02-021-6/+1
* MdeModulePkg/PciBusDxe: Handle BAR sizing fail in high 32bit of MEM64.Zarcd Zhong2021-01-181-0/+1
* MdeModulePkg/Bus/Pci/PciBusDxe: Support PCIe Resizable BAR CapabilityLuo, Heng2021-01-041-1/+26
* MdeModulePkg: Issues reported by ECC in EDK2.GuoMinJ2020-02-141-2/+2
* MdeModulePkg/Pci: Add DeviceSecurity support.Jiewen Yao2019-11-111-0/+77
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PciBus: Correct typosRay Ni2019-02-141-21/+21
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg/PciBus: Do not enable MemWriteAndInvalidate bit for PCIERuiyu Ni2018-05-281-4/+6
* MdeModulePkg/PciBus: Revert "Enable BM on P2P bridges on demand"Ruiyu Ni2017-11-221-15/+3
* MdeModulePkg/PciBusDxe: Enable Bus Master on P2P bridges on demandRuiyu Ni2017-09-281-3/+15
* MdeModulePkg/PciBusDxe: Refine code to make it more readableRuiyu Ni2017-02-211-18/+12
* MdeModulePkg/PciBusDxe: Fix IA32 build failureRuiyu Ni2017-02-171-10/+10
* MdeModulePkg/PciBus: Accept Spec values as BarIndex and AlignmentRuiyu Ni2017-02-101-14/+22
* MdeModulePkg/Bus: Fix typos in commentsGary Lin2016-10-271-2/+2
* MdeModulePkg/PciBus: do not improperly degrade resourceRuiyu Ni2016-05-231-0/+33
* MdeModulePkg/PciBus: Use shorter global variable nameRuiyu Ni2016-05-231-11/+11
* MdeModulePkg/PciBus: Remove unused fields in PCI_BARRuiyu Ni2016-05-231-2/+1
* MdeModulePkg: Skip invalid bus number scanning in PciBusDxe driverMa, Maurice2016-05-181-0/+8
* MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni2015-11-031-1/+79
* Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni2015-11-031-79/+1
* MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni2015-10-291-0/+4
* MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni2015-10-231-1/+75
* MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-061-0/+16
* MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni2015-07-301-3/+8
* 1) Add type cast for better coding style.Feng Tian2014-08-071-3/+3
* The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson2014-06-191-25/+9
* Use %lx to print UINT64 value instead of %x.niruiyu2012-10-181-6/+6
* Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu2012-08-231-16/+2
* MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun32012-02-011-2/+2
* MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun32012-01-311-4/+15
* MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32011-10-181-1/+5
* Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu2011-08-041-78/+72
* Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32010-12-281-4/+14
* Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32010-12-141-0/+3
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-141-0/+9
* Fix bugs in the PCI bus driver to support SR-IOV.rsun32010-07-131-140/+249
* Update the copyright notice formathhtian2010-04-241-2/+2
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-291-1/+1
* Improve coding style in MdeModulePkg.rsun32010-01-191-4/+4
* Fix some coding style issues in MdeModulePkg.rsun32010-01-151-3/+3