aboutsummaryrefslogtreecommitdiff
path: root/hdata/hdata.h
diff options
context:
space:
mode:
authorClaudio Carvalho <cclaudio@linux.vnet.ibm.com>2017-12-09 02:52:30 -0200
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-12-18 21:30:57 -0600
commit7da364fd3646013166b90baf26fc55078a446a21 (patch)
treec188bfef58d9ea7c0885efb2fd9bfa6e0318dbb9 /hdata/hdata.h
parent48fd73cfc7073911a1ecdf0ff62e1800ef544d2a (diff)
downloadskiboot-7da364fd3646013166b90baf26fc55078a446a21.zip
skiboot-7da364fd3646013166b90baf26fc55078a446a21.tar.gz
skiboot-7da364fd3646013166b90baf26fc55078a446a21.tar.bz2
hdata/tpmrel.c: add firmware event log info to the tpm node
This parses the firmware event log information from the secureboot_tpm_info HDAT structure and add it to the tpm device tree node. There can be multiple secureboot_tpm_info entries with each entry corresponding to a master processor that has a tpm device, however, multiple tpm is not supported. Signed-off-by: Claudio Carvalho <cclaudio@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/hdata.h')
-rw-r--r--hdata/hdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/hdata.h b/hdata/hdata.h
index ce3719a..981affd 100644
--- a/hdata/hdata.h
+++ b/hdata/hdata.h
@@ -54,6 +54,7 @@ extern void slca_dt_add_sai_node(void);
extern bool hservices_from_hdat(const void *fdt, size_t size);
int parse_i2c_devs(const struct HDIF_common_hdr *hdr, int idata_index,
struct dt_node *xscom);
+extern void node_stb_parse(void);
/* used to look up the device-tree node representing a slot */
struct dt_node *find_slot_entry_node(struct dt_node *root, u32 entry_id);