summaryrefslogtreecommitdiff
path: root/include/bloblist.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-22 21:45:33 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-09-25 06:27:23 +0300
commit77bb1c69dfca24e4c14fd6876a68a38118142cae (patch)
tree58430679401efadf0c7bb7e4f619bd1b762834a0 /include/bloblist.h
parent9179c3571ce587e96b957d0da8f0e4dcabc8d293 (diff)
downloadu-boot-77bb1c69dfca24e4c14fd6876a68a38118142cae.tar.xz
acpi: tpm: Add a TPM1 table
This provides information about a v1 TPM in the system. Generate this table if the TPM is present. Add a required new bloblist type and correct the header order of one header file. 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 dc7d80bd85..5784c2226e 100644
--- a/include/bloblist.h
+++ b/include/bloblist.h
@@ -34,6 +34,7 @@ enum bloblist_tag_t {
BLOBLISTT_ACPI_GNVS,
BLOBLISTT_INTEL_VBT, /* Intel Video-BIOS table */
BLOBLISTT_TPM2_TCG_LOG, /* TPM v2 log space */
+ BLOBLISTT_TCPA_LOG, /* TPM log space */
};
/**