From: "Rafael J. Wysocki" <rjw@rjwysocki.net>
To: Linux ACPI <linux-acpi@vger.kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
Bob Moore <robert.moore@intel.com>,
Saket Dumbre <saket.dumbre@intel.com>
Subject: [PATCH v1 5/8] ACPICA: actbl1: Add EINJv2 get error type action
Date: Wed, 26 Mar 2025 21:08:46 +0100 [thread overview]
Message-ID: <3344273.aeNJFYEL58@rjwysocki.net> (raw)
In-Reply-To: <5873907.DvuYhMxLoT@rjwysocki.net>
From: Zaid Alali <zaidal@os.amperecomputing.com>
ACPICA commit 6975cd07e20ba955556e1eafe8a326834c354ae6
Add EINJV2_GET_ERROR_TYPE as defined in the new specs(1)(2).
Link: https://bugzilla.tianocore.org/show_bug.cgi?id=4615 (1)
Link: https://bugzilla.tianocore.org/attachment.cgi?id=1446 (2)
Link: https://github.com/acpica/acpica/commit/6975cd07
Signed-off-by: Zaid Alali <zaidal@os.amperecomputing.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
---
include/acpi/actbl1.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/acpi/actbl1.h b/include/acpi/actbl1.h
index 1dc29933e2a3..329454c303b9 100644
--- a/include/acpi/actbl1.h
+++ b/include/acpi/actbl1.h
@@ -1034,7 +1034,8 @@ enum acpi_einj_actions {
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.43.0
next prev parent reply other threads:[~2025-03-26 21:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-26 20:04 [PATCH v1 0/8] ACPICA: ACPICA 20241212 Rafael J. Wysocki
2025-03-26 20:05 ` [PATCH v1 1/8] ACPICA: fix acpi operand cache leak in dswstate.c Rafael J. Wysocki
2025-03-26 20:06 ` [PATCH v1 2/8] ACPICA: fix acpi parse and parseext cache leaks Rafael J. Wysocki
2025-03-26 20:07 ` [PATCH v1 3/8] ACPICA: New release 20240927 Rafael J. Wysocki
2025-03-26 20:07 ` [PATCH v1 4/8] ACPICA: actbl1: Update values to hex to follow ACPI specs Rafael J. Wysocki
2025-03-26 20:08 ` Rafael J. Wysocki [this message]
2025-03-26 20:09 ` [PATCH v1 6/8] ACPICA: Fix typo in comments for SRAT structures Rafael J. Wysocki
2025-03-26 20:10 ` [PATCH v1 7/8] ACPICA: Fix warnings from PR #295 merge Rafael J. Wysocki
2025-03-26 20:11 ` [PATCH v1 8/8] ACPICA: Logfile: Changes for version 20241212 Rafael J. Wysocki
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=3344273.aeNJFYEL58@rjwysocki.net \
--to=rjw@rjwysocki.net \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robert.moore@intel.com \
--cc=saket.dumbre@intel.com \
/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