summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index 19fe70a84..9996bc994 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -120,6 +120,23 @@ const TaskInfo g_exttaskinfolist[] = {
}
},
+#ifdef CONFIG_CONSOLE_OUTPUT_ERRORDISPLAY
+ /**
+ * @brief Human readable error log display
+ * Note: Because of dependencies, this must come after libmbox.so
+ * or hostboot will hang with an Inst Storage exception
+ * (the ErrlManager constructor tries to talk to MBOX.)
+ */
+ {
+ "liberrldisplay.so", // taskname
+ NULL, // no ptr to fnct
+ {
+ START_TASK, // task type
+ EXT_IMAGE, // Extended Module
+ }
+ },
+#endif
+
/**
* @brief Trace daemon
*/
OpenPOWER on IntegriCloud