summaryrefslogtreecommitdiff
path: root/lib/tpm-v2.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: Implement tpm_auto_start() for TPMv1.2Simon Glass2023-02-281-8/+0
* tpm: add a function that performs selftest + startupIlias Apalodimas2023-02-281-0/+25
* tpm: Allow committing non-volatile dataSimon Glass2022-09-031-0/+21
* tpm: Implement state command for Cr50Simon Glass2022-09-031-0/+25
* tpm: Correct the define-space command in TPMv2Simon Glass2022-09-031-7/+15
* tpm: Require a digest source when extending the PCRSimon Glass2022-09-031-0/+2
* tpm: use more algorithms than sha256 on pcr_readRuchika Gupta2021-11-301-4/+8
* efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima2021-11-071-0/+6
* tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-021-0/+35
* tpm: Add TPM2 support for write_lockSimon Glass2021-03-021-0/+23
* tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-021-0/+84
* tpm: Add an implementation of define_spaceSimon Glass2021-03-021-0/+47
* tpm: Reduce duplication in a few functionsSimon Glass2021-03-021-5/+8
* tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-031-5/+6
* tpm: Change response length of tpm2_get_capability()Ilias Apalodimas2020-11-091-2/+2
* tpm: add TPM2_GetRandom command supportDhananjay Phadke2020-07-081-0/+44
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* tpm: Convert to use a device parameterSimon Glass2018-11-291-28/+32
* tpm: add PCR authentication commands supportMiquel Raynal2018-05-251-0/+100
* tpm: add TPM2_HierarchyChangeAuth command supportMiquel Raynal2018-05-251-0/+44
* tpm: add dictionary attack mitigation commands supportMiquel Raynal2018-05-251-0/+83
* tpm: add TPM2_GetCapability command supportMiquel Raynal2018-05-251-0/+33
* tpm: add TPM2_PCR_Read command supportMiquel Raynal2018-05-251-0/+42
* tpm: add TPM2_PCR_Extend command supportMiquel Raynal2018-05-251-0/+38
* tpm: add TPM2_Clear command supportMiquel Raynal2018-05-251-0/+35
* tpm: add TPM2_SelfTest command supportMiquel Raynal2018-05-251-0/+12
* tpm: add TPM2_Startup command supportMiquel Raynal2018-05-251-0/+21
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-251-0/+11