summaryrefslogtreecommitdiff
path: root/include/tpm-common.h
AgeCommit message (Expand)AuthorFilesLines
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass1-0/+3
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-7/+9
2020-02-06tpm: add a helper to iterate on all tpm devicesPhilippe Reynes1-0/+3
2018-12-05tpm: Export tpm_clear_and_reenable()Simon Glass1-0/+8
2018-12-05tpm: Remove use of build-time TPM versionsSimon Glass1-0/+11
2018-11-29tpm: Convert to use a device parameterSimon Glass1-2/+14
2018-11-29tpm: Export the open/close functionsSimon Glass1-0/+18
2018-11-29tpm: Add a constant for the minimum supported digest sizeSimon Glass1-0/+2
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-6/+34
2018-07-28tpm: fix typo in kernel docMiquel Raynal1-1/+1
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+6
2018-05-26tpm: add missing parameter in private data structure descriptionMiquel Raynal1-0/+1
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal1-0/+210