summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2017-12-14 13:14:42 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-09 21:07:14 -0500
commit13863b512ac26fa284f0cc9d4b72dcf6535c7fd2 (patch)
treefd81db6ecf34ba21b50695de4cdf9b7ab187bc99 /src/include/usr
parente5cb7887f8b77542690d956862cd3ad79abe5916 (diff)
downloadtalos-hostboot-13863b512ac26fa284f0cc9d4b72dcf6535c7fd2.tar.gz
talos-hostboot-13863b512ac26fa284f0cc9d4b72dcf6535c7fd2.zip
Add call_host_set_voltages to istep 08.12
- This will still be called in istep 10.3 as well for now until the FSP dependencies can be removed Change-Id: I8df3b65f6ca62ffc810619d289b68f1cd938cc37 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50956 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/isteps/istep08list.H18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep08list.H b/src/include/usr/isteps/istep08list.H
index 8b4ab6710..3b147aa0b 100644
--- a/src/include/usr/isteps/istep08list.H
+++ b/src/include/usr/isteps/istep08list.H
@@ -53,6 +53,8 @@
* : Apply scom inits to Xbus
* 08.11 proc_xbus_enable_ridi
* : Enable RI/DI for xbus
+ * 08.12 host_set_voltages
+ * : Set correct chip voltages
* Please see the note in initsvcstructs.H for description of
* the ISTEPNAME macro.
*
@@ -174,6 +176,16 @@ void* call_proc_xbus_scominit( void *io_pArgs );
*/
void* call_proc_xbus_enable_ridi( void *io_pArgs );
+/**
+ * @brief host_set_voltages
+ *
+ * param[in,out] - pointer to any arguments, usually NULL
+ *
+ * return any error logs to istep
+ *
+ */
+void* call_host_set_voltages( void *io_pArgs );
+
}; // end namespace
@@ -242,7 +254,11 @@ namespace INITSERVICE
ISTEP_08::call_proc_xbus_enable_ridi,
{ START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
},
-
+ {
+ ISTEPNAME(08,12,"host_set_voltages"),
+ ISTEP_08::call_host_set_voltages,
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP, false }
+ },
};
const DepModInfo g_istep08Dependancies = {
OpenPOWER on IntegriCloud