@@ -626,7 +626,7 @@ DEFINE TRANS_CODE = $(EL3_TO_EL2)
# PCI support
#
AmdModulePkg/Gionb/Gionb.inf
- ArmPlatformPkg/Drivers/CpuIo2Dxe/ArmPciCpuIo2Dxe.inf
+ ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
@@ -144,7 +144,7 @@ READ_LOCK_STATUS = TRUE
# PCI support
#
INF AmdModulePkg/Gionb/Gionb.inf
- INF ArmPlatformPkg/Drivers/CpuIo2Dxe/ArmPciCpuIo2Dxe.inf
+ INF ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf
INF MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe.inf
INF MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe.inf
The ARM PCI specific CpuIo2Dxe driver changed name and location between its first proposed version and the one that was finally merged. So use the permanent name. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Platforms/AMD/Styx/HuskyBoard/HuskyBoard.dsc | 2 +- Platforms/AMD/Styx/HuskyBoard/HuskyBoard.fdf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)