Skip to content

Commit 6a45754

Browse files
stuyod01jarkkojs
authored andcommitted
ACPICA: Add start method for ARM FF-A
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 <[email protected]> Signed-off-by: Stuart Yoder <[email protected]> Signed-off-by: Jarkko Sakkinen <[email protected]>
1 parent e0ad11e commit 6a45754

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)