summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox/mailboxsp.C
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-25 14:52:43 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-14 17:10:27 -0600
commit931ed57963b8f63c67dc45144c2bb65b3f014a56 (patch)
treead8cb470618236b50a201cb1995ec66d9a2a2d9c /src/usr/mbox/mailboxsp.C
parent7c353ef9c158531352888b47264ace19675b95f8 (diff)
downloadtalos-hostboot-931ed57963b8f63c67dc45144c2bb65b3f014a56.tar.gz
talos-hostboot-931ed57963b8f63c67dc45144c2bb65b3f014a56.zip
store error logs in PNOR
. store error logs in PNOR, truncating to 4K . set and clear ACKnowledge bit as appropriate . move PNOR and MBOX init code in errlmanager until after PNOR and MBOX services are actually up and running Change-Id: I57c5bacae8ffd283577164a0706c081a8ef5af30 RTC: 47517 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6884 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/mbox/mailboxsp.C')
-rw-r--r--src/usr/mbox/mailboxsp.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/mbox/mailboxsp.C b/src/usr/mbox/mailboxsp.C
index 41fe57873..791919323 100644
--- a/src/usr/mbox/mailboxsp.C
+++ b/src/usr/mbox/mailboxsp.C
@@ -38,6 +38,7 @@
#include <targeting/common/commontargeting.H>
#include <kernel/ipc.H>
#include <arch/ppc.H>
+#include <errl/errlmanager.H>
#define MBOX_TRACE_NAME MBOX_COMP_NAME
@@ -190,6 +191,9 @@ errlHndl_t MailboxSp::_init()
// Start the the interprocessor communications message handler
IPC::IpcSp::init(err);
+ // call ErrlManager function - tell him that MBOX is ready!
+ ERRORLOG::ErrlManager::errlResourceReady(ERRORLOG::MBOX);
+
return err;
}
OpenPOWER on IntegriCloud