Re: [edk2-devel] [PATCH 1/2] Platform/Raspberrypi: Update DMA constants based on SOC revision

2021-05-12 Thread Ard Biesheuvel
On Wed, 12 May 2021 at 13:19, Pete Batard wrote: > > Two minor notes below: > > On 2021.05.11 23:41, Jeremy Linton wrote: > > The newer BCM2711 SoC's don't have a DMA constraint on the emmc2 > > controller. So we don't need to do the 1G translation. Lets > > allow the AML to detect the SoC

Re: [edk2-devel] [PATCH 1/2] Platform/Raspberrypi: Update DMA constants based on SOC revision

2021-05-12 Thread Pete Batard
Two minor notes below: On 2021.05.11 23:41, Jeremy Linton wrote: The newer BCM2711 SoC's don't have a DMA constraint on the emmc2 controller. So we don't need to do the 1G translation. Lets allow the AML to detect the SoC revision and return a different _DMA resource. Signed-off-by: Jeremy

[edk2-devel] [PATCH 1/2] Platform/Raspberrypi: Update DMA constants based on SOC revision

2021-05-11 Thread Jeremy Linton
The newer BCM2711 SoC's don't have a DMA constraint on the emmc2 controller. So we don't need to do the 1G translation. Lets allow the AML to detect the SoC revision and return a different _DMA resource. Signed-off-by: Jeremy Linton --- Platform/RaspberryPi/AcpiTables/Emmc.asl | 39