]> asedeno.scripts.mit.edu Git - linux.git/commit
tpm/tpm_crb: Enable TPM CRB interface for ARM64
authorJiandi An <anjiandi@codeaurora.org>
Fri, 24 Mar 2017 09:55:45 +0000 (04:55 -0500)
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Mon, 3 Apr 2017 19:46:03 +0000 (22:46 +0300)
commit08eff49d63ca2bf4cd98c4bdc07dc9d07d52f8f5
tree69be09a53bd37b9743e580c508f9331f4ca669e0
parentcf8252ca7ca76fa47acf29b717bd52b738538c1e
tpm/tpm_crb: Enable TPM CRB interface for ARM64

This enables TPM Command Response Buffer interface driver for
ARM64 and implements an ARM specific TPM CRB start method that
invokes a Secure Monitor Call (SMC) to request the TrustZone
Firmware to execute or cancel a TPM 2.0 command.

In ARM, TrustZone security extensions enable a secure software
environment with Secure Monitor mode.  A Secure Monitor Call
(SMC) is used to enter the Secure Monitor mode and perform a
Secure Monitor service to communicate with TrustZone firmware
which has control over the TPM hardware.

Signed-off-by: Jiandi An <anjiandi@codeaurora.org>
Tested-by: Shanker Donthineni <shankerd@codeaurora.org>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Tested-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> (on x86/PTT)
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
drivers/char/tpm/Kconfig
drivers/char/tpm/tpm_crb.c