From 9d64ac2369673607a8d5d1339e05d45723efc496 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Sun, 21 Aug 2016 18:51:04 +0200 Subject: ArmVirtPkg/FdtPciHostBridgeLib: add MMIO64 support If the pci-host-ecam-generic DT node describes a 64-bit MMIO region, account for it in the PCI_ROOT_BRIDGE description that we return to the generic PciHostBridgeDxe implementation, which will be able to allocate BARs from it without any further changes. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel Reviewed-by: Laszlo Ersek Ref: https://tianocore.acgmultimedia.com/show_bug.cgi?id=65 --- ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf | 1 + 1 file changed, 1 insertion(+) (limited to 'ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf') diff --git a/ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf b/ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf index fc1d37fb3..0995f4b7a 100644 --- a/ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf +++ b/ArmVirtPkg/Library/FdtPciHostBridgeLib/FdtPciHostBridgeLib.inf @@ -47,6 +47,7 @@ [FixedPcd] gArmTokenSpaceGuid.PcdPciMmio32Translation + gArmTokenSpaceGuid.PcdPciMmio64Translation [Pcd] gArmTokenSpaceGuid.PcdPciIoTranslation -- cgit v1.2.3