Re: [edk2-devel] [PATCH 1/1] Platform/RaspberryPi: Add linux quirk support

2021-08-06 Thread Jeremy Linton
Hi, On 8/6/21 10:47 AM, Andrei Warkentin wrote: Hi Jeremy, Reviewed-by: Andrei Warkentin MADT -> MCFG Yah, I have to start thinking about what I'm typing :) Root port registers would be NonCacheable just like the outbound mapping. (Also, with https://mantis.uefi.org/mantis/view.php?id=2

Re: [edk2-devel] [PATCH 1/1] Platform/RaspberryPi: Add linux quirk support

2021-08-06 Thread Andrei Warkentin
Hi Jeremy, Reviewed-by: Andrei Warkentin MADT -> MCFG Root port registers would be NonCacheable just like the outbound mapping. (Also, with https://mantis.uefi.org/mantis/view.php?id=2220, _MEM attributes aside from NonCacheable and Prefetchable are effectively deprecated). Note: I really w

[edk2-devel] [PATCH 1/1] Platform/RaspberryPi: Add linux quirk support

2021-08-05 Thread Jeremy Linton
Linux, for the time being has refused to support the Arm standard SMCCC for PCIe configuration. Instead they want to continue to maintain per device "quirks". As the RPI isn't really ECAM this is a bit more involved because the MADT can't really describe the root port+config registers situation. F