summaryrefslogtreecommitdiff
path: root/lib/tpm.c
AgeCommit message (Expand)Author
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass
2016-01-28tpm: 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