summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwas
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2012-10-26 12:34:46 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-11-15 09:57:35 -0600
commit7e9680f99f9dccf871b364f034f1eb19e9a1ae30 (patch)
tree259da5ff97d113ce61190923e1f231480d216195 /src/include/usr/hwas
parentb8d95068b788c0f1b1587996ef2852df7d338f37 (diff)
downloadtalos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.tar.gz
talos-hostboot-7e9680f99f9dccf871b364f034f1eb19e9a1ae30.zip
Updates to IPL flow to match doc v1.18
Change-Id: I9fe83e777fde516b6ddbadd2eea4969b87e601fa RTC: 50424 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2167 Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwas')
-rw-r--r--src/include/usr/hwas/hostbootIstep.H16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/include/usr/hwas/hostbootIstep.H b/src/include/usr/hwas/hostbootIstep.H
index ef1489f4b..ceca11f1c 100644
--- a/src/include/usr/hwas/hostbootIstep.H
+++ b/src/include/usr/hwas/hostbootIstep.H
@@ -33,6 +33,18 @@
namespace HWAS
{
+/**
+ * @brief host_stub empty function returning success
+ *
+ * stub function to be called for un-implemented host steps
+ *
+ * param[in,out] io_pArgs - (normally) a pointer to a TaskArgs struct,
+ * or NULL.
+ * return any error logs to istep
+ */
+void* host_stub( void *io_pArgs );
+
+
// hostboot only functions that are called by the istep dispatcher
// and then call the HWAS common functions
@@ -100,7 +112,7 @@ void* host_gard( void *io_pArgs );
void* host_cancontinue_clear( void *io_pArgs );
/**
- * @brief proc_xmit_sbe vSBE Init of Slave Chips
+ * @brief host_PRD_hwreconfig Hook for PRD to handle reconfigure
*
* TBD
*
@@ -108,7 +120,7 @@ void* host_cancontinue_clear( void *io_pArgs );
* or NULL.
* return any error logs to istep
*/
-void* proc_xmit_sbe( void *io_pArgs );
+void* host_PRD_hwreconfig( void *io_pArgs );
} // namespace HWAS
#endif // HOSTBOOTISTEP_H_
OpenPOWER on IntegriCloud