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
This commit is contained in:
Maurice Ma 2015-05-11 15:52:31 +00:00 committed by mauricema
parent a16170a110
commit 4665ec9832
3 changed files with 4 additions and 4 deletions

View File

@ -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
#

View File

@ -312,7 +312,7 @@
#
# PCI Support
#
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
#

View File

@ -313,8 +313,8 @@
#
# PCI Support
#
PcAtChipsetPkg/PciHostBridgeDxe/PciHostBridgeDxe.inf
#
DuetPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
#