summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2014-10-16 11:40:21 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-01-22 16:59:09 -0600
commit1bc13e89d35eacba76589ac3c5158d54ce73b35b (patch)
tree749478e2e2fb8c250c682d49dae2c9a524d4f8cb /src/usr/ipmi
parentabf9c4a78fcac4e2951e504523ea04cecda59b63 (diff)
downloadtalos-hostboot-1bc13e89d35eacba76589ac3c5158d54ce73b35b.tar.gz
talos-hostboot-1bc13e89d35eacba76589ac3c5158d54ce73b35b.zip
add SEL/eSEL support
in errlmanager, convert errlog to SEL/eSEL format, prepare to send to BMC via IPMI Change-Id: I11e246264840ff756e92b97673e4742b9d03daad RTC: 114908 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14238 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi')
-rw-r--r--src/usr/ipmi/ipmirp.C3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/ipmi/ipmirp.C b/src/usr/ipmi/ipmirp.C
index fba8262d1..9112fdabd 100644
--- a/src/usr/ipmi/ipmirp.C
+++ b/src/usr/ipmi/ipmirp.C
@@ -462,6 +462,9 @@ void IpmiRP::execute(void)
// Wait for an event message read it and handle it if no one else does
task_create( &IpmiRP::last_chance_event_handler, NULL);
+ // call ErrlManager function - tell him that IPMI is ready!
+ ERRORLOG::ErrlManager::errlResourceReady(ERRORLOG::IPMI);
+
while (true)
{
msg_t* msg = msg_wait(iv_msgQ);
OpenPOWER on IntegriCloud