summaryrefslogtreecommitdiff
path: root/cmd/tpm-common.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-5/+5
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06cmd: tpm: add a subcommand devicePhilippe Reynes1-4/+73
2019-08-11env: Move env_set_ulong() to env.hSimon Glass1-0/+1
2018-11-29tpm: Convert to use a device parameterSimon Glass1-1/+7
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-1/+23
2018-05-26tpm: disociate TPMv1.x specific and generic codeMiquel Raynal1-0/+288