diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/usr/hwpf/istepreasoncodes.H | 2 | ||||
| -rw-r--r-- | src/include/usr/isteps/istep06list.H | 33 | ||||
| -rw-r--r-- | src/include/usr/isteps/istep13list.H | 14 |
3 files changed, 36 insertions, 13 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H index 01dab7c93..e84739b45 100644 --- a/src/include/usr/hwpf/istepreasoncodes.H +++ b/src/include/usr/hwpf/istepreasoncodes.H @@ -118,6 +118,8 @@ enum istepModuleId ISTEP_MEM_PLL_INITF = 0x46, ISTEP_PROC_GETECID = 0x47, ISTEP_INITSVC_MOD_ID = 0x48, + ISTEP_MSS_DIMM_POWER_TEST = 0x49, + ISTEP_PROC_CEN_REF_CLK_ENABLE = 0x4A, }; /** diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H index ec2173ada..79bf0cc2f 100644 --- a/src/include/usr/isteps/istep06list.H +++ b/src/include/usr/isteps/istep06list.H @@ -27,7 +27,6 @@ * @file istep6list.H * * list of functions called by HWAS (ISTEP 6) - "named isteps" - * IPL FLow Doc v1.28 (12/03/12) * * Please see the note in initsvcstructs.H for description of * the ISTEPNAME macro. @@ -49,7 +48,7 @@ namespace INITSERVICE * @note IStep definition for Hostboot - Slave SBE * * IStep 06 Slave SBE - * IPL FLow Doc v1.28 (12/03/12) + * IPL FLow Doc v1.37 (08/13/13) * * 06.1 host_setup * : Setup host environment (non-executable istep) @@ -59,7 +58,7 @@ namespace INITSERVICE * : Setup the FSI links to slave chips * 06.4 host_set_ipl_parms * : Build ipl parameters - * 06.5 host_discover_targets + * 06.5 host_discover_targets * : Builds targeting * 06.6 host_gard * : Do Gard @@ -67,11 +66,13 @@ namespace INITSERVICE * : Clear deconfigured states * 06.8 proc_revert_sbe_mcs_setup * : Clean up MCS extent regs - * 06.9 host_slave_sbe_config - * 06.10 host_sbe_start - * 06.11 proc_check_slave_sbe_seeprom_complete + * 06.9 proc_cen_ref_clk_enable + * : Setup centaur ref clocks + * 06.10 host_slave_sbe_config + * 06.11 host_sbe_start + * 06.12 proc_check_slave_sbe_seeprom_complete * : Check Slave SBE Complete - * 06.12 proc_xmit_sbe + * 06.13 proc_xmit_sbe * : vSBE Init of Slave Chips * */ @@ -168,7 +169,17 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(06,09,"host_slave_sbe_config"), + 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, @@ -179,7 +190,7 @@ const TaskInfo g_istep06[] = { }, { - ISTEPNAME(06,10,"host_sbe_start"), + ISTEPNAME(06,11,"host_sbe_start"), SLAVE_SBE::call_host_sbe_start, { START_FN, @@ -190,7 +201,7 @@ const TaskInfo g_istep06[] = { }, { - ISTEPNAME(06,11,"proc_check_slave_sbe_seeprom_complete"), + ISTEPNAME(06,12,"proc_check_slave_sbe_seeprom_complete"), SLAVE_SBE::call_proc_check_slave_sbe_seeprom_complete, { START_FN, @@ -200,7 +211,7 @@ const TaskInfo g_istep06[] = { } }, { - ISTEPNAME(06,12,"proc_xmit_sbe"), + ISTEPNAME(06,13,"proc_xmit_sbe"), SLAVE_SBE::call_proc_xmit_sbe, { START_FN, diff --git a/src/include/usr/isteps/istep13list.H b/src/include/usr/isteps/istep13list.H index 655975ad1..a4c09d0e8 100644 --- a/src/include/usr/isteps/istep13list.H +++ b/src/include/usr/isteps/istep13list.H @@ -27,7 +27,7 @@ * @file istep13list.H * * IStep 13 Step 13 DRAM Training - * IPL FLow Doc v1.28 (12/03/12) + * IPL FLow Doc v1.37 (08/13/13) * * 13.1 host_disable_vddr * : Disable VDDR on CanContinue loops @@ -51,6 +51,7 @@ * : Advanced dram training * 13.11 mss_draminit_mc * : Hand off control to MC + * 13.12 mss_dimm_power_test * * ***************************************************************** * THIS FILE WAS GENERATED ON 2012-02-27:2142 @@ -192,7 +193,16 @@ const TaskInfo g_istep13[] = { true, } }, - + { + ISTEPNAME(13,12,"mss_dimm_power_test"), + DRAM_TRAINING::call_mss_dimm_power_test, + { + START_FN, + EXT_IMAGE, + NORMAL_IPL_OP, + true, + } + }, // END OF LIST! }; |

