summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Sand <trsand@us.ibm.com>2017-08-24 15:59:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-27 22:14:40 -0400
commit35205d340c890220ce47be78e060c0b0ae5d7de0 (patch)
treea51f4b072eb7187e7aafc0d6521f3dea02165f7f /src/include
parent6442a89776eb751ed923c157c7b04e2b6941adb1 (diff)
downloadtalos-hostboot-35205d340c890220ce47be78e060c0b0ae5d7de0.tar.gz
talos-hostboot-35205d340c890220ce47be78e060c0b0ae5d7de0.zip
Implementation for istep 7.1 and 10.4.
Change-Id: I1276ccae8d68f8c7c8b555f6ce6dd409e061076f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45136 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: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep07list.H20
1 files changed, 16 insertions, 4 deletions
diff --git a/src/include/usr/isteps/istep07list.H b/src/include/usr/isteps/istep07list.H
index ebb91f894..3b99a937c 100644
--- a/src/include/usr/isteps/istep07list.H
+++ b/src/include/usr/isteps/istep07list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -55,6 +55,18 @@ namespace ISTEP_07
{
/**
+ * @brief host_mss_attr_cleanup
+ *
+ * Build the Attibute for the DIMMs to be consummed in later steps
+ *
+ * param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
+ * or NULL.
+ * return any error logs to istep
+ *
+ */
+void* host_mss_attr_cleanup( void * io_pArgs );
+
+/**
* @brief mss_volt
*
* Calc dimm voltage
@@ -120,9 +132,9 @@ namespace INITSERVICE
{ NONE, EXT_IMAGE, IPL_NOOP, false }
},
{
- ISTEPNAME(07,01,""),
- NULL,
- { NONE, EXT_IMAGE, IPL_NOOP, false }
+ ISTEPNAME(07,01,"mss_attr_cleanup"),
+ ISTEP_07::host_mss_attr_cleanup,
+ { START_FN, EXT_IMAGE, NORMAL_IPL_OP, true }
},
{
ISTEPNAME(07,02,"mss_volt"),
OpenPOWER on IntegriCloud