commit | 22bc2ffa0bbe0e86077552e7752d296060150b2c | [log] [tgz] |
---|---|---|
author | Thirupathaiah Annapureddy <thiruan@linux.microsoft.com> | Sun Jan 12 23:34:22 2020 -0800 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 05 19:33:46 2020 -0700 |
tree | f346d1c10ec37b895db90cb5e03a60c7134cedfc | |
parent | 41f0a66b74368c3042edf34ad370d411f84f1d22 [diff] |
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>