summaryrefslogtreecommitdiff
path: root/drivers/tpm
Commit message (Expand)AuthorAgeFilesLines
* 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
* tpm: add Revision ID field in the chip structureMiquel Raynal2018-05-251-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0710-21/+10
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* treewide: Fix gdsys mail addressesMario Six2018-03-091-1/+1
* Atmel TPM: Fix potential buffer overrunsJeremy Boone2018-03-051-2/+12
* Infineon TPM: Fix potential buffer overrunsJeremy Boone2018-03-051-2/+3
* STMicro TPM: Fix potential buffer overrunsJeremy Boone2018-03-052-4/+6
* tpm: st33zp24: fix STMicroelectronics copyrightPatrice Chotard2017-11-062-2/+4
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* lib: tpm: Add command to list resourcesmario.six@gdsys.cc2017-03-261-0/+7
* tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc2017-03-261-0/+8
* lib: tpm: Add command to flush resourcesMario Six2017-02-011-0/+6
* tpm: tpm_tis_lpc: Add support for AT97SC3204George McCollister2016-12-021-9/+28
* tpm: Tidy up use of size_tSimon Glass2016-10-111-2/+2
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* tpm: atmel_twi: Make compatible with DM I2C bussesmario.six@gdsys.cc2016-08-152-2/+15
* drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable useTom Rini2016-04-151-1/+1
* lib/crc8: Add crc start valueStefan Roese2016-04-111-1/+1
* tpm: st33zp24: Add tpm st33zp24 spi supportChristophe Ricard2016-01-283-0/+682
* tpm: st33zp24: Add tpm st33zp24 support with i2cChristophe Ricard2016-01-283-0/+553
* tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff ...Christophe Ricard2016-01-282-17/+17
* tpm: tpm_tis_lpc: fix typoChristophe Ricard2016-01-281-1/+1
* dm: tpm: Drop CONFIG_DM_TPMSimon Glass2015-10-232-13/+4
* dm: tpm: Every TPM drivers should depends on DM_TPMChristophe Ricard2015-10-231-3/+3
* dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-232-2/+0
* dm: tpm: Add Driver Model support for tpm_atmel_twi driverChristophe Ricard2015-10-232-19/+51
* dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineonChristophe Ricard2015-10-234-5/+5
* dm: tpm: Convert LPC driver to driver modelSimon Glass2015-08-311-155/+131
* dm: tpm: Convert I2C driver to driver modelSimon Glass2015-08-312-346/+203
* dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass2015-08-311-12/+45