Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-21 | lib: Remove <common.h> inclusion from these filesWIP/2023-12-21-header-inclusion-cleanup | Tom Rini | 1 | -1/+0 |
2023-02-28 | tpm: Implement tpm_auto_start() for TPMv1.2 | Simon Glass | 1 | -3/+16 |
2023-02-28 | tpm: add a function that performs selftest + startup | Ilias Apalodimas | 1 | -0/+8 |
2022-09-03 | tpm: Require a digest source when extending the PCR | Simon Glass | 1 | -4/+6 |
2022-08-02 | tpm: rng: Add driver model interface for TPM RNG device | Sughosh Ganu | 1 | -3/+3 |
2022-08-02 | tpm: Export the TPM-version functions | Simon Glass | 1 | -51/+41 |
2021-03-02 | tpm: Add TPM2 support for write_lock | Simon Glass | 1 | -1/+1 |
2021-03-02 | tpm: Add TPM2 support for read/write values | Simon Glass | 1 | -2/+2 |
2021-03-02 | tpm: Add a basic API implementation for TPMv2 | Simon Glass | 1 | -7/+77 |
2021-03-02 | tpm: Add an API that can support v1.2 and v2 | Simon Glass | 1 | -0/+215 |