summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-04-01 11:07:42 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-04-24 15:45:39 -0500
commit7aa1479447c6a941b2fc7dca9a162907b04494ab (patch)
tree3a0a74efa9b46f85705f5db59196fc0ff1d2ccd1 /src/include
parent3d5de32749675d5d143dc1a0551df5a293662c57 (diff)
downloadtalos-hostboot-7aa1479447c6a941b2fc7dca9a162907b04494ab.tar.gz
talos-hostboot-7aa1479447c6a941b2fc7dca9a162907b04494ab.zip
Move slave sbe start before proc_cen_ref_clk_enable
The proc_cen_ref_clk_enable step contains scoms to the processor that do not work if the proc hasn't run through its sbe code yet. Change-Id: I7665992a01bd66a37cd5e79aa2bb2142a304a8f4 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16817 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep06list.H16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H
index 6adb784d9..6a26b2a4c 100644
--- a/src/include/usr/isteps/istep06list.H
+++ b/src/include/usr/isteps/istep06list.H
@@ -68,12 +68,12 @@ namespace INITSERVICE
* : Clear deconfigured states
* 06.8 proc_revert_sbe_mcs_setup
* : Clean up MCS extent regs
- * 06.9 proc_cen_ref_clk_enable
- * : Setup centaur ref clocks
- * 06.10 host_slave_sbe_config
+ * 06.10 host_slave_sbe_config
* 06.11 host_sbe_start
* 06.12 proc_check_slave_sbe_seeprom_complete
* : Check Slave SBE Complete
+ * 06.9 proc_cen_ref_clk_enable
+ * : Setup centaur ref clocks
* 06.13 proc_xmit_sbe
* : vSBE Init of Slave Chips
*
@@ -127,11 +127,6 @@ const TaskInfo g_istep06[] = {
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
},
{
- ISTEPNAME(06,09,"proc_cen_ref_clk_enable"),
- SLAVE_SBE::call_proc_cen_ref_clk_enable,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
- },
- {
ISTEPNAME(06,10,"host_slave_sbe_config"),
SLAVE_SBE::call_host_slave_sbe_config,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
@@ -147,6 +142,11 @@ const TaskInfo g_istep06[] = {
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP | MPIPL_OP, false }
},
{
+ ISTEPNAME(06,09,"proc_cen_ref_clk_enable"),
+ SLAVE_SBE::call_proc_cen_ref_clk_enable,
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
+ },
+ {
ISTEPNAME(06,13,"proc_xmit_sbe"),
SLAVE_SBE::call_proc_xmit_sbe,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
OpenPOWER on IntegriCloud