aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_tis_sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07tpm: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James1-28/+72
2023-02-28tpm: sandbox: Change the return code when device is already openIlias Apalodimas1-1/+1
2022-09-03tpm: Allow reporting the internal stateSimon Glass1-0/+11
2022-09-03tpm: sandbox: Allow init of TPM in a different phaseSimon Glass1-2/+4
2021-08-01sandbox: tpm: Support extending a PCR multiple timesSimon Glass1-14/+10
2021-08-01sandbox: tpm: Correct handling of SANDBOX_TPM_PCR_NBSimon Glass1-11/+11
2021-08-01sandbox: tpm: Support storing device state in tpm2Simon Glass1-0/+139
2021-08-01sandbox: tpm: Support nvdata in TPM2Simon Glass1-0/+68
2021-08-01sandbox: tpm: Track whether the state is validSimon Glass1-2/+8
2021-08-01sandbox: tpm: Finish comments for struct sandbox_tpm2Simon Glass1-4/+16
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2019-12-02common: Drop linux/crc8.hSimon Glass1-1/+1
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal1-26/+26
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal1-3/+3
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-1/+4
2018-05-25tpm: add a Sandbox TPMv2.x driverMiquel Raynal1-0/+625