summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-373/+357
* MdeModulePkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-2/+1
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/PciBus: Change PCI_IO_DEVICE.RomSize to UINT32 typeRay Ni2019-02-141-4/+4
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-6/+6
* MdeModulePkg/PciBusDxe: Install PciEnumerationComplete after PciIoRuiyu Ni2018-01-241-10/+0
* MdeModulePkg/PciBusDxe: reference gFullEnumeration in one fileRuiyu Ni2018-01-241-35/+5
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-4/+4
* MdeModulePkg/PciBusDxe: don't create bogus descriptor if no resources neededArd Biesheuvel2016-04-291-5/+2
* MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-061-0/+8
* Change the PciBusDxe driver to install the PCI enumeration complete GUID in t...Ruiyu Ni2013-08-161-3/+1
* The PCI host bridge can signal failures in its initialization toOlivier Martin2013-07-181-2/+10
* Shouldn't free the PciDev structure because the PciDev needs to be saved to R...niruiyu2013-02-211-1/+0
* Fix the bug that the device claiming too much resource cannot be rejected by ...niruiyu2013-01-091-2/+7
* Add missing status code in several modules.li-elvin2012-10-301-1/+9
* MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun32011-10-281-12/+72
* Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2011-03-111-2/+2
* Refine code to make code run safely.ydong102010-09-161-4/+4
* Refine soma code to make code run safely.ydong102010-09-151-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32009-12-241-0/+1
* Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun32009-12-241-1/+1
* Set Handle to NULL when creating a new handle.vanjeff2009-10-261-0/+1
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-201-0/+2171