Skip to content

Commit 6ece213

Browse files
committed
ACPICA: Add start method for ARM FF-A
JIRA: https://issues.redhat.com/browse/RHEL-102692 commit 6a45754 Author: Stuart Yoder <stuart.yoder@arm.com> Date: Wed, 12 Mar 2025 16:58:26 -0500 Add TPM start method for ARM FF-A defined in the TCG ACPI specification v1.4. See: https://trustedcomputinggroup.org/wp-content/uploads/TCG-ACPI-Specification-Version-1.4-Revision-15_pub.pdf [jarkko: 1. Fine-tuned the commit message. 2. Added link to the TCG ACPI specification.] Link: acpica/acpica#1000 Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Stuart Yoder <stuart.yoder@arm.com> Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Marcin Juszkiewicz <mjuszkiewicz@redhat.com> Message-ID: <acaffcb7ba795ed01c19335028feac1e08aa497f.1752653152.git.mjuszkiewicz@redhat.com> Message-ID: <1d131db5042a5fb6e03f9b49bb398ccef1623950.1752659027.git.mjuszkiewicz@redhat.com>
1 parent 03e8f23 commit 6ece213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/acpi/actbl3.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ struct acpi_tpm2_phy {
466466
#define ACPI_TPM2_COMMAND_BUFFER_WITH_ARM_SMC 11 /* V1.2 Rev 8 */
467467
#define ACPI_TPM2_RESERVED 12
468468
#define ACPI_TPM2_COMMAND_BUFFER_WITH_PLUTON 13
469+
#define ACPI_TPM2_CRB_WITH_ARM_FFA 15
469470

470471
/* Optional trailer appears after any start_method subtables */
471472

0 commit comments

Comments
 (0)