summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_sandbox.c
AgeCommit message (Expand)Author
2022-09-03tpm: Allow reporting the internal stateSimon Glass
2022-09-03tpm: sandbox: Allow init of TPM in a different phaseSimon Glass
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass
2021-08-01sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass
2021-08-01sandbox: tpm: Support storing device state in tpm2Simon Glass
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass
2021-08-01sandbox: tpm: Track whether the state is validSimon Glass
2021-08-01sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2019-12-02common: Drop linux/crc8.hSimon Glass
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal
2018-05-25tpm: add a Sandbox TPMv2.x driverMiquel Raynal