diff options
author | Maurice Ma <maurice.ma@intel.com> | 2016-05-16 15:02:44 -0700 |
---|---|---|
committer | Maurice Ma <maurice.ma@intel.com> | 2016-05-23 13:53:41 -0700 |
commit | 69787a9d3115a0e50849de7a77c996c889b1e661 (patch) | |
tree | 29dfbecc6a67dd6a414ccf1b4b4bae7130a93ab9 /CorebootPayloadPkg/CorebootPayloadPkg.fdf | |
parent | 60c809f3621039bb1ac6b4c1947baf5a848814b0 (diff) | |
download | edk2-platforms-69787a9d3115a0e50849de7a77c996c889b1e661.tar.xz |
CorebootPayloadPkg: Use generic PciBus/PciHostBridge driver
Current CorebootPayloadPkg uses PciBusNoEnumerationDxe and
PciRootBridgenoEnumerationDxe copied from the DuetPkg. Now it will
switch to use the standard PciBusDxe and PciHostBridgeDxe from
MdeModulePkg. As a result, a coreboot specific PciHostBridgeLib
is added to collect pre-allocated PCI resources.
Cc: Prince Agyeman <prince.agyeman@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Maurice Ma <maurice.ma@intel.com>
Reviewed-by: Prince Agyeman <prince.agyeman@intel.com>
Diffstat (limited to 'CorebootPayloadPkg/CorebootPayloadPkg.fdf')
-rw-r--r-- | CorebootPayloadPkg/CorebootPayloadPkg.fdf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CorebootPayloadPkg/CorebootPayloadPkg.fdf b/CorebootPayloadPkg/CorebootPayloadPkg.fdf index decc1ac82c..481f343673 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkg.fdf +++ b/CorebootPayloadPkg/CorebootPayloadPkg.fdf @@ -111,8 +111,8 @@ INF MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.inf #
# PCI Support
#
-INF CorebootModulePkg/PciRootBridgeNoEnumerationDxe/PciRootBridgeNoEnumeration.inf
-INF CorebootModulePkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
+INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
+INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
#
# ISA Support
|