aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/Makefile
diff options
context:
space:
mode:
authorThirupathaiah Annapureddy <thiruan@linux.microsoft.com>2020-01-12 23:34:22 -0800
committerSimon Glass <sjg@chromium.org>2020-02-05 19:33:46 -0700
commit8d73be7a8e47ee57efe57ee17ed393bac1011fce (patch)
treef346d1c10ec37b895db90cb5e03a60c7134cedfc /drivers/tpm/Makefile
parent19464f4feb70292ea857c332f06673ac840a007d (diff)
downloadu-boot-8d73be7a8e47ee57efe57ee17ed393bac1011fce.zip
u-boot-8d73be7a8e47ee57efe57ee17ed393bac1011fce.tar.gz
u-boot-8d73be7a8e47ee57efe57ee17ed393bac1011fce.tar.bz2
tpm2: ftpm: A driver for firmware TPM running inside TEE
Add a driver for a firmware TPM running inside TEE. Documentation of the firmware TPM: https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/ Implementation of the firmware TPM: https://github.com/Microsoft/ms-tpm-20-ref/tree/master/Samples/ARM32-FirmwareTPM Signed-off-by: Thirupathaiah Annapureddy <thiruan@linux.microsoft.com>
Diffstat (limited to 'drivers/tpm/Makefile')
-rw-r--r--drivers/tpm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tpm/Makefile b/drivers/tpm/Makefile
index 94c337b..b1be3fe 100644
--- a/drivers/tpm/Makefile
+++ b/drivers/tpm/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_TPM_ST33ZP24_SPI) += tpm_tis_st33zp24_spi.o
obj-$(CONFIG_TPM2_TIS_SANDBOX) += tpm2_tis_sandbox.o
obj-$(CONFIG_TPM2_TIS_SPI) += tpm2_tis_spi.o
+obj-$(CONFIG_TPM2_FTPM_TEE) += tpm2_ftpm_tee.o