Re: [edk2-devel] [PATCH 0/2] Add support for PCI IO using Qword resources

2023-09-12 Thread PierreGondois
Hello Jeff, I had some trouble applying PATCH [1/2], but the changes look good to me otherwise: Reviewed-by: Pierre Gondois Regards, Pierre On 9/12/23 01:48, Jeff Brasen wrote: Use AmlCodeGenRdQWordIo() to generate the I/O range in _CRS instead of AmlCodeGenRdDWordIo() to cater to the scenario

[edk2-devel] [PATCH 0/2] Add support for PCI IO using Qword resources

2023-09-11 Thread Jeff Brasen via groups.io
Use AmlCodeGenRdQWordIo() to generate the I/O range in _CRS instead of AmlCodeGenRdDWordIo() to cater to the scenarios where 64-bit addresses can be used to generate I/O packets over the PCIe bus. Vidya Sagar (2): DynamicTablesPkg: AML Code generation for I/O ranges DynamicTablesPkg: AcpiSsdtP