[Skiboot] [PATCH 0/5] hdata: add and parse the tpmrel structure

Claudio Carvalho cclaudio at linux.vnet.ibm.com
Thu Aug 31 17:42:47 AEST 2017


This series parses the secure and trusted boot related data (TPMREL) from hdat
and creates the device tree entries required to verify and measure secureboot
containers in P9.

The 'ibm,secureboot' device tree node created is now compatible with
'ibm,secureboot-v2'. In this version, the container verification code is
described in the 'ibm,container-verification-code' node, which has a cross
reference to a hostboot reserved memory where the code is stored.

Claudio Carvalho (5):
  hdata: add secure and trusted boot ntuple to SPIRA-H/S
  hdata/tpmrel.c: add eventlog info to tpm devices
  hdata/spira: add ibm,secureboot node
  hdata/tpmrel.c: add the ibm,container-verification-code node
  hdata/tpmrel.c: add cvc offset nodes

 hdata/Makefile.inc       |   2 +-
 hdata/hdata.h            |   1 +
 hdata/spira.c            |  36 ++++++
 hdata/spira.h            |  70 ++++++++++--
 hdata/test/hdata_to_dt.c |   1 +
 hdata/tpmrel.c           | 282 +++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 382 insertions(+), 10 deletions(-)
 create mode 100644 hdata/tpmrel.c

-- 
2.7.4



More information about the Skiboot mailing list