aboutsummaryrefslogtreecommitdiff
path: root/drivers/tpm
AgeCommit message (Expand)AuthorFilesLines
2023-11-22tpm: remove superfluous check in tpm_tis_send()Heinrich Schuchardt1-3/+0
2023-10-27tpm: sandbox: Update for needed TPM2 capabilitiesEddie James1-28/+72
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-02-28tpm: sandbox: Change the return code when device is already openIlias Apalodimas1-1/+1
2023-02-10Correct SPL use of TPM_RNGSimon Glass1-1/+1
2023-01-20tpm2: ftpm: add the device in the OP-TEE services listIlias Apalodimas1-0/+3
2022-12-20tpm2: ftpm: open session with privileged ree loginEtienne Carriere1-0/+1
2022-09-03tpm: Implement state command for Cr50Simon Glass1-0/+163
2022-09-03tpm: Allow reporting the internal stateSimon Glass2-0/+21
2022-09-03tpm: sandbox: Allow init of TPM in a different phaseSimon Glass1-2/+4
2022-08-10common: Drop display_options.h from common headerSimon Glass2-0/+2
2022-08-02tpm: Add the RNG child deviceSughosh Ganu1-6/+34
2022-05-23tpm: add support for TPMv2.x I2C chipsEddie James3-0/+181
2022-05-23tpm: core: Set timeouts before requesting localityEddie James1-3/+4
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+30
2022-01-19doc: replace @return by Return:Heinrich Schuchardt4-4/+4
2021-11-30tis: fix tpm_tis_remove()Heinrich Schuchardt2-1/+10
2021-11-17drivers: tpm: atmel_twi: fix printf specifier compile warningMathew McBride1-1/+1
2021-11-17drivers: tpm: atmel_twi: implement get_desc operationMathew McBride1-1/+4
2021-11-17drivers: tpm: atmel_twi: do not use an offset byteMathew McBride1-0/+1
2021-11-17drivers: tpm: atmel_twi: drop non-DM_I2C compatibilityMathew McBride1-13/+1
2021-11-10tpm: Use the new API on tpm2 spi driverIlias Apalodimas2-417/+32
2021-11-10tpm2: Add a TPMv2 MMIO TIS driverIlias Apalodimas3-0/+167
2021-11-10tpm2: Introduce TIS tpm coreIlias Apalodimas2-0/+599
2021-11-10tpm: refactor function names for LPC based TPMsIlias Apalodimas1-2/+2
2021-11-10tpm: refactor function names and macros for infineon v1.2 TPMIlias Apalodimas1-17/+17
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-09-24drivers: tpm2: update reset gpio semanticsWIP/2021-09-24-assorted-updatesJorge Ramirez-Ortiz1-8/+15
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-08-01sandbox: tpm: Correct handling of get-capabilitySimon Glass1-10/+4
2021-08-01sandbox: tpm: Support the define-space commandSimon Glass3-0/+34
2021-08-01sandbox: tpm: Tidy up reading and writing of device stateSimon Glass1-11/+24
2021-08-01sandbox: tpm: Split out common nvdata codeSimon Glass4-105/+172
2021-07-15tpm: cr50: Drop unnecessary coral headersSimon Glass1-2/+0
2021-03-13tpm: Correct warning on 32-bit buildSimon Glass1-1/+1
2021-03-02tpm: Use logging in the uclassSimon Glass1-3/+5
2021-03-02tpm: Don't include cr50 in TPL/SPLSimon Glass2-3/+3
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-3/+3
2021-01-30tpm: cr50: Rename driver to work with of-platdataSimon Glass1-2/+2
2021-01-30tpm: cr50: Add a better description and more debugSimon Glass1-4/+18
2021-01-30tpm: cr50: Check for valid localitySimon Glass1-4/+12
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass10-11/+11