summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-04-18 16:17:25 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-04-19 12:41:33 -0500
commit3f89cb472a8fb434b27fb0a9be39f053c3efe48e (patch)
treefc1b614961278e77756fb9e8d8f10169c72ba226 /src/usr
parent1b0a35720413defe69a4944331d937284ba7e755 (diff)
downloadtalos-hostboot-3f89cb472a8fb434b27fb0a9be39f053c3efe48e.tar.gz
talos-hostboot-3f89cb472a8fb434b27fb0a9be39f053c3efe48e.zip
add stubs for remaining istep 6.* steps
Change-Id: I6d5c3770ccf55049409b93e4c8d618ee3382766d RTC: 40724 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/911 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/hwas/plat/hostbootIstep.C49
1 files changed, 48 insertions, 1 deletions
diff --git a/src/usr/hwas/plat/hostbootIstep.C b/src/usr/hwas/plat/hostbootIstep.C
index ad478d131..c78b76183 100644
--- a/src/usr/hwas/plat/hostbootIstep.C
+++ b/src/usr/hwas/plat/hostbootIstep.C
@@ -51,6 +51,18 @@ void host_init_fsi( void *io_pArgs )
}
//******************************************************************************
+// host_set_ipl_parms function
+//******************************************************************************
+void host_set_ipl_parms( void *io_pArgs )
+{
+ errlHndl_t errl = NULL;
+
+ // stub -- nothing here currently
+
+ task_end2(errl);
+}
+
+//******************************************************************************
// host_discover_targets function
//******************************************************************************
void host_discover_targets( void *io_pArgs )
@@ -60,7 +72,6 @@ void host_discover_targets( void *io_pArgs )
task_end2(errl);
}
-
//******************************************************************************
// host_gard function
//******************************************************************************
@@ -71,4 +82,40 @@ void host_gard( void *io_pArgs )
task_end2(errl);
}
+//******************************************************************************
+// host_cancontinue_clear function
+//******************************************************************************
+void host_cancontinue_clear( void *io_pArgs )
+{
+ errlHndl_t errl = NULL;
+
+ // stub -- nothing here currently
+
+ task_end2(errl);
+}
+
+//******************************************************************************
+// proc_check_slave_sbe_seeprom_complete function
+//******************************************************************************
+void proc_check_slave_sbe_seeprom_complete( void *io_pArgs )
+{
+ errlHndl_t errl = NULL;
+
+ // stub -- nothing here currently
+
+ task_end2(errl);
+}
+
+//******************************************************************************
+// proc_xmit_sbe function
+//******************************************************************************
+void proc_xmit_sbe( void *io_pArgs )
+{
+ errlHndl_t errl = NULL;
+
+ // stub -- nothing here currently
+
+ task_end2(errl);
+}
+
} // namespace HWAS
OpenPOWER on IntegriCloud