index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tpm.c
Age
Commit message (
Expand
)
Author
2017-11-17
tpm: add more missing va_end()
André Draszik
2017-11-17
tpm: add tpm_get_random()
André Draszik
2017-11-16
tpm: fix reading of permanent flags
André Draszik
2017-08-13
tpm: add missing va_end
xypron.glpk@gmx.de
2017-05-12
tpm: Fix comparison of unsigned expression warning
Tom Rini
2017-03-26
tpm: Add function to load keys via their parent's SHA1 hash
mario.six@gdsys.cc
2017-02-01
lib: tpm: Add command to flush resources
Mario Six
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
2016-01-28
tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
Christophe Ricard
2015-10-23
dm: tpm: Remove every compilation switch for TPM driver model
Christophe Ricard
2015-08-31
tpm: Add functions to access flags and permissions
Simon Glass
2015-08-31
dm: tpm: Convert the TPM command and library to driver model
Simon Glass
2014-06-19
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-16
tpm: add AUTH1 cmds for LoadKey2 and GetPubKey
Reinhard Pfau
2013-04-12
tpm: Add TPM command library
Che-liang Chiou