Re: [edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-24 Thread Ard Biesheuvel
On 23 September 2016 at 22:47, Daniil Egranov wrote: > > > On 09/23/2016 11:21 AM, Ard Biesheuvel wrote: >> >> On 23 September 2016 at 17:20, Daniil Egranov >> wrote: >>> >>> Hi Ard, >>> >>> >>> On 09/23/2016 02:57 AM, Ard Biesheuvel wrote:

Re: [edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-23 Thread Daniil Egranov
On 09/23/2016 11:21 AM, Ard Biesheuvel wrote: On 23 September 2016 at 17:20, Daniil Egranov wrote: Hi Ard, On 09/23/2016 02:57 AM, Ard Biesheuvel wrote: Hi Daniil, On 22 September 2016 at 23:33, Daniil Egranov wrote: The PCI on Juno is

Re: [edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-23 Thread Ard Biesheuvel
Hi Daniil, On 22 September 2016 at 23:33, Daniil Egranov wrote: > The PCI on Juno is DMA coherent, which means it should not be > using ArmDmaLib for PCI DMA. > > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Daniil Egranov

[edk2] [PATCH 1/2] ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe: Remove calls to ArmDmaLib

2016-09-22 Thread Daniil Egranov
The PCI on Juno is DMA coherent, which means it should not be using ArmDmaLib for PCI DMA. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Daniil Egranov --- ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/PciHostBridgeDxe.inf | 2 +- 1 file