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

Rebecca Cran posted 3 patches 2 years, 3 months ago
Failed in applying to current master (apply log)
DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h                        |  80 ++++++++++
DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c             | 158 +++++++++++++++++++-
DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c |  57 +++++++
3 files changed, 294 insertions(+), 1 deletion(-)
[edk2-devel] [PATCH v3 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions
Posted by Rebecca Cran 2 years, 3 months ago
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):
  DynamicTablesPkg: Add Memory32Fixed function
  DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn
  DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function

 DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h                        |  80 ++++++++++
 DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c             | 158 +++++++++++++++++++-
 DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c |  57 +++++++
 3 files changed, 294 insertions(+), 1 deletion(-)

-- 
2.31.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#85667): https://edk2.groups.io/g/devel/message/85667
Mute This Topic: https://groups.io/mt/88400643/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


Re: [edk2-devel] [PATCH v3 0/3] Add Memory32Fixed and AmlCodeGenMethodRetInteger functions
Posted by Sami Mujawar 2 years, 2 months ago
For this series,

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

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 AmlCodeGenReturn.
>
>
> Changes from v2 to v3:
>
> o Rename function to AmlCodeGenRdMemory32Fixed.
> o Use define ACPI_32_BIT_FIXED_MEMORY_RANGE_DESCRIPTOR.
>
> Rebecca Cran (3):
>    DynamicTablesPkg: Add Memory32Fixed function
>    DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn
>    DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function
>
>   DynamicTablesPkg/Include/Library/AmlLib/AmlLib.h                        |  80 ++++++++++
>   DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlCodeGen.c             | 158 +++++++++++++++++++-
>   DynamicTablesPkg/Library/Common/AmlLib/CodeGen/AmlResourceDataCodeGen.c |  57 +++++++
>   3 files changed, 294 insertions(+), 1 deletion(-)
>

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#86343): https://edk2.groups.io/g/devel/message/86343
Mute This Topic: https://groups.io/mt/88400643/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-