summaryrefslogtreecommitdiff
path: root/drivers/tpm
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-13tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal1-3/+3
2018-07-28tpm: make TPM_V2 be compiled by defaultMiquel Raynal1-0/+1
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal4-9/+10
2018-07-28tpm: remove stale symbol in KconfigMiquel Raynal1-3/+0
2018-07-28tpm: compile Sandbox driver by defaultMiquel Raynal1-0/+2
2018-05-26tpm: add a Sandbox TPMv2.x driverMiquel Raynal3-1/+636
2018-05-26tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal1-0/+16
2018-05-26tpm: add support for TPMv2.x SPI modulesMiquel Raynal3-0/+675
2018-05-26tpm: prepare support for TPMv2.x commandsMiquel Raynal1-0/+2
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal8-8/+11
2018-05-26tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal1-11/+38
2018-05-25tpm: add Revision ID field in the chip structureMiquel Raynal1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-21/+10
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-09treewide: Fix gdsys mail addressesMario Six1-1/+1
2018-03-05Atmel TPM: Fix potential buffer overrunsJeremy Boone1-2/+12
2018-03-05Infineon TPM: Fix potential buffer overrunsJeremy Boone1-2/+3
2018-03-05STMicro TPM: Fix potential buffer overrunsJeremy Boone2-4/+6
2017-11-06tpm: st33zp24: fix STMicroelectronics copyrightPatrice Chotard2-2/+4
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-03-26lib: tpm: Add command to list resourcesmario.six@gdsys.cc1-0/+7
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc1-0/+8
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+6
2016-12-02tpm: tpm_tis_lpc: Add support for AT97SC3204George McCollister1-9/+28