summaryrefslogtreecommitdiffstats
path: root/drivers/tpm
Commit message (Expand)AuthorAgeFilesLines
* tpm: Correct warning on 32-bit buildSimon Glass2021-03-131-1/+1
* tpm: Use logging in the uclassSimon Glass2021-03-021-3/+5
* tpm: Don't include cr50 in TPL/SPLSimon Glass2021-03-022-3/+3
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-3/+3
* tpm: cr50: Rename driver to work with of-platdataSimon Glass2021-01-301-2/+2
* tpm: cr50: Add a better description and more debugSimon Glass2021-01-301-4/+18
* tpm: cr50: Check for valid localitySimon Glass2021-01-301-4/+12
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-132-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1310-11/+11
* tpm: spi: Cleanup source codeMichal Simek2020-11-201-3/+0
* tpm: cr50: Correct logging statementsSimon Glass2020-10-221-5/+5
* tpm: cr50: Add ACPI supportSimon Glass2020-09-251-0/+55
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* tpm: add #ifndef to fix redeclaration build errorsJohannes Holland2020-07-081-0/+2
* tpm2: tis_spi: add linux compatible fallback stringBruno Thomsen2020-07-081-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-188-0/+8
* common: Drop log.h from common headerSimon Glass2020-05-187-0/+7
* tpm: Don't cleanup unless an error happensSimon Glass2020-04-161-3/+10
* tpm: cr50: Use the correct GPIO bindingSimon Glass2020-04-161-1/+1
* tpm: cr50: Add a comment for cr50_privSimon Glass2020-04-161-0/+9
* tpm: cr50: Release locality on exitSimon Glass2020-04-161-2/+11
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-114-0/+292
|\
| * tpm2: ftpm: A driver for firmware TPM running inside TEEThirupathaiah Annapureddy2020-02-054-0/+292
* | tpm: Add a driver for H1/Cr50Simon Glass2020-02-073-0/+670
|/
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-1/+1
* common: Drop linux/crc8.hSimon Glass2019-12-022-2/+2
* tpm2: Don't assume active low reset valueKayla Theil2019-10-151-2/+2
* tpm: wait for valid statusRoman Kapl2019-07-111-2/+10
* tpm: Export the open/close functionsSimon Glass2018-11-291-20/+27
* sandbox: tpm: Allow debugging of data packagesSimon Glass2018-11-201-0/+6
* tpm: Use livetree and allow childrenSimon Glass2018-10-092-1/+4
* cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-3/+3
* tpm: Add support for SPL and TPLSimon Glass2018-10-091-1/+1
* sandbox: tpm: Enhance to support the latest Chromium OSSimon Glass2018-10-091-15/+82
* sandbox: tpm: Tidy up enums and return valuesSimon Glass2018-10-091-10/+10
* tpm: sandbox: fix wrong assignment with a simplificationMiquel Raynal2018-08-131-26/+26
* tpm: sandbox: fix wrong check on pcr_mapMiquel Raynal2018-08-131-3/+3
* tpm: make TPM_V2 be compiled by defaultMiquel Raynal2018-07-281-0/+1
* tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal2018-07-284-9/+10
* tpm: remove stale symbol in KconfigMiquel Raynal2018-07-281-3/+0
* tpm: compile Sandbox driver by defaultMiquel Raynal2018-07-281-0/+2
* tpm: add a Sandbox TPMv2.x driverMiquel Raynal2018-05-253-1/+636
* tpm2: tis_spi: add the possibility to reset the chip with a gpioMiquel Raynal2018-05-251-0/+16
* tpm: add support for TPMv2.x SPI modulesMiquel Raynal2018-05-253-0/+675
* tpm: prepare support for TPMv2.x commandsMiquel Raynal2018-05-251-0/+2
* tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-258-8/+11
* tpm: prepare introduction of TPMv2.x support in KconfigMiquel Raynal2018-05-251-11/+38