acpica-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Zaid Alali <zaidal@os.amperecomputing.com>
To: acpica-devel@lists.linux.dev
Subject: [RFC PATCH 2/2] actbl1: Add EINJv2 get error type action
Date: Tue, 14 May 2024 11:41:50 -0700	[thread overview]
Message-ID: <20240514184150.6285-2-zaidal@os.amperecomputing.com> (raw)
In-Reply-To: <20240514184150.6285-1-zaidal@os.amperecomputing.com>

This commit adds EINJV2_GET_ERROR_TYPE as defined in the proposed
specs(1)(2).

Proposed ACPI spces for EINJv2:
(1) https://bugzilla.tianocore.org/show_bug.cgi?id=4615
(2) https://bugzilla.tianocore.org/attachment.cgi?id=1446

Signed-off-by: Zaid Alali <zaidal@os.amperecomputing.com>
---
 source/include/actbl1.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/include/actbl1.h b/source/include/actbl1.h
index b6ad18940..ebee9b0f1 100644
--- a/source/include/actbl1.h
+++ b/source/include/actbl1.h
@@ -1379,7 +1379,8 @@ enum AcpiEinjActions
     ACPI_EINJ_GET_COMMAND_STATUS            = 0x7,
     ACPI_EINJ_SET_ERROR_TYPE_WITH_ADDRESS   = 0x8,
     ACPI_EINJ_GET_EXECUTE_TIMINGS           = 0x9,
-    ACPI_EINJ_ACTION_RESERVED               = 0xA,   /* 10 and greater are reserved */
+    ACPI_EINJV2_GET_ERROR_TYPE              = 0x11,
+    ACPI_EINJ_ACTION_RESERVED               = 0x12,   /* 0x12 and greater are reserved */
     ACPI_EINJ_TRIGGER_ERROR                 = 0xFF   /* Except for this value */
 };
 
-- 
2.34.1


      reply	other threads:[~2024-05-14 18:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-14 18:41 [RFC PATCH 1/2] actbl1: Update values to hex to follow ACPI specs Zaid Alali
2024-05-14 18:41 ` Zaid Alali [this message]

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-all 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=20240514184150.6285-2-zaidal@os.amperecomputing.com \
    --to=zaidal@os.amperecomputing.com \
    --cc=acpica-devel@lists.linux.dev \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).