Skip to content

Commit 3f09269

Browse files
committed
ACPICA: Add start method for ARM FF-A
JIRA: https://issues.redhat.com/browse/RHEL-102691 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>
1 parent 9d0012f commit 3f09269

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
@@ -446,6 +446,7 @@ struct acpi_tpm2_phy {
446446
#define ACPI_TPM2_COMMAND_BUFFER_WITH_ARM_SMC 11 /* V1.2 Rev 8 */
447447
#define ACPI_TPM2_RESERVED 12
448448
#define ACPI_TPM2_COMMAND_BUFFER_WITH_PLUTON 13
449+
#define ACPI_TPM2_CRB_WITH_ARM_FFA 15
449450

450451
/* Optional trailer appears after any start_method subtables */
451452

0 commit comments

Comments
 (0)