Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-01-15 | cmd: tpm-v2: use correct format code | Heinrich Schuchardt | 1 | -1/+1 |
2018-11-29 | tpm: Convert to use a device parameter | Simon Glass | 1 | -13/+65 |
2018-07-28 | tpm: allow TPM v1 and v2 to be compiled at the same time | Miquel Raynal | 1 | -2/+2 |
2018-05-25 | tpm: add PCR authentication commands support | Miquel Raynal | 1 | -0/+48 |
2018-05-25 | tpm: add TPM2_HierarchyChangeAuth command support | Miquel Raynal | 1 | -12/+47 |
2018-05-25 | tpm: add dictionary attack mitigation commands support | Miquel Raynal | 1 | -0/+67 |
2018-05-25 | tpm: add TPM2_GetCapability command support | Miquel Raynal | 1 | -0/+45 |
2018-05-25 | tpm: add TPM2_PCR_Read command support | Miquel Raynal | 1 | -0/+43 |
2018-05-25 | tpm: add TPM2_PCR_Extend command support | Miquel Raynal | 1 | -0/+37 |
2018-05-25 | tpm: add TPM2_Clear command support | Miquel Raynal | 1 | -0/+29 |
2018-05-25 | tpm: add TPM2_SelfTest command support | Miquel Raynal | 1 | -0/+26 |
2018-05-25 | tpm: add TPM2_Startup command support | Miquel Raynal | 1 | -0/+26 |
2018-05-25 | tpm: prepare support for TPMv2.x commands | Miquel Raynal | 1 | -0/+33 |