public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add support for generating ACPI ThermalZones
@ 2023-07-10 22:25 Jeff Brasen
  2023-07-10 22:25 ` [PATCH v2 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function Jeff Brasen
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jeff Brasen @ 2023-07-10 22:25 UTC (permalink / raw)
  To: devel; +Cc: pierre.gondois, Alexei.Fedorov, Sami.Mujawar, Jeff Brasen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-08-08  4:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 22:25 [PATCH v2 0/4] Add support for generating ACPI ThermalZones Jeff Brasen
2023-07-10 22:25 ` [PATCH v2 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function Jeff Brasen
2023-08-08  4:36   ` [edk2-devel] " Sami Mujawar
2023-07-10 22:25 ` [PATCH v2 2/4] DynamicTablesPkg: Add support for simple method invocation Jeff Brasen
2023-08-08  4:30   ` [edk2-devel] " Sami Mujawar
2023-07-10 22:25 ` [PATCH v2 3/4] DynamicTablesPkg: Add support to add Strings to package Jeff Brasen
2023-08-08  4:35   ` [edk2-devel] " Sami Mujawar
2023-07-10 22:25 ` [PATCH v2 4/4] DynamicTablesPkg: Add Aml NameUnicodeString API Jeff Brasen
2023-08-08  4:44   ` [edk2-devel] " Sami Mujawar
2023-07-13  8:42 ` [PATCH v2 0/4] Add support for generating ACPI ThermalZones PierreGondois

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox