summaryrefslogtreecommitdiff
path: root/cmd/tpm-v2.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas1-1/+2
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas1-2/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-21/+22
2020-02-06cmd: tpm: add a subcommand devicePhilippe Reynes1-0/+3
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