diff options
author | Maurice Ma <maurice.ma@intel.com> | 2015-05-11 15:52:31 +0000 |
---|---|---|
committer | mauricema <mauricema@Edk2> | 2015-05-11 15:52:31 +0000 |
commit | 4665ec98325ae666da31f4d42f5b25281dbfc929 (patch) | |
tree | a3930db9258417218d50909911bdc7085d700216 /CorebootPayloadPkg/CorebootPayloadPkg.fdf | |
parent | a16170a11026e8ebc93a279f30efd7fc0decb0d8 (diff) | |
download | edk2-4665ec98325ae666da31f4d42f5b25281dbfc929.tar.gz edk2-4665ec98325ae666da31f4d42f5b25281dbfc929.tar.bz2 edk2-4665ec98325ae666da31f4d42f5b25281dbfc929.zip |
CorebootPayloadPkg: Replace PciHostBridge driver with PciRootBridgeNoEnumeration
Current CorebootPayloadPkg uses PciHostBridge and PciBusNoEnumeration
driver. It will cause the PCI bus resource incorrectly set in root
bridge instance. As a result all PCI devices behind a PCI bridge will
not show up in Shell 'PCI' command.
To resolve it use PciRootBridgeNoEnumeration driver instead.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17408 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'CorebootPayloadPkg/CorebootPayloadPkg.fdf')
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.fdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf index a1e72e76db..810dcb1655 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf @@ -110,7 +110,7 @@ INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf #
# PCI Support
#
-INF PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
+INF DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
INF DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
#
|