Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
25ae488274f035f342316e64de394920bad442fc
/
drivers
/
tpm
10e3d76
Atmel TPM: Fix potential buffer overruns
by Jeremy Boone
· 7 years ago
4dc0eca
Infineon TPM: Fix potential buffer overruns
by Jeremy Boone
· 7 years ago
8c4b062
STMicro TPM: Fix potential buffer overruns
by Jeremy Boone
· 7 years ago
27e9094
tpm: st33zp24: fix STMicroelectronics copyright
by Patrice Chotard
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· 8 years ago
a5bfcc5
lib: tpm: Add command to list resources
by mario.six@gdsys.cc
· 8 years ago
a5a7ea2
tpm: Add function to load keys via their parent's SHA1 hash
by mario.six@gdsys.cc
· 8 years ago
4eceb6c
lib: tpm: Add command to flush resources
by Mario Six
· 8 years ago
8d594cc
tpm: tpm_tis_lpc: Add support for AT97SC3204
by George McCollister
· 8 years ago
db01e8c
tpm: Tidy up use of size_t
by Simon Glass
· 8 years ago
64e4f7f
treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
ec951ad
tpm: atmel_twi: Make compatible with DM I2C busses
by mario.six@gdsys.cc
· 8 years ago
830a8e3
drivers/tpm/tpm_tis_sandbox.c: Fix uninitialized variable use
by Tom Rini
· 9 years ago
a0d9b99
lib/crc8: Add crc start value
by Stefan Roese
· 9 years ago
5ffadc3
tpm: st33zp24: Add tpm st33zp24 spi support
by Christophe Ricard
· 9 years ago
8824923
tpm: st33zp24: Add tpm st33zp24 support with i2c
by Christophe Ricard
· 9 years ago
2654952
tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c
by Christophe Ricard
· 9 years ago
628f1d0
tpm: tpm_tis_lpc: fix typo
by Christophe Ricard
· 9 years ago
cf294b0
dm: tpm: Drop CONFIG_DM_TPM
by Simon Glass
· 9 years ago
fe9563a
dm: tpm: Every TPM drivers should depends on DM_TPM
by Christophe Ricard
· 9 years ago
52d309b
dm: tpm: Remove every compilation switch for TPM driver model
by Christophe Ricard
· 9 years ago
587bf7a
dm: tpm: Add Driver Model support for tpm_atmel_twi driver
by Christophe Ricard
· 9 years ago
8759ff8
dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon
by Christophe Ricard
· 9 years ago
347a622
dm: tpm: Convert LPC driver to driver model
by Simon Glass
· 9 years ago
cd8cc67
dm: tpm: Convert I2C driver to driver model
by Simon Glass
· 9 years ago
a425f76
dm: tpm: sandbox: Convert TPM driver to driver model
by Simon Glass
· 9 years ago
6c7a232
dm: tpm: Add a uclass for Trusted Platform Modules
by Simon Glass
· 9 years ago
a57bcee
tpm: tpm_tis_i2c: Tidy up delays
by Simon Glass
· 9 years ago
7ccebaf
tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix
by Simon Glass
· 9 years ago
a459e18
tpm: tpm_tis_i2c: Simplify init code
by Simon Glass
· 9 years ago
6a7e7cc
tpm: tpm_tis_i2c: Move definitions into the header file
by Simon Glass
· 9 years ago
fbb120a
tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip
by Simon Glass
· 9 years ago
1de4d58
tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
by Simon Glass
· 9 years ago
ab79b00
tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific
by Simon Glass
· 9 years ago
651d3d1
tpm: tpm_tis_i2c: Drop unnecessary methods
by Simon Glass
· 9 years ago
9457627
tpm: Move the I2C TPM code into one file
by Simon Glass
· 9 years ago
c98f7fe
tpm: Convert drivers to use SPDX
by Simon Glass
· 9 years ago
350497c
tpm: Add Kconfig options for TPMs
by Simon Glass
· 9 years ago
ac1f857
tpm: Remove old pre-driver-model I2C code
by Simon Glass
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
c9a3e84
tpm: Support using driver model with I2C
by Simon Glass
· 10 years ago
86232c8
sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
by Simon Glass
· 10 years ago
e722852
Replace <compiler.h> with <linux/compiler.h>
by Masahiro Yamada
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
f3e12b7
kconfig: add blank Kconfig files
by Masahiro Yamada
· 10 years ago
a9b6ef1
tpm: don't use unneeded double brackets
by Jeroen Hofstee
· 10 years ago
d297e08
sandbox: tpm: Fix nvwrite command
by Che-Liang Chiou
· 11 years ago
ba93f4e
sandbox: tpm: Add TPM emulation
by Simon Glass
· 11 years ago
b20b728
drivers: tpm: clean up unused code
by Masahiro Yamada
· 11 years ago
5594ce4
drivers: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
2048909
Add Atmel I2C tpm
by Dirk Eibach
· 11 years ago
e49fed5
tpm: Reorganize the I2C TPM driver
by Tom Wai-Hong Tam
· 12 years ago
06883eb
tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C)
by Vincent Palatin
· 12 years ago
acea570
tpm: Rename generic_lpc_tpm to tpm_tis_lpc
by Che-liang Chiou
· 12 years ago
8faa945
tpm: Add Infineon slb9635_i2c TPM driver
by Rong Chang
· 12 years ago
b3ae144
tpm: Add casts for proper compilation
by Taylor Hutt
· 12 years ago
dac6964
Introduce generic TPM support in u-boot
by Vadim Bendebury
· 13 years ago