From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com (foss.arm.com [217.140.101.70]) by ml01.01.org (Postfix) with ESMTP id C59301A1FF9 for ; Thu, 22 Sep 2016 15:33:34 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7E0DF14F; Thu, 22 Sep 2016 15:33:34 -0700 (PDT) Received: from usa.arm.com (unknown [10.118.32.28]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C65683F21A; Thu, 22 Sep 2016 15:33:33 -0700 (PDT) From: Daniil Egranov To: edk2-devel@lists.01.org Cc: leif.lindholm@linaro.org, Daniil Egranov Date: Thu, 22 Sep 2016 17:32:59 -0500 Message-Id: <1474583581-41663-1-git-send-email-daniil.egranov@arm.com> X-Mailer: git-send-email 2.7.4 Subject: [PATCH 0/2] Juno PCI fixes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 22:33:34 -0000 The patches fixing the case where driver is using PCI DAC and replacing PCI DMA related calls to the ArmDmaLib with their Null implementations as the PCI on Juno is DMA coherent. Daniil Egranov (2): ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove dependency on ArmDmaLib ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Fix for PCI Dual Address Cycle .../ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeDxe.inf | 2 +- .../ArmJunoPkg/Drivers/PciHostBridgeDxe/PciRootBridge.c | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) -- 2.7.4