public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Jeff Brasen" <jbrasen@nvidia.com>
To: <devel@edk2.groups.io>
Cc: <pierre.gondois@arm.com>, <Alexei.Fedorov@arm.com>,
	<Sami.Mujawar@arm.com>, Jeff Brasen <jbrasen@nvidia.com>
Subject: [PATCH v2 0/4] Add support for generating ACPI ThermalZones
Date: Mon, 10 Jul 2023 22:25:55 +0000	[thread overview]
Message-ID: <cover.1689027745.git.jbrasen@nvidia.com> (raw)

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


             reply	other threads:[~2023-07-10 22:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 22:25 Jeff Brasen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1689027745.git.jbrasen@nvidia.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox