From 7da364fd3646013166b90baf26fc55078a446a21 Mon Sep 17 00:00:00 2001 From: Claudio Carvalho Date: Sat, 9 Dec 2017 02:52:30 -0200 Subject: 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 Signed-off-by: Stewart Smith --- hdata/test/hdata_to_dt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hdata/test') diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c index 634d7a7..f7ed65e 100644 --- a/hdata/test/hdata_to_dt.c +++ b/hdata/test/hdata_to_dt.c @@ -139,6 +139,7 @@ static bool spira_check_ptr(const void *ptr, const char *file, unsigned int line #include "../slca.c" #include "../hostservices.c" #include "../i2c.c" +#include "../tpmrel.c" #include "../../core/vpd.c" #include "../../core/device.c" #include "../../core/chip.c" -- cgit v1.1