public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for generating ACPI ThermalZones
@ 2023-06-29 23:01 Jeff Brasen
  2023-06-29 23:01 ` [PATCH 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function Jeff Brasen
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jeff Brasen @ 2023-06-29 23:01 UTC (permalink / raw)
  To: devel; +Cc: Sami.Mujawar, Alexei.Fedorov, pierre.gondois, 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.

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-07-03 12:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 23:01 [PATCH 0/4] Add support for generating ACPI ThermalZones Jeff Brasen
2023-06-29 23:01 ` [PATCH 1/4] DynamicTablesPkg: Add ThermalZone CodeGen function Jeff Brasen
2023-07-03  9:42   ` PierreGondois
2023-06-29 23:01 ` [PATCH 2/4] DynamicTablesPkg: Add support for simple method invocation Jeff Brasen
2023-07-03  9:42   ` PierreGondois
2023-06-29 23:01 ` [PATCH 3/4] DynamicTablesPkg: Add support to add Strings to package Jeff Brasen
2023-07-03  9:42   ` PierreGondois
2023-06-29 23:01 ` [PATCH 4/4] DynamicTablesPkg: Add Aml NameUnicodeString API Jeff Brasen
2023-07-03  9:42   ` PierreGondois
2023-07-03 12:27   ` PierreGondois

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