summaryrefslogtreecommitdiff
path: root/lib/tpm.c
Commit message (Expand)AuthorAgeFilesLines
* tpm: disociate TPMv1.x specific and generic codeMiquel Raynal2018-05-251-1096/+0
* tpm: add extra blank lines between declarations and codeMiquel Raynal2018-05-251-0/+3
* tpm: fix spellingMiquel Raynal2018-05-251-1/+1
* tpm: align arguments with open parenthesisMiquel Raynal2018-05-251-49/+51
* tpm: substitute deprecated uint<x>_t types with their u<x> equivalentMiquel Raynal2018-05-251-147/+143
* tpm: remove extra spaces between a function and its opening bracketMiquel Raynal2018-05-251-2/+2
* tpm: remove redundant blank lineMiquel Raynal2018-05-251-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tpm: add more missing va_end()André Draszik2017-11-171-1/+4
* tpm: add tpm_get_random()André Draszik2017-11-171-0/+43
* tpm: fix reading of permanent flagsAndré Draszik2017-11-161-1/+11
* tpm: add missing va_endxypron.glpk@gmx.de2017-08-131-1/+4
* tpm: Fix comparison of unsigned expression warningTom Rini2017-05-121-2/+1
* tpm: Add function to load keys via their parent's SHA1 hashmario.six@gdsys.cc2017-03-261-0/+40
* lib: tpm: Add command to flush resourcesMario Six2017-02-011-0/+29
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-141-3/+3
* tpm: Fix fault in case CONFIG_DM_TPM is set without any TPMChristophe Ricard2016-01-281-1/+1
* dm: tpm: Remove every compilation switch for TPM driver modelChristophe Ricard2015-10-231-17/+3
* tpm: Add functions to access flags and permissionsSimon Glass2015-08-311-1/+50
* dm: tpm: Convert the TPM command and library to driver modelSimon Glass2015-08-311-5/+26
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* tpm: add AUTH1 cmds for LoadKey2 and GetPubKeyReinhard Pfau2013-07-161-1/+350
* tpm: Add TPM command libraryChe-liang Chiou2013-04-121-0/+581