summaryrefslogtreecommitdiff
path: root/lib/tpm.c
AgeCommit message (Expand)Author
2017-08-13tpm: add missing va_endxypron.glpk@gmx.de
2017-05-12tpm: Fix comparison of unsigned expression warningTom Rini
2017-03-26tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc
2017-02-01lib: tpm: Add command to flush resourcesMario Six
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-01-29tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard
2015-10-23dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-16tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau
2013-04-12tpm: Add TPM command libraryChe-liang Chiou