Commit Graph

80 Commits (lime2-spi)

Author SHA1 Message Date
Simon Glass c89d32a7b1 tpm: Use livetree and allow children 6 years ago
Simon Glass 6322a7b63f cros: Update cros_ec code to use struct udevice 6 years ago
Simon Glass 6307896c17 tpm: Add support for SPL and TPL 6 years ago
Simon Glass ef8a25006d sandbox: tpm: Enhance to support the latest Chromium OS 6 years ago
Simon Glass 998af31903 sandbox: tpm: Tidy up enums and return values 6 years ago
Miquel Raynal 46703cd9f3 tpm: sandbox: fix wrong assignment with a simplification 6 years ago
Miquel Raynal fd973ca696 tpm: sandbox: fix wrong check on pcr_map 6 years ago
Miquel Raynal 58233075f9 tpm: make TPM_V2 be compiled by default 6 years ago
Miquel Raynal 2a2096ea60 tpm: allow TPM v1 and v2 to be compiled at the same time 6 years ago
Miquel Raynal 8a7aa3e279 tpm: remove stale symbol in Kconfig 6 years ago
Miquel Raynal a0cf1d0ce0 tpm: compile Sandbox driver by default 6 years ago
Miquel Raynal 2bae712f7a tpm: add a Sandbox TPMv2.x driver 6 years ago
Miquel Raynal a174f0001f tpm2: tis_spi: add the possibility to reset the chip with a gpio 6 years ago
Miquel Raynal eb46910b4b tpm: add support for TPMv2.x SPI modules 6 years ago
Miquel Raynal ff32245bb3 tpm: prepare support for TPMv2.x commands 6 years ago
Miquel Raynal d677bfe2f7 tpm: disociate TPMv1.x specific and generic code 6 years ago
Miquel Raynal 9f9ce3c369 tpm: prepare introduction of TPMv2.x support in Kconfig 6 years ago
Miquel Raynal 06425aa087 tpm: add Revision ID field in the chip structure 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 6 years ago
Mario Six d38826a3dc treewide: Fix gdsys mail addresses 6 years ago
Jeremy Boone b3f4070340 Atmel TPM: Fix potential buffer overruns 6 years ago
Jeremy Boone afe0e6bddf Infineon TPM: Fix potential buffer overruns 6 years ago
Jeremy Boone 12e0ab327d STMicro TPM: Fix potential buffer overruns 6 years ago
Patrice Chotard 05cd11948e tpm: st33zp24: fix STMicroelectronics copyright 7 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Simon Glass a821c4af79 dm: Rename dev_addr..() functions 7 years ago
mario.six@gdsys.cc 3d1df0e363 lib: tpm: Add command to list resources 7 years ago
mario.six@gdsys.cc 0f4b2ba176 tpm: Add function to load keys via their parent's SHA1 hash 7 years ago
Mario Six 7690be35de lib: tpm: Add command to flush resources 7 years ago
George McCollister a982b6f514 tpm: tpm_tis_lpc: Add support for AT97SC3204 8 years ago
Simon Glass 22230e916e tpm: Tidy up use of size_t 8 years ago
Masahiro Yamada 5d97dff042 treewide: replace #include <asm-generic/errno.h> with <linux/errno.h> 8 years ago
mario.six@gdsys.cc 03dcd410d7 tpm: atmel_twi: Make compatible with DM I2C busses 8 years ago
Tom Rini 7e019daf7a drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use 8 years ago
Stefan Roese 456ecd08ec lib/crc8: Add crc start value 8 years ago
Christophe Ricard b75fdc11eb tpm: st33zp24: Add tpm st33zp24 spi support 8 years ago
Christophe Ricard 3aa74088d4 tpm: st33zp24: Add tpm st33zp24 support with i2c 8 years ago
Christophe Ricard 1259dcd79c tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c 8 years ago
Christophe Ricard ca5bc1bc10 tpm: tpm_tis_lpc: fix typo 8 years ago
Simon Glass 2419cd16a1 dm: tpm: Drop CONFIG_DM_TPM 9 years ago
Christophe Ricard 3e7d940bb6 dm: tpm: Every TPM drivers should depends on DM_TPM 9 years ago
Christophe Ricard c2b0f600a1 dm: tpm: Remove every compilation switch for TPM driver model 9 years ago
Christophe Ricard 302c5dba0a dm: tpm: Add Driver Model support for tpm_atmel_twi driver 9 years ago
Christophe Ricard 0766ad2f7f dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon 9 years ago
Simon Glass d616ba5f5b dm: tpm: Convert LPC driver to driver model 9 years ago
Simon Glass b697e0ff5b dm: tpm: Convert I2C driver to driver model 9 years ago
Simon Glass 21baf15b4e dm: tpm: sandbox: Convert TPM driver to driver model 9 years ago
Simon Glass f255d31f90 dm: tpm: Add a uclass for Trusted Platform Modules 9 years ago
Simon Glass 42c8ec56c5 tpm: tpm_tis_i2c: Tidy up delays 9 years ago