summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2012-12-03 15:20:34 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-13 15:50:28 -0600
commit0e3cbd6ef804c8bd95711b6674ec13048b67a987 (patch)
treeab73dad47e68352ac3ebcd3eb6f22a709f86e8dd /src/include/usr/isteps
parentca57ac8f1561d676497397d03f25bf942ea75b85 (diff)
downloadtalos-hostboot-0e3cbd6ef804c8bd95711b6674ec13048b67a987.tar.gz
talos-hostboot-0e3cbd6ef804c8bd95711b6674ec13048b67a987.zip
Update hostboot to version 1.28 IPL Flow document
Change-Id: Ie42bebb0fa91f248bc3ae3b1d1231d97cc5a4ca9 RTC: 52964 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2578 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/include/usr/isteps')
-rw-r--r--src/include/usr/isteps/istep06list.H41
-rw-r--r--src/include/usr/isteps/istep07list.H42
-rw-r--r--src/include/usr/isteps/istep08list.H10
-rw-r--r--src/include/usr/isteps/istep09list.H3
-rw-r--r--src/include/usr/isteps/istep10list.H26
-rw-r--r--src/include/usr/isteps/istep11list.H74
-rw-r--r--src/include/usr/isteps/istep12list.H21
-rw-r--r--src/include/usr/isteps/istep13list.H2
-rw-r--r--src/include/usr/isteps/istep14list.H52
-rw-r--r--src/include/usr/isteps/istep15list.H5
-rw-r--r--src/include/usr/isteps/istep16list.H2
-rw-r--r--src/include/usr/isteps/istep18list.H2
12 files changed, 173 insertions, 107 deletions
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H
index 29f354026..a15d2edc4 100644
--- a/src/include/usr/isteps/istep06list.H
+++ b/src/include/usr/isteps/istep06list.H
@@ -27,7 +27,7 @@
* @file istep6list.H
*
* list of functions called by HWAS (ISTEP 6) - "named isteps"
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
@@ -44,20 +44,35 @@ namespace INITSERVICE
{
/**
+ * @file istep06list.H
+ *
* @note IStep definition for Hostboot - Slave SBE
*
- * 1. host_setup : Setup host environment
- * 2. host_istep_enable : Hostboot istep ready
- * 3. host_init_fsi : Setup the FSI links to slave chips
- * 4. host_set_ipl_parms : Build ipl parameters
- * 5. host_discover_targets : Builds targeting
- * 6. host_gard : Do Gard
- * 7. host_cancontinue_clear : Clear deconfigured states
- * 8. proc_revert_sbe_mcs_setup : Clean up MCS extent regs
- * 9. host_slave_sbe_config
- * 10. host_sbe_start
- * 11. proc_check_slave_sbe_seeprom_complete : Check Slave SBE Complete
- * 12. proc_xmit_sbe : vSBE Init of Slave Chips
+ * IStep 06 Slave SBE
+ * IPL FLow Doc v1.28 (12/03/12)
+ *
+ * 06.1 host_setup
+ * : Setup host environment (non-executable istep)
+ * 06.2 host_istep_enable
+ * : Hostboot istep ready (non-executable istep)
+ * 06.3 host_init_fsi
+ * : Setup the FSI links to slave chips
+ * 06.4 host_set_ipl_parms
+ * : Build ipl parameters
+ * 06.5 host_discover_targets
+ * : Builds targeting
+ * 06.6 host_gard
+ * : Do Gard
+ * 06.7 host_cancontinue_clear
+ * : 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
+ * : Check Slave SBE Complete
+ * 06.12 proc_xmit_sbe
+ * : vSBE Init of Slave Chips
*
*/
const TaskInfo g_istep06[] = {
diff --git a/src/include/usr/isteps/istep07list.H b/src/include/usr/isteps/istep07list.H
index 73b4875a6..4b7684280 100644
--- a/src/include/usr/isteps/istep07list.H
+++ b/src/include/usr/isteps/istep07list.H
@@ -28,7 +28,7 @@
* @file istep07list.H
*
* IStep 07 Nest Chiplets
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 07.1 proc_a_x_pci_dmi_pll_initf
* : PLL Initfile for A, X, PCIe, DMI
@@ -38,15 +38,15 @@
* : Start clocks on A, X, PCIe chiplets
* 07.4 proc_chiplet_scominit
* : Apply scom inits to chiplets
- * 07.5 proc_pcie_scominit
- * : Apply scom inits to PCIe chiplets
- * 07.6 proc_scomoverride_chiplets
+ * 07.5 proc_xbus_scominit
+ * : Apply scom inits to Xbus
+ * 07.6 proc_abus_scominit
+ * : Apply scom inits to Abus
+ * 07.7 proc_pcie_scominit
+ * : Apply scom inits to PCIE chiplets
+ * 07.8 proc_scomoverride_chiplets
* : Apply sequenced scom inits
*
- * *****************************************************************
- * THIS FILE WAS GENERATED ON 2012-04-11:1605
- * *****************************************************************
- *
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
*
@@ -113,10 +113,26 @@ namespace INITSERVICE
NORMAL_IPL_OP,
}
},
-
-
{
- ISTEPNAME(07,05,"proc_pcie_scominit"),
+ ISTEPNAME(07,05,"proc_xbus_scominit"),
+ NEST_CHIPLETS::call_proc_xbus_scominit,
+ {
+ START_FN,
+ EXT_IMAGE,
+ NORMAL_IPL_OP,
+ }
+ },
+ {
+ ISTEPNAME(07,06,"proc_abus_scominit"),
+ NEST_CHIPLETS::call_proc_abus_scominit,
+ {
+ START_FN,
+ EXT_IMAGE,
+ NORMAL_IPL_OP,
+ }
+ },
+ {
+ ISTEPNAME(07,07,"proc_pcie_scominit"),
NEST_CHIPLETS::call_proc_pcie_scominit,
{
START_FN,
@@ -124,10 +140,8 @@ namespace INITSERVICE
NORMAL_IPL_OP,
}
},
-
-
{
- ISTEPNAME(07,06,"proc_scomoverride_chiplets"),
+ ISTEPNAME(07,08,"proc_scomoverride_chiplets"),
NEST_CHIPLETS::call_proc_scomoverride_chiplets,
{
START_FN,
diff --git a/src/include/usr/isteps/istep08list.H b/src/include/usr/isteps/istep08list.H
index d3565a9ee..cac17c3e1 100644
--- a/src/include/usr/isteps/istep08list.H
+++ b/src/include/usr/isteps/istep08list.H
@@ -28,7 +28,7 @@
* @file istep08list.H
*
* IStep 08 EDI, EI Initialization
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 08.1 fabric_erepair
* : Restore Fabric/EDI Bus eRepair data
@@ -40,8 +40,8 @@
* : Run training on internal buses
* 08.5 fabric_post_trainadv
* : Advanced post EI/EDI training
- * 08.6 host_startPRD_pbus
- * : Load PRD for powerbus domain
+ * 08.6 host_startprd_pbus
+ * : Load prd for powerbus domain
* 08.7 host_attnlisten_proc
* : Start listening for attentions
* 08.8 proc_fab_iovalid
@@ -133,8 +133,8 @@ namespace INITSERVICE
{
- ISTEPNAME(08,06,"host_startPRD_pbus"),
- EDI_EI_INITIALIZATION::call_host_startPRD_pbus,
+ ISTEPNAME(08,06,"host_startprd_pbus"),
+ EDI_EI_INITIALIZATION::call_host_startprd_pbus,
{
START_FN,
EXT_IMAGE,
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H
index 8ad4354b4..22a6f49a6 100644
--- a/src/include/usr/isteps/istep09list.H
+++ b/src/include/usr/isteps/istep09list.H
@@ -28,11 +28,10 @@
* @file istep09list.H
*
* IStep 09 Activate PowerBus
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 09.1 proc_build_smp
* : Integrate PgP Islands into SMP
- *
* 09.2 host_slave_sbe_update
* : placeholder for secure boot
*
diff --git a/src/include/usr/isteps/istep10list.H b/src/include/usr/isteps/istep10list.H
index 6d955fa73..84493af66 100644
--- a/src/include/usr/isteps/istep10list.H
+++ b/src/include/usr/isteps/istep10list.H
@@ -29,16 +29,16 @@
* @file istep10list.H
*
* Step 10 Hostboot SBE Centaur Init
- * IPL FLow Doc v1.18 (10/10/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
- * 10.1 host_PRD_hwreconfig
- * : Hook for PRD to handle reconfig
- * 10.2 cen_sbe_istep_pnor
+ * 10.1 host_prd_hwreconfig
+ * : Hook for prd to handle reconfig
+ * 10.2 cen_sbe_tp_chiplet_init1
* : TP Chiplet init
- * 10.3 cen_sbe_tp_chiplet_init1
- * : TP Chiplet init
- * 10.4 cen_sbe_npll_initf
+ * 10.3 cen_sbe_pll_initf
* : Program Nest PLL
+ * 10.4 cen_sbe_pll_setup
+ * : Setup Nest PLL
* 10.5 cen_sbe_tp_chiplet_init2
* : Cen TP Chiplet init 2
* 10.6 cen_sbe_tp_arrayinit
@@ -86,17 +86,16 @@ const TaskInfo g_istep10[] = {
}
},
{
- ISTEPNAME(10,01,"host_PRD_hwreconfig"),
- HWAS::host_PRD_hwreconfig,
+ ISTEPNAME(10,01,"host_prd_hwreconfig"),
+ HWAS::host_prd_hwreconfig,
{
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
}
},
-
{
- ISTEPNAME(10,02,"cen_sbe_istep_pnor"),
+ ISTEPNAME(10,02,"cen_sbe_tp_chiplet_init1"),
SBE_CENTAUR_INIT::call_sbe_centaur_init,
{
START_FN,
@@ -105,7 +104,7 @@ const TaskInfo g_istep10[] = {
}
},
{
- ISTEPNAME(10,03,"cen_sbe_tp_chiplet_init1"),
+ ISTEPNAME(10,03,"cen_sbe_pll_initf"),
HWAS::host_stub,
{
START_FN,
@@ -114,7 +113,7 @@ const TaskInfo g_istep10[] = {
}
},
{
- ISTEPNAME(10,04,"cen_sbe_npll_initf"),
+ ISTEPNAME(10,04,"cen_sbe_pll_setup"),
HWAS::host_stub,
{
START_FN,
@@ -122,6 +121,7 @@ const TaskInfo g_istep10[] = {
NORMAL_IPL_OP,
}
},
+
{
ISTEPNAME(10,05,"cen_sbe_tp_chiplet_init2"),
HWAS::host_stub,
diff --git a/src/include/usr/isteps/istep11list.H b/src/include/usr/isteps/istep11list.H
index 7e24e61d9..693631c07 100644
--- a/src/include/usr/isteps/istep11list.H
+++ b/src/include/usr/isteps/istep11list.H
@@ -25,27 +25,31 @@
/**
* list of functions called for DMI Training - ISTEP 11 according to Dean's
- * IPL Flow Doc v1.18 (10/18/12)
+ * IPL Flow Doc v1.28 (12/03/12)
*
- * 11.1. dmi_scominit
+ * 11.1 mss_getecid
+ * : Read out ECID orff all Centaurs
+ * 11.2 proc_dmi_scominit
+ * : DMI Scom setup on P8 MCS
+ * 11.3 dmi_scominit
* : Scom setup on centaur
- * 11.2. dmi_erepair
+ * 11.4 dmi_erepair
* : Restore EDI Bus eRepair data
- * 11.3. dmi_io_dccal
+ * 11.5 dmi_io_dccal
* : Calibrate DMI interfaces
- * 11.4. dmi_pre_trainadv
+ * 11.6 dmi_pre_trainadv
* : Advanced pre DMI training
- * 11.5. dmi_io_run_training
+ * 11.7 dmi_io_run_training
* : Run training on MC buses
- * 11.6. dmi_post_trainadv
+ * 11.8 dmi_post_trainadv
* : Advanced post DMI training
- * 11.7. proc_cen_framelock
+ * 11.9 proc_cen_framelock
* : Initialize EDI Frame
- * 11.8. host_startPRD_dmi
- * : Load PRD for DMI domain
- * 11.9. host_attnlisten_cen
+ * 11.10 host_startprd_dmi
+ * : Load prd for DMI domain
+ * 11.11 host_attnlisten_cen
* : Start listening for attentions
- * 11.10. cen_set_inband_addr
+ * 11.12 cen_set_inband_addr
* : Set the Inband base addresses
*/
@@ -80,8 +84,8 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,01,"dmi_scominit"), // substep name
- DMI_TRAINING::call_dmi_scominit, // pointer to fn
+ ISTEPNAME(11,01,"mss_getecid"), // substep name
+ DMI_TRAINING::call_mss_getecid, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
@@ -89,16 +93,36 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,02,"dmi_erepair"), // substep name
- DMI_TRAINING::call_dmi_erepair, // pointer to fn
+ ISTEPNAME(11,02,"proc_dmi_scominit"), // substep name
+ DMI_TRAINING::call_proc_dmi_scominit, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
NORMAL_IPL_OP,
}
},
+
+ {
+ ISTEPNAME(11,03,"dmi_scominit"), // substep name
+ DMI_TRAINING::call_dmi_scominit, // pointer to fn
+ {
+ START_FN, // task type
+ EXT_IMAGE, // Extended Module
+ NORMAL_IPL_OP,
+ }
+ },
+
+ {
+ ISTEPNAME(11,04,"dmi_erepair"), // substep name
+ DMI_TRAINING::call_dmi_erepair, // pointer to fn
+ {
+ START_FN, // task type
+ EXT_IMAGE, // Extended Module
+ NORMAL_IPL_OP,
+ }
+ },
{
- ISTEPNAME(11,03,"dmi_io_dccal"), // substep name
+ ISTEPNAME(11,05,"dmi_io_dccal"), // substep name
DMI_TRAINING::call_dmi_io_dccal, // pointer to fn
{
START_FN, // task type
@@ -107,7 +131,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,04,"dmi_pre_trainadv"), // substep name
+ ISTEPNAME(11,06,"dmi_pre_trainadv"), // substep name
DMI_TRAINING::call_dmi_pre_trainadv, // pointer to fn
{
START_FN, // task type
@@ -116,7 +140,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,05,"dmi_io_run_training"), // substep name
+ ISTEPNAME(11,07,"dmi_io_run_training"), // substep name
DMI_TRAINING::call_dmi_io_run_training, // pointer to fn
{
START_FN, // task type
@@ -125,7 +149,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,06,"dmi_post_trainadv"), // substep name
+ ISTEPNAME(11,08,"dmi_post_trainadv"), // substep name
DMI_TRAINING::call_dmi_post_trainadv, // pointer to fn
{
START_FN, // task type
@@ -134,7 +158,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,07,"proc_cen_framelock"), // substep name
+ ISTEPNAME(11,09,"proc_cen_framelock"), // substep name
DMI_TRAINING::call_proc_cen_framelock, // pointer to fn
{
START_FN, // task type
@@ -143,8 +167,8 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,08,"host_startPRD_dmi"), // substep name
- DMI_TRAINING::call_host_startPRD_dmi, // pointer to fn
+ ISTEPNAME(11,10,"host_startprd_dmi"), // substep name
+ DMI_TRAINING::call_host_startprd_dmi, // pointer to fn
{
START_FN, // task type
EXT_IMAGE, // Extended Module
@@ -152,7 +176,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,09,"host_attnlisten_cen"), // substep name
+ ISTEPNAME(11,11,"host_attnlisten_cen"), // substep name
DMI_TRAINING::call_host_attnlisten_cen, // pointer to fn
{
START_FN, // task type
@@ -161,7 +185,7 @@ const TaskInfo g_istep11[] = {
}
},
{
- ISTEPNAME(11,10,"cen_set_inband_addr"), // substep name
+ ISTEPNAME(11,12,"cen_set_inband_addr"), // substep name
DMI_TRAINING::call_cen_set_inband_addr, // pointer to fn
{
START_FN, // task type
diff --git a/src/include/usr/isteps/istep12list.H b/src/include/usr/isteps/istep12list.H
index d5cdd1f78..5c0d09f1c 100644
--- a/src/include/usr/isteps/istep12list.H
+++ b/src/include/usr/isteps/istep12list.H
@@ -28,13 +28,15 @@
* @file istep12list.H
*
* IStep 12 Step 12 MC Config
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 12.1 host_collect_dimm_spd
* : Collect Master dimm SPD
- * 12.2 mss_freq
+ * 12.2 mss_volt
+ * : Calc dimm voltage
+ * 12.3 mss_freq
* : Calc dimm frequency
- * 12.3 mss_eff_config
+ * 12.4 mss_eff_config
* : Determine effective config
*
* *****************************************************************
@@ -76,7 +78,16 @@ const TaskInfo g_istep12[] = {
}
},
{
- ISTEPNAME(12,02,"mss_freq"),
+ ISTEPNAME(12,02,"mss_volt"),
+ MC_CONFIG::call_mss_volt,
+ {
+ START_FN,
+ EXT_IMAGE,
+ NORMAL_IPL_OP,
+ }
+ },
+ {
+ ISTEPNAME(12,03,"mss_freq"),
MC_CONFIG::call_mss_freq,
{
START_FN,
@@ -85,7 +96,7 @@ const TaskInfo g_istep12[] = {
}
},
{
- ISTEPNAME(12,03,"mss_eff_config"),
+ ISTEPNAME(12,04,"mss_eff_config"),
MC_CONFIG::call_mss_eff_config,
{
START_FN,
diff --git a/src/include/usr/isteps/istep13list.H b/src/include/usr/isteps/istep13list.H
index a72e3afcd..093cbb2a8 100644
--- a/src/include/usr/isteps/istep13list.H
+++ b/src/include/usr/isteps/istep13list.H
@@ -28,7 +28,7 @@
* @file istep13list.H
*
* IStep 13 Step 13 DRAM Training
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 13.1 host_disable_vddr
* : Disable VDDR on CanContinue loops
diff --git a/src/include/usr/isteps/istep14list.H b/src/include/usr/isteps/istep14list.H
index eca3251e5..225b5cf63 100644
--- a/src/include/usr/isteps/istep14list.H
+++ b/src/include/usr/isteps/istep14list.H
@@ -28,28 +28,27 @@
* @file istep14list.H
*
* IStep 14 Dram Initialization
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
- * 14.1 host_startPRD_dram
- * : Load PRD for DRAM domain
+ * 14.1 host_startprd_dram
+ * : Load prd for DRAM domain
* 14.2 mss_extent_setup
- * MSS Extent Setup
- * 14.3 mss_scrub
+ * : MSS Extent Setup
+ * 14.3 mss_memdiag
+ * : Mainstore Pattern Testing
+ * 14.4 mss_scrub
* : Start background scrub
- * 14.4 mss_thermal_init
+ * 14.5 mss_thermal_init
* : Initialize the thermal sensor
- * 14.5 proc_setup_bars
+ * 14.6 proc_setup_bars
* : Setup Memory BARs
- * 14.6 proc_pcie_config
+ * 14.7 proc_pcie_config
* : Configure the PHBs
- * 14.7 proc_exit_cache_contained
+ * 14.8 proc_exit_cache_contained
* : Allow execution from memory
- * 14.8 host_mpipl_service
+ * 14.9 host_mpipl_service
* : Perform MPIPL tasks
*
- * *****************************************************************
- * THIS FILE WAS GENERATED ON 2012-04-11:1608
- * *****************************************************************
*
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
@@ -78,16 +77,14 @@ namespace INITSERVICE
},
{
- ISTEPNAME(14,01,"host_startPRD_dram"),
- DRAM_INITIALIZATION::call_host_startPRD_dram,
+ ISTEPNAME(14,01,"host_startprd_dram"),
+ DRAM_INITIALIZATION::call_host_startprd_dram,
{
START_FN,
EXT_IMAGE,
NORMAL_IPL_OP,
}
},
-
-
{
ISTEPNAME(14,02,"mss_extent_setup"),
DRAM_INITIALIZATION::call_mss_extent_setup,
@@ -98,7 +95,16 @@ namespace INITSERVICE
}
},
{
- ISTEPNAME(14,03,"mss_scrub"),
+ ISTEPNAME(14,03,"mss_memdiag"),
+ DRAM_INITIALIZATION::call_mss_memdiag,
+ {
+ START_FN,
+ EXT_IMAGE,
+ NORMAL_IPL_OP,
+ }
+ },
+ {
+ ISTEPNAME(14,04,"mss_scrub"),
DRAM_INITIALIZATION::call_mss_scrub,
{
START_FN,
@@ -109,7 +115,7 @@ namespace INITSERVICE
{
- ISTEPNAME(14,04,"mss_thermal_init"),
+ ISTEPNAME(14,05,"mss_thermal_init"),
DRAM_INITIALIZATION::call_mss_thermal_init,
{
START_FN,
@@ -120,7 +126,7 @@ namespace INITSERVICE
{
- ISTEPNAME(14,05,"proc_setup_bars"),
+ ISTEPNAME(14,06,"proc_setup_bars"),
DRAM_INITIALIZATION::call_proc_setup_bars,
{
START_FN,
@@ -131,7 +137,7 @@ namespace INITSERVICE
{
- ISTEPNAME(14,06,"proc_pcie_config"),
+ ISTEPNAME(14,07,"proc_pcie_config"),
DRAM_INITIALIZATION::call_proc_pcie_config,
{
START_FN,
@@ -142,7 +148,7 @@ namespace INITSERVICE
{
- ISTEPNAME(14,07,"proc_exit_cache_contained"),
+ ISTEPNAME(14,08,"proc_exit_cache_contained"),
DRAM_INITIALIZATION::call_proc_exit_cache_contained,
{
START_FN,
@@ -151,7 +157,7 @@ namespace INITSERVICE
}
},
{
- ISTEPNAME(14,08,"host_mpipl_service"),
+ ISTEPNAME(14,09,"host_mpipl_service"),
DRAM_INITIALIZATION::call_host_mpipl_service,
{
START_FN,
diff --git a/src/include/usr/isteps/istep15list.H b/src/include/usr/isteps/istep15list.H
index df9ed5f3c..531c45118 100644
--- a/src/include/usr/isteps/istep15list.H
+++ b/src/include/usr/isteps/istep15list.H
@@ -28,7 +28,7 @@
* @file istep15list.H
*
* IStep 15 Build Winkle Images
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 15.1 host_build_winkle
* : Build runtime winkle images
@@ -37,9 +37,6 @@
* 15.3 proc_poreslw_init
* : Initialize the PORE-SLW engine
*
- * *****************************************************************
- * THIS FILE WAS GENERATED ON 2012-04-12:1228
- * *****************************************************************
*
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
diff --git a/src/include/usr/isteps/istep16list.H b/src/include/usr/isteps/istep16list.H
index fef1983cf..422099b02 100644
--- a/src/include/usr/isteps/istep16list.H
+++ b/src/include/usr/isteps/istep16list.H
@@ -28,7 +28,7 @@
* @file istep16list.H
*
* IStep 16 Core Activate
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 16.1 host_activate_master
* : Activate master core
diff --git a/src/include/usr/isteps/istep18list.H b/src/include/usr/isteps/istep18list.H
index c3771b19f..f4ef21caa 100644
--- a/src/include/usr/isteps/istep18list.H
+++ b/src/include/usr/isteps/istep18list.H
@@ -28,7 +28,7 @@
* @file istep18list.H
*
* IStep 18 Establish System SMP
- * IPL FLow Doc v1.18 (10/18/12)
+ * IPL FLow Doc v1.28 (12/03/12)
*
* 18.10 host_coalesce_host
* : Create single host image
OpenPOWER on IntegriCloud