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