diff options
Diffstat (limited to 'src/include/usr/isteps')
-rw-r--r-- | src/include/usr/isteps/istep06list.H | 5 | ||||
-rw-r--r-- | src/include/usr/isteps/istep10list.H | 5 | ||||
-rw-r--r-- | src/include/usr/isteps/istep15list.H | 5 | ||||
-rw-r--r-- | src/include/usr/isteps/istep18list.H | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H index 98ec2fd70..c77eb56fc 100644 --- a/src/include/usr/isteps/istep06list.H +++ b/src/include/usr/isteps/istep06list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -98,7 +98,8 @@ const TaskInfo g_istep06[] = { { ISTEPNAME(06,03,"host_init_fsi"), HWAS::host_init_fsi, - { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false } + { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false, + BASE_INITIALIZATION } }, { ISTEPNAME(06,04,"host_set_ipl_parms"), diff --git a/src/include/usr/isteps/istep10list.H b/src/include/usr/isteps/istep10list.H index cd40eea4f..1e365499c 100644 --- a/src/include/usr/isteps/istep10list.H +++ b/src/include/usr/isteps/istep10list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -88,7 +88,8 @@ const TaskInfo g_istep10[] = { { ISTEPNAME(10,01,"host_prd_hwreconfig"), HWAS::host_prd_hwreconfig, - { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true } + { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true, + MEMORY_INIT } }, { ISTEPNAME(10,02,"cen_sbe_tp_chiplet_init1"), diff --git a/src/include/usr/isteps/istep15list.H b/src/include/usr/isteps/istep15list.H index 9c0bc2e86..b982e2a64 100644 --- a/src/include/usr/isteps/istep15list.H +++ b/src/include/usr/isteps/istep15list.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -65,7 +65,8 @@ namespace INITSERVICE { ISTEPNAME(15,01,"host_build_winkle"), BUILD_WINKLE_IMAGES::call_host_build_winkle, - { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true } + { START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, true, + SEC_PROCESSOR_INIT } }, { ISTEPNAME(15,02,"proc_set_pore_bar"), diff --git a/src/include/usr/isteps/istep18list.H b/src/include/usr/isteps/istep18list.H index 3ce23445b..cd6745102 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,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -127,7 +127,8 @@ namespace INITSERVICE { ISTEPNAME(18,13,"proc_tod_setup"), TOD::call_tod_setup, - { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false } + { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false, + STARTING_OS } }, { ISTEPNAME(18,14,"proc_tod_init"), |