summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
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