summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMurulidhar Nataraju <murulidhar@in.ibm.com>2019-03-21 08:04:05 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-03 05:54:40 -0500
commited12081210860cf0b70bb942da2d2aaf456bacbc (patch)
treefa0e5f7f294554e087aa3556613268addf7917f2 /src/include/usr
parent54178321414bc23e827940c120e6759265d33385 (diff)
downloadtalos-hostboot-ed12081210860cf0b70bb942da2d2aaf456bacbc.tar.gz
talos-hostboot-ed12081210860cf0b70bb942da2d2aaf456bacbc.zip
Istep 18 - MPIPL on OPAL System update
Enable TOD isteps in the MPIPL path for OPAL bases systems Change-Id: I8c1450dba3a7f06f696afa11e7f9fdcc36a07dc0 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/74814 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Srikantha S. Meesala <srikantha@in.ibm.com> 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: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/isteps/istep18list.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/isteps/istep18list.H b/src/include/usr/isteps/istep18list.H
index 0e07ce1bc..72a16052c 100644
--- a/src/include/usr/isteps/istep18list.H
+++ b/src/include/usr/isteps/istep18list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -113,13 +113,13 @@ namespace INITSERVICE
{
ISTEPNAME(18,11,"proc_tod_setup"),
ISTEP_18::call_tod_setup,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false,
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP|MPIPL_OP, false,
STARTING_OS }
},
{
ISTEPNAME(18,12,"proc_tod_init"),
ISTEP_18::call_tod_init,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP|MPIPL_OP, false }
},
#endif
{
OpenPOWER on IntegriCloud