aboutsummaryrefslogtreecommitdiff
path: root/include/bloblist.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-22 12:45:32 -0600
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 11:27:23 +0800
commit9179c3571ce587e96b957d0da8f0e4dcabc8d293 (patch)
tree4d71d9f93963e9b6f3453e3ca065388bc40d2c6d /include/bloblist.h
parent4ff3591988a4aefad7bafc9a2ee8701cccf03d74 (diff)
downloadu-boot-9179c3571ce587e96b957d0da8f0e4dcabc8d293.zip
u-boot-9179c3571ce587e96b957d0da8f0e4dcabc8d293.tar.gz
u-boot-9179c3571ce587e96b957d0da8f0e4dcabc8d293.tar.bz2
acpi: tpm: Add a TPM2 table
This provides information about a v2 TPM in the system. Generate this table if the TPM is present. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/bloblist.h')
-rw-r--r--include/bloblist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bloblist.h b/include/bloblist.h
index 7d84805..dc7d80b 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -33,6 +33,7 @@ enum bloblist_tag_t {
*/
BLOBLISTT_ACPI_GNVS,
BLOBLISTT_INTEL_VBT, /* Intel Video-BIOS table */
+ BLOBLISTT_TPM2_TCG_LOG, /* TPM v2 log space */
};
/**