Re: [edk2-devel] [PATCH v3 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions

2022-02-02 Thread Sami Mujawar
For this series, Reviewed-by: Sami Mujawar Merged as 017564d637e9..33189f052783 Regards, Sami Mujawar On 13/01/2022 04:40 PM, Rebecca Cran wrote: Add functions to generate code for the Memory32Fixed ASL macro and a method returning an Integer. Remove a redundant cast from

[edk2-devel] [PATCH v3 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions

2022-01-13 Thread Rebecca Cran
Add functions to generate code for the Memory32Fixed ASL macro and a method returning an Integer. Remove a redundant cast from AmlCodeGenReturn. Changes from v2 to v3: o Rename function to AmlCodeGenRdMemory32Fixed. o Use define ACPI_32_BIT_FIXED_MEMORY_RANGE_DESCRIPTOR. Rebecca Cran (3):