diff options
author | Josh Rispoli <jprispol@us.ibm.com> | 2015-01-22 15:23:56 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-09 16:23:20 -0600 |
commit | 806036d507c384ce3daa75b668f6af99d9a78378 (patch) | |
tree | 45ca179c9880ee349adf8a53a7f5406f3bfd0af4 /src/include/usr/isteps | |
parent | 304f060b9f4c877156c299d60647084604d901e5 (diff) | |
download | blackbird-hostboot-806036d507c384ce3daa75b668f6af99d9a78378.tar.gz blackbird-hostboot-806036d507c384ce3daa75b668f6af99d9a78378.zip |
System FW Progress sensor now updates with appropriate mappings
Change-Id: I46b5c54fa315192a505c297030d1de2845487e0c
RTC:119124
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15345
Tested-by: Jenkins Server
Reviewed-by: WILLIAM G. HOFFA <wghoffa@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
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"), |