TCG ACPI Specification Family "1.2" and "2.0" Version 1.2 Revision 8 introduces a new start method (type 11) for ARM64, along with platform specific parameters for this new start method. This new start method invokes a Secure Monitor Call to request the firmware to execute or cancel a TPM 2.0 command.
v3 Change Log: - Added start method specific parameter offset define - Moved tpm_crb_smc definition to tpm_crb.c - Removed platform_params union from acpi_table_tpm2 - Removed clutter on length calculation of acpi_table_tpm2 caused by changing size of acpi_table_tpm2 Jiandi An (2): ACPICA: Update TPM2 ACPI table tpm/tpm_crb: Enable TPM CRB interface for ARM64 drivers/char/tpm/Kconfig | 2 +- drivers/char/tpm/tpm_crb.c | 64 ++++++++++++++++++++++++++++++++++++++++++++-- include/acpi/actbl2.h | 3 +++ 3 files changed, 66 insertions(+), 3 deletions(-) -- Jiandi An Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ tpmdd-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
