summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep13list.H
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2013-08-14 22:28:32 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-08-21 16:27:47 -0500
commit308db00a89c9c18c1c5e346f171f36ec34705f31 (patch)
tree27e1e2402935294701b49a405ce651ebcd2e70de /src/include/usr/isteps/istep13list.H
parenta0a28214eff925dae2a5e1081c6d600560fafdb5 (diff)
downloadblackbird-hostboot-308db00a89c9c18c1c5e346f171f36ec34705f31.tar.gz
blackbird-hostboot-308db00a89c9c18c1c5e346f171f36ec34705f31.zip
Update IPL flow for clocks and memory(Hostboot)
Update hostboot code to match version 1.37 of the IPL flow document. - added proc_cen_ref_clk_enable support - added mss_dimm_power_test support - deferred step 12 updates Change-Id: Ief2d55fa9864ac64b847da21f14b897006965d57 RTC:80595 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5817 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep13list.H')
-rw-r--r--src/include/usr/isteps/istep13list.H14
1 files changed, 12 insertions, 2 deletions
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!
};
OpenPOWER on IntegriCloud