summaryrefslogtreecommitdiff
path: root/lib/tpm-v2.c
AgeCommit message (Expand)Author
2022-09-03tpm: Allow committing non-volatile dataSimon Glass
2022-09-03tpm: Implement state command for Cr50Simon Glass
2022-09-03tpm: Correct the define-space command in TPMv2Simon Glass
2022-09-03tpm: Require a digest source when extending the PCRSimon Glass
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima
2021-03-02tpm: Allow disabling platform hierarchy with TPM2Simon Glass
2021-03-02tpm: Add TPM2 support for write_lockSimon Glass
2021-03-02tpm: Add TPM2 support for read/write valuesSimon Glass
2021-03-02tpm: Add an implementation of define_spaceSimon Glass
2021-03-02tpm: Reduce duplication in a few functionsSimon Glass
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas
2020-11-09tpm: Change response length of tpm2_get_capability()Ilias Apalodimas
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2018-11-29tpm: Convert to use a device parameterSimon Glass
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