summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep15list.H
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-07-28 15:49:11 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-08-03 17:31:46 -0400
commit54aa566d48e471ecf0752462daa1d56dfaf98557 (patch)
tree7ce00abbd55f4965cd7638f7e3b5320b4ab0d085 /src/include/usr/isteps/istep15list.H
parentf9dcbda88e98d5679a34570092c9e57ee29c1c43 (diff)
downloadtalos-hostboot-54aa566d48e471ecf0752462daa1d56dfaf98557.tar.gz
talos-hostboot-54aa566d48e471ecf0752462daa1d56dfaf98557.zip
Update istep lists to match the new mpipl flow for p9
The MPIPL flow has changed slightly between p8 and p9 systems. The major change comes in istep 15 where now all of the steps are being called. RTC: 157653 Change-Id: I32725bc5fbc5b56d77cd23728964128415bbc647 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27597 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep15list.H')
-rw-r--r--src/include/usr/isteps/istep15list.H8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/usr/isteps/istep15list.H b/src/include/usr/isteps/istep15list.H
index b92744b30..21eb92e28 100644
--- a/src/include/usr/isteps/istep15list.H
+++ b/src/include/usr/isteps/istep15list.H
@@ -109,22 +109,22 @@ namespace INITSERVICE
{
ISTEPNAME(15,01,"host_build_stop_image"),
ISTEP_15::host_build_stop_image,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
},
{
ISTEPNAME(15,02,"proc_set_pba_homer_bar"),
ISTEP_15::proc_set_pba_homer_bar,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
},
{
ISTEPNAME(15,03,"host_establish_ex_chiplet"),
ISTEP_15::host_establish_ex_chiplet,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
},
{
ISTEPNAME(15,04,"host_start_stop_engine"),
ISTEP_15::host_start_stop_engine,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true }
},
};
OpenPOWER on IntegriCloud