Re: [edk2] [PATCH 4/5] ArmVirtPkg/FdtPciHostBridgeLib: add MMIO64 support

2016-08-31 Thread Laszlo Ersek
On 08/22/16 08:35, Ard Biesheuvel wrote: > 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

[edk2] [PATCH 4/5] ArmVirtPkg/FdtPciHostBridgeLib: add MMIO64 support

2016-08-22 Thread Ard Biesheuvel
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