summaryrefslogtreecommitdiff
path: root/drivers/tpm
AgeCommit message (Expand)AuthorFilesLines
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-31tpm: cr50: Rename driver to work with of-platdataSimon Glass1-2/+2
2021-01-31tpm: cr50: Add a better description and more debugSimon Glass1-4/+18
2021-01-31tpm: cr50: Check for valid localitySimon Glass1-4/+12
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-4/+4
2020-12-14dm: 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
2020-11-20tpm: spi: Cleanup source codeMichal Simek1-3/+0
2020-10-22tpm: cr50: Correct logging statementsSimon Glass1-5/+5
2020-09-25tpm: cr50: Add ACPI supportSimon Glass1-0/+55
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-07-09tpm: add #ifndef to fix redeclaration build errorsJohannes Holland1-0/+2
2020-07-08tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass8-0/+8
2020-05-19common: Drop log.h from common headerSimon Glass7-0/+7
2020-04-16tpm: Don't cleanup unless an error happensSimon Glass1-3/+10
2020-04-16tpm: cr50: Use the correct GPIO bindingSimon Glass1-1/+1
2020-04-16tpm: cr50: Add a comment for cr50_privSimon Glass1-0/+9
2020-04-16tpm: cr50: Release locality on exitSimon Glass1-2/+11
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini4-0/+292
2020-02-07tpm: Add a driver for H1/Cr50Simon Glass3-0/+670
2020-02-06tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy4-0/+292
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-1/+1
2019-12-03common: Drop linux/crc8.hSimon Glass2-2/+2
2019-10-15tpm2: Don't assume active low reset valueKayla Theil1-2/+2
2019-07-11tpm: wait for valid statusRoman Kapl1-2/+10
2018-11-29tpm: Export the open/close functionsSimon Glass1-20/+27
2018-11-21sandbox: tpm: Allow debugging of data packagesSimon Glass1-0/+6
2018-10-09tpm: Use livetree and allow childrenSimon Glass2-1/+4
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-3/+3
2018-10-09tpm: Add support for SPL and TPLSimon Glass1-1/+1
2018-10-09sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass1-15/+82
2018-10-09sandbox: tpm: Tidy up enums and return valuesSimon Glass1-10/+10
2018-08-13tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal1-26/+26