summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2019-03-28 09:15:07 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-01 17:05:19 -0500
commitca03643dd8935f9c839cf8dfd4971c519476f4a1 (patch)
tree979a950125dbd7adc734b17979e3085a59f19e4d /src/include/usr
parentde2312a44b13b46a9dded3e60aeca6a13f8662de (diff)
downloadtalos-hostboot-ca03643dd8935f9c839cf8dfd4971c519476f4a1.tar.gz
talos-hostboot-ca03643dd8935f9c839cf8dfd4971c519476f4a1.zip
Initialize backup TPM in MPIPL
Update the boot flow to call the istep to initialize the backup TPM during an MPIPL and carry over the backup present/functional state as they were from runtime, prior to the MPIPL. Change-Id: Ic402e37cf2f465686770ff22d4f2296332b0f3f7 CQ: SW456951 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75163 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/isteps/istep10list.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep10list.H b/src/include/usr/isteps/istep10list.H
index 8bc6245c4..642fcd0ee 100644
--- a/src/include/usr/isteps/istep10list.H
+++ b/src/include/usr/isteps/istep10list.H
@@ -292,7 +292,7 @@ const TaskInfo g_istep10[] = {
{
ISTEPNAME(10,14,"host_update_redundant_tpm"),
ISTEP_10::call_host_update_redundant_tpm,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
},
};
OpenPOWER on IntegriCloud