From 5660e6b0e4a25d8d516d641e8001af0806bd741c Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Thu, 15 Mar 2018 15:48:09 -0500 Subject: Secure Boot: Populate master node TPM info in HDAT until multinode supported On multi-node systems, HDAT TPM info is not yet populated. This change at least populates the master node's TPM info until all nodes are supported. Change-Id: I82effc928c6b10fa863fa2bb1e398da68c5b31d3 CQ: SW421186 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55944 Reviewed-by: Michael Baiocchi Reviewed-by: ILYA SMIRNOV Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/runtime/populate_hbruntime.C | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/usr/runtime') diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C index 3068fbd02..43f5f5f15 100644 --- a/src/usr/runtime/populate_hbruntime.C +++ b/src/usr/runtime/populate_hbruntime.C @@ -2374,6 +2374,11 @@ errlHndl_t populate_hbTpmInfo() // We will use it below to detect a multi-node scenario auto hb_images = sys->getAttr(); + // @TODO RTC: 167290 + // Until TPM HDAT processing is multi-node aware, pretend the system is + // a single node system to get the HDAT partially populated + hb_images = 0; + // if single node system if (!hb_images) { -- cgit v1.2.1