aboutsummaryrefslogtreecommitdiff
path: root/lib/libtpm/tpm.in
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2021-07-08 17:36:55 -0400
committerAlexey Kardashevskiy <aik@ozlabs.ru>2021-07-11 23:32:28 +1000
commit6c0fcd9f3085814b808d18aa81ae6669063ea33b (patch)
tree1b699115f53b45d3ea10d1823307f06cd30d88b3 /lib/libtpm/tpm.in
parent52dcdb5421a976e41951f05ec2fd247fee154e6c (diff)
downloadSLOF-6c0fcd9f3085814b808d18aa81ae6669063ea33b.zip
SLOF-6c0fcd9f3085814b808d18aa81ae6669063ea33b.tar.gz
SLOF-6c0fcd9f3085814b808d18aa81ae6669063ea33b.tar.bz2
tpm: Add firmware API call 2HASH-EXT-LOG
Add a new firmware API call with the name 2HASH-EXT-LOG that will be used by trusted grub for measuring, logging, and extending TPM PCRs. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'lib/libtpm/tpm.in')
-rw-r--r--lib/libtpm/tpm.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libtpm/tpm.in b/lib/libtpm/tpm.in
index fb54754..2f80624 100644
--- a/lib/libtpm/tpm.in
+++ b/lib/libtpm/tpm.in
@@ -29,3 +29,4 @@ cod(tpm-gpt-set-lba1)
cod(tpm-gpt-add-entry)
cod(tpm-measure-gpt)
cod(tpm-hash-log-extend-event-buffer)
+cod(tpm-2hash-ext-log)