summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor/pnorrp.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/pnor/pnorrp.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/pnor/pnorrp.C')
-rw-r--r--src/usr/pnor/pnorrp.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/pnor/pnorrp.C b/src/usr/pnor/pnorrp.C
index 0f212bce5..e4171e79f 100644
--- a/src/usr/pnor/pnorrp.C
+++ b/src/usr/pnor/pnorrp.C
@@ -246,6 +246,9 @@ void PnorRP::initDaemon()
iv_startupRC = l_errhdl->reasonCode();
}
+ // call ErrlManager function - tell him that PNOR is ready!
+ ERRORLOG::ErrlManager::errlResourceReady(ERRORLOG::PNOR);
+
TRACUCOMP(g_trac_pnor, "< PnorRP::initDaemon" );
}
OpenPOWER on IntegriCloud