UefiPayloadPkg: Add PCI support from DuetPkg

Skip PCI enumeration, which is already handled by Coreboot, by using
PciBusNoEnumerationDxe and PciRootBridgeNoEnumerationDxe from the
deleted DuetPkg.
This commit is contained in:
Tim Crawford
2020-01-31 08:39:40 -07:00
parent 5bbb149f55
commit 331d92a8ba
37 changed files with 13079 additions and 12 deletions

View File

@@ -128,8 +128,10 @@ INF MdeModulePkg/Logo/LogoDxe.inf
#
# PCI Support
#
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
#INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
#INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
INF UefiPayloadPkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
INF UefiPayloadPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
#
# ISA Support