summaryrefslogtreecommitdiffstats
path: root/src/include/usr/isteps/istep11list.H
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-04-27 11:13:20 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-05 15:16:03 -0400
commit9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f (patch)
tree053a8815d7e0f68f18ed1a20bc610a9b1bcdd8a8 /src/include/usr/isteps/istep11list.H
parent658b0dc17ffae668ae278f177a76d44a3f87d986 (diff)
downloadtalos-hostboot-9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f.tar.gz
talos-hostboot-9ffe7c2c5d8555b5d35d968dbff3e4f07bb5fc8f.zip
Update ISTEP to IPL Flow v0.93
Includes a lot of deletes and a few renames. Change-Id: I36ce351d307d43d67c8dfe4dbe3a94e67380cc20 RTC: 147800 CMVC-Prereq:993409 CMVC-Prereq:992647 CMVC-Prereq:993648 CMVC-Prereq:993634 CMVC-Prereq:993940 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23732 Tested-by: Jenkins Server Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/isteps/istep11list.H')
-rw-r--r--src/include/usr/isteps/istep11list.H100
1 files changed, 3 insertions, 97 deletions
diff --git a/src/include/usr/isteps/istep11list.H b/src/include/usr/isteps/istep11list.H
index d5fc9afb6..4a44800ee 100644
--- a/src/include/usr/isteps/istep11list.H
+++ b/src/include/usr/isteps/istep11list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -27,7 +27,7 @@
/**
* list of functions called for ISTEP 11 according to Dean's
- * IPL Flow Doc v0.67 (11/11/15)
+ * IPL FLow Doc v0.93 (04/04/16)
*
*/
@@ -60,71 +60,6 @@ namespace ISTEP_11
void* call_host_prd_hwreconfig( void *io_pArgs );
-
-/**
- * @brief cen sbe tp chiplet init1
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_tp_chiplet_init1( void *io_pArgs );
-
-
-
-/**
- * @brief cen sbe pll initf
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_pll_initf( void *io_pArgs );
-
-/**
- * @brief cen sbe pll setup
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_pll_setup( void *io_pArgs );
-
-
-/**
- * @brief cen sbe tp chiplet init2
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_tp_chiplet_init2( void *io_pArgs );
-
-/**
- * @brief cen sbe tp arrayinit
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_tp_arrayinit( void *io_pArgs );
-
-/**
- * @brief cen sbe tp chiplet init3
- *
- * param[in,out] - pointer to any arguments, usually NULL
- *
- * return any errlogs to istep
- *
- */
-void* call_cen_sbe_tp_chiplet_init3( void *io_pArgs );
-
-
};
@@ -142,36 +77,7 @@ const TaskInfo g_istep11[] = {
ISTEP_11::call_host_prd_hwreconfig,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
},
- {
- ISTEPNAME(11,02,"cen_sbe_tp_chiplet_init1"),
- ISTEP_11::call_cen_sbe_tp_chiplet_init1,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
- {
- ISTEPNAME(11,03,"cen_sbe_pll_initf"),
- ISTEP_11::call_cen_sbe_pll_initf,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
- {
- ISTEPNAME(11,04,"cen_sbe_pll_setup"),
- ISTEP_11::call_cen_sbe_pll_setup,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
- {
- ISTEPNAME(11,05,"cen_sbe_tp_chiplet_init2"),
- ISTEP_11::call_cen_sbe_tp_chiplet_init2,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
- {
- ISTEPNAME(11,06,"cen_sbe_tp_arrayinit"),
- ISTEP_11::call_cen_sbe_tp_arrayinit,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
- {
- ISTEPNAME(11,07,"cen_sbe_tp_chiplet_init3"),
- ISTEP_11::call_cen_sbe_tp_chiplet_init3,
- { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
- },
+
};
const DepModInfo g_istep11Dependancies = {
OpenPOWER on IntegriCloud