summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
AgeCommit message (Expand)Author
2016-05-23MdeModulePkg/PciBus: Remove unused fields in PCI_BARRuiyu Ni
2016-05-18MdeModulePkg: Skip invalid bus number scanning in PciBusDxe driverMa, Maurice
2015-11-03MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driverRuiyu Ni
2015-11-03Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"Ruiyu Ni
2015-10-29MdeModulePkg: Do not dump NULL padding resource descriptorRuiyu Ni
2015-10-23MdeModulePkg: Fix a PciBusDxe hot plug bugRuiyu Ni
2015-10-06MdeModulePkg: exit pci function loops early if device is not multi-functionJoseph Shifflett
2015-07-30MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0Ruiyu Ni
2014-08-071) Add type cast for better coding style.Feng Tian
2014-06-19The following call tree exposes a bug in the lifetime (ie. too lateAlex Williamson
2012-10-18Use %lx to print UINT64 value instead of %x.niruiyu
2012-08-23Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu
2012-02-01MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun3
2012-01-31MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun3
2011-10-18MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun3
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu
2010-12-28Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun3
2010-12-14Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun3
2010-12-14Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun3
2010-07-13Fix bugs in the PCI bus driver to support SR-IOV.rsun3
2010-04-24Update the copyright notice formathhtian
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney
2010-01-19Improve coding style in MdeModulePkg.rsun3
2010-01-15Fix some coding style issues in MdeModulePkg.rsun3
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun3
2009-12-25Fix ICC toolchain build break.rsun3
2009-12-24Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun3
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang