summaryrefslogtreecommitdiff
path: root/lib/tpm.c
Commit message (Expand)AuthorAgeLines
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-14-3/+3
* tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-28-1/+1
* dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-23-17/+3
* tpm: Add functions to access flags and permissionsSimon Glass2015-08-31-1/+50
* dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-31-5/+26
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau2013-07-16-1/+350
* tpm: Add TPM command libraryChe-liang Chiou2013-04-12-0/+581