index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Bus
/
Pci
/
PciBusDxe
/
PciEnumeratorSupport.c
Age
Commit message (
Expand
)
Author
2016-05-23
MdeModulePkg/PciBus: Remove unused fields in PCI_BAR
Ruiyu Ni
2016-05-18
MdeModulePkg: Skip invalid bus number scanning in PciBusDxe driver
Ma, Maurice
2015-11-03
MdeModulePkg: Fix a PCI resource dumping bug in PciBusDxe driver
Ruiyu Ni
2015-11-03
Revert "MdeModulePkg: Fix a PciBusDxe hot plug bug"
Ruiyu Ni
2015-10-29
MdeModulePkg: Do not dump NULL padding resource descriptor
Ruiyu Ni
2015-10-23
MdeModulePkg: Fix a PciBusDxe hot plug bug
Ruiyu Ni
2015-10-06
MdeModulePkg: exit pci function loops early if device is not multi-function
Joseph Shifflett
2015-07-30
MdeModulePkg: Enhance PciBusDxe to handle high 32bit of MEM64 BAR returns 0
Ruiyu Ni
2014-08-07
1) Add type cast for better coding style.
Feng Tian
2014-06-19
The following call tree exposes a bug in the lifetime (ie. too late
Alex Williamson
2012-10-18
Use %lx to print UINT64 value instead of %x.
niruiyu
2012-08-23
Fix the bug in PciBus driver to correct parse the 64bit BAR.
niruiyu
2012-02-01
MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...
rsun3
2012-01-31
MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...
rsun3
2011-10-18
MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...
rsun3
2011-08-04
Print resource allocation/bar programming when PciBus driver does PCI BUS enu...
niruiyu
2010-12-28
Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...
rsun3
2010-12-14
Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...
rsun3
2010-12-14
Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...
rsun3
2010-07-13
Fix bugs in the PCI bus driver to support SR-IOV.
rsun3
2010-04-24
Update the copyright notice format
hhtian
2010-01-29
Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...
mdkinney
2010-01-19
Improve coding style in MdeModulePkg.
rsun3
2010-01-15
Fix some coding style issues in MdeModulePkg.
rsun3
2010-01-14
Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...
rsun3
2009-12-25
Fix ICC toolchain build break.
rsun3
2009-12-24
Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...
rsun3
2009-10-20
1. Impl PI 1.2 PCI part. Major changes include:
davidhuang