summaryrefslogtreecommitdiffstats
path: root/src/include/usr
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-09-21 17:43:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-10 15:25:10 -0600
commit1c4aa5e662b6bc4b834d5ab7dc05b8d2572fc210 (patch)
treed4d72025b4a8cb284c8341a77b75d393f7bf28fa /src/include/usr
parente7dd783e147db6078a88a87c96723b8a5c9d218e (diff)
downloadtalos-hostboot-1c4aa5e662b6bc4b834d5ab7dc05b8d2572fc210.tar.gz
talos-hostboot-1c4aa5e662b6bc4b834d5ab7dc05b8d2572fc210.zip
proc_check_slave_sbe_seeprom_complete
Change-Id: I38ab55e90bd1bec8b258106c9215138904672847 RTC: 41384 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1863 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr')
-rw-r--r--src/include/usr/hwas/hostbootIstep.H13
-rw-r--r--src/include/usr/isteps/istep06list.H47
2 files changed, 24 insertions, 36 deletions
diff --git a/src/include/usr/hwas/hostbootIstep.H b/src/include/usr/hwas/hostbootIstep.H
index 324eb4820..ef1489f4b 100644
--- a/src/include/usr/hwas/hostbootIstep.H
+++ b/src/include/usr/hwas/hostbootIstep.H
@@ -64,7 +64,7 @@ void* host_set_ipl_parms( void *io_pArgs );
* @brief host_discover_targets Builds targeting
*
* This routine will walk through all the targets and initialize HWAS STATE
- * to a known default value.
+ * to a known default value.
*
* Currently everything is initialized to powered off, etc.
*
@@ -100,17 +100,6 @@ void* host_gard( void *io_pArgs );
void* host_cancontinue_clear( void *io_pArgs );
/**
- * @brief proc_check_slave_sbe_seeprom_complete Check Slave SBE Complete
- *
- * TBD
- *
- * param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
- * or NULL.
- * return any error logs to istep
- */
-void* proc_check_slave_sbe_seeprom_complete( void *io_pArgs );
-
-/**
* @brief proc_xmit_sbe vSBE Init of Slave Chips
*
* TBD
diff --git a/src/include/usr/isteps/istep06list.H b/src/include/usr/isteps/istep06list.H
index 307247355..e86f07e2e 100644
--- a/src/include/usr/isteps/istep06list.H
+++ b/src/include/usr/isteps/istep06list.H
@@ -1,26 +1,25 @@
-/* IBM_PROLOG_BEGIN_TAG
- * This is an automatically generated prolog.
- *
- * $Source: src/include/usr/isteps/istep06list.H $
- *
- * IBM CONFIDENTIAL
- *
- * COPYRIGHT International Business Machines Corp. 2011-2012
- *
- * p1
- *
- * Object Code Only (OCO) source materials
- * Licensed Internal Code Source Materials
- * IBM HostBoot Licensed Internal Code
- *
- * The source code for this program is not published or other-
- * wise divested of its trade secrets, irrespective of what has
- * been deposited with the U.S. Copyright Office.
- *
- * Origin: 30
- *
- * IBM_PROLOG_END_TAG
- */
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/include/usr/isteps/istep06list.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,2012 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __ISTEPS_ISTEP6LIST_H
#define __ISTEPS_ISTEP6LIST_H
@@ -134,7 +133,7 @@ const TaskInfo g_istep06[] = {
},
{
ISTEPNAME(06,09,"proc_check_slave_sbe_seeprom_complete"),
- HWAS::proc_check_slave_sbe_seeprom_complete,
+ SLAVE_SBE::call_proc_check_slave_sbe_seeprom_complete,
{
START_FN,
EXT_IMAGE,
OpenPOWER on IntegriCloud