summaryrefslogtreecommitdiff
path: root/cmd/tpm-v2.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: tpm-v2: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* tpm: Convert to use a device parameterSimon Glass2018-11-291-13/+65
* tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal2018-07-281-2/+2
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-251-0/+48
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-251-12/+47
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-251-0/+67
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-251-0/+45
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-251-0/+43
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-251-0/+37
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-251-0/+29
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-251-0/+26
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-251-0/+26
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-251-0/+33