Re: [PATCH v8 1/2] fTPM: firmware TPM running in TEE

2019-07-11 Thread Jarkko Sakkinen
On Fri, Jul 05, 2019 at 04:47:45PM -0400, Sasha Levin wrote: > This patch adds support for a software-only implementation of a TPM > running in TEE. > > There is extensive documentation of the design here: > https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip

[PATCH v8 1/2] fTPM: firmware TPM running in TEE

2019-07-05 Thread Sasha Levin
This patch adds support for a software-only implementation of a TPM running in TEE. There is extensive documentation of the design here: https://www.microsoft.com/en-us/research/publication/ftpm-software-implementation-tpm-chip/ . As well as reference code for the firmware available here: https: