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

2023-07-13 Thread PierreGondois

Hello Jeff,
Thanks for the new version:

Reviewed-by: Pierre Gondois 

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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-




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

2023-07-10 Thread Jeff Brasen via groups.io
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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-