summaryrefslogtreecommitdiff
path: root/lib/tpm.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-17tpm: add more missing va_end()André Draszik1-1/+4
2017-11-17tpm: add tpm_get_random()André Draszik1-0/+43
2017-11-17tpm: fix reading of permanent flagsAndré Draszik1-1/+11
2017-08-13tpm: add missing va_endxypron.glpk@gmx.de1-1/+4
2017-05-12tpm: Fix comparison of unsigned expression warningTom Rini1-2/+1
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc1-0/+40
2017-02-01lib: tpm: Add command to flush resourcesMario Six1-0/+29
2016-03-15dm: Use uclass_first_device_err() where it is usefulSimon Glass1-3/+3
2016-01-29tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard1-1/+1
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard1-17/+3
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass1-1/+50
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass1-5/+26
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-17tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau1-1/+350
2013-04-13tpm: Add TPM command libraryChe-liang Chiou1-0/+581