+9
−0
drivers/char/tpm/tpm_crb_ffa.c
0 → 100644
+348
−0
drivers/char/tpm/tpm_crb_ffa.h
0 → 100644
+25
−0
Loading
The ARM specification TPM Service CRB over FF-A specification defines the FF-A messages to interact with a CRB-based TPM implemented as an FF-A secure partition. See: https://developer.arm.com/documentation/den0138/latest/ This driver is probed when a TPM Secure Partition is discovered by the FF-A subsystem. It exposes APIs used by the TPM CRB driver to send notifications to the TPM. [jarkko: Fine-tuned the commit message.] Acked-by:Sudeep Holla <sudeep.holla@arm.com> Reviewed-by:
Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by:
Stuart Yoder <stuart.yoder@arm.com> Signed-off-by:
Jarkko Sakkinen <jarkko@kernel.org>