summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: tpm: Support extending a PCR multiple timesSimon Glass2021-08-011-14/+10
* sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass2021-08-011-11/+11
* sandbox: tpm: Support storing device state in tpm2Simon Glass2021-08-011-0/+139
* sandbox: tpm: Support nvdata in TPM2Simon Glass2021-08-011-0/+68
* sandbox: tpm: Track whether the state is validSimon Glass2021-08-011-2/+8
* sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass2021-08-011-4/+16
* tpm: Correct warning on 32-bit buildSimon Glass2021-03-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* common: Drop linux/crc8.hSimon Glass2019-12-021-1/+1
* tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal2018-08-131-26/+26
* tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal2018-08-131-3/+3
* tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal2018-07-281-1/+4
* tpm: add a Sandbox TPMv2.x driverMiquel Raynal2018-05-251-0/+625