ArmVirtPkg/FdtPciHostBridgeLib: enable 64-bit PCI DMA
Now that the PCI root bridge driver and various host controller drivers have been fixed, remove the 4 GB limit on PCI DMA allocation for QEMU's ECAM PCI host bridge. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
@@ -317,7 +317,7 @@ PciHostBridgeGetRootBridges (
|
||||
EFI_PCI_ATTRIBUTE_VGA_PALETTE_IO_16;
|
||||
mRootBridge.Attributes = mRootBridge.Supports;
|
||||
|
||||
mRootBridge.DmaAbove4G = FALSE;
|
||||
mRootBridge.DmaAbove4G = TRUE;
|
||||
mRootBridge.NoExtendedConfigSpace = FALSE;
|
||||
mRootBridge.ResourceAssigned = FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user