summaryrefslogtreecommitdiff
path: root/cmd/tpm-v2.c
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-02-05cmd: tpm: add a subcommand devicePhilippe Reynes
2019-01-15cmd: tpm-v2: use correct format codeHeinrich Schuchardt
2018-11-29tpm: Convert to use a device parameterSimon Glass
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal
2018-05-25tpm: add PCR authentication commands supportMiquel Raynal
2018-05-25tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal
2018-05-25tpm: add dictionary attack mitigation commands supportMiquel Raynal
2018-05-25tpm: add TPM2_GetCapability command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Read command supportMiquel Raynal
2018-05-25tpm: add TPM2_PCR_Extend command supportMiquel Raynal
2018-05-25tpm: add TPM2_Clear command supportMiquel Raynal
2018-05-25tpm: add TPM2_SelfTest command supportMiquel Raynal
2018-05-25tpm: add TPM2_Startup command supportMiquel Raynal
2018-05-25tpm: prepare support for TPMv2.x commandsMiquel Raynal