audk/MdeModulePkg
rsun3 13fd0d50b5 Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory and Bus Master bits in the Command register of the PCI configuration header should be placed in the enabled state by the PCI Bus driver.
But current PCI bus driver has a bug that if a P2P bridge has no child devices detected during enumeration, the bits won’t be set. This may impact PCI hot plug capable bridges because the OS may re-assign resources for them causing the reserved resource by the firmware will be overwritten.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11013 6f19259b-4bc3-4df7-8a09-765794883524
2010-11-08 07:36:12 +00:00
..
Application Update the copyright notice format 2010-04-24 09:49:11 +00:00
Bus Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory and Bus Master bits in the Command register of the PCI configuration header should be placed in the enabled state by the PCI Bus driver. 2010-11-08 07:36:12 +00:00
Core Complement fix for revision #10998 (Remove PI SMM IPL's dependency on CPU AP). 2010-11-04 05:27:23 +00:00
Include Update IPsec.h file to follow approved ECR which will be collected into future UEFI 2.3 Specification after 2.3 errata B and future UEFI Specifications after 2.3. The changes mainly include: 2010-10-15 05:40:41 +00:00
Library Prevent infinite recursion when ASSERT(), DEBUG(), or any other use of ReportStatusCode is performed at > TPL_NOTIFY or there is not enough memory to allocate a buffer for the ExtendedData associated with the status code being reported 2010-11-04 20:58:23 +00:00
Logo Update the copyright notice format 2010-04-24 09:49:11 +00:00
Universal The CurrentNumberOfxxxxx should be based on the device going away, and not the next (or empty) device in the list. 2010-11-03 05:46:11 +00:00
MdeModulePkg.dec Fix PCD token value conflict issue. 2010-11-02 05:26:30 +00:00
MdeModulePkg.dsc add ataatapipassthru driver to dsc file 2010-10-12 02:28:34 +00:00