summaryrefslogtreecommitdiffstats
path: root/cmd/tpm-v2.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-031-1/+2
* tpm: Change response length of tpm2_get_capability()Ilias Apalodimas2020-11-091-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-21/+22
* cmd: tpm: add a subcommand devicePhilippe Reynes2020-02-051-0/+3
* 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