[edk2-devel] [PATCH v2 0/4] Add support for generating ACPI ThermalZones

Jeff Brasen via groups.io posted 4 patches 9 months, 3 weeks ago
Failed in applying to current master (apply log)
There is a newer version of this series
.../Include/Library/AmlLib/AmlLib.h           | 130 +++++
.../Common/AmlLib/CodeGen/AmlCodeGen.c        | 508 ++++++++++++++++++
2 files changed, 638 insertions(+)
[edk2-devel] [PATCH v2 0/4] Add support for generating ACPI ThermalZones
Posted by Jeff Brasen via groups.io 9 months, 3 weeks ago
Add APIs needed to create thermal zones dynamically.
Does not add a generator for this as creating the TMP method generically may
be difficult.

Change log:

v2 - renamed NameString function and added goto dones in a couple error cases

Jeff Brasen (4):
  DynamicTablesPkg: Add ThermalZone CodeGen function
  DynamicTablesPkg: Add support for simple method invocation.
  DynamicTablesPkg: Add support to add Strings to package
  DynamicTablesPkg: Add Aml NameUnicodeString API

 .../Include/Library/AmlLib/AmlLib.h           | 130 +++++
 .../Common/AmlLib/CodeGen/AmlCodeGen.c        | 508 ++++++++++++++++++
 2 files changed, 638 insertions(+)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#106774): https://edk2.groups.io/g/devel/message/106774
Mute This Topic: https://groups.io/mt/100068075/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v2 0/4] Add support for generating ACPI ThermalZones
Posted by PierreGondois 9 months, 3 weeks ago
Hello Jeff,
Thanks for the new version:

Reviewed-by: Pierre Gondois <pierre.gondois@arm.com>

On 7/11/23 00:25, Jeff Brasen wrote:
> Add APIs needed to create thermal zones dynamically.
> Does not add a generator for this as creating the TMP method generically may
> be difficult.
> 
> Change log:
> 
> v2 - renamed NameString function and added goto dones in a couple error cases
> 
> Jeff Brasen (4):
>    DynamicTablesPkg: Add ThermalZone CodeGen function
>    DynamicTablesPkg: Add support for simple method invocation.
>    DynamicTablesPkg: Add support to add Strings to package
>    DynamicTablesPkg: Add Aml NameUnicodeString API
> 
>   .../Include/Library/AmlLib/AmlLib.h           | 130 +++++
>   .../Common/AmlLib/CodeGen/AmlCodeGen.c        | 508 ++++++++++++++++++
>   2 files changed, 638 insertions(+)
> 


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