summaryrefslogtreecommitdiffstats
path: root/src/usr/mbox
diff options
context:
space:
mode:
authorDoug Gilbert <dgilbert@us.ibm.com>2014-05-12 17:25:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-06-23 18:09:24 -0500
commitfe8c155f03999796fc2bff4da29e835113c3bf6a (patch)
tree330544091b2f612750d3e0e1a0b6d7624d5113c8 /src/usr/mbox
parent2d37406c25d8aa6b66815e8b334a21bc5f9b0c6f (diff)
downloadtalos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.tar.gz
talos-hostboot-fe8c155f03999796fc2bff4da29e835113c3bf6a.zip
Add customer error descriptions to error log headers.
Change-Id: Ibb2f1219b6f2ff27e9b09fea4d36c2616fb7ddf9 RTC: 110397 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11079 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/mbox')
-rw-r--r--src/usr/mbox/mboxdd.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/mbox/mboxdd.C b/src/usr/mbox/mboxdd.C
index 51d911997..5ad5ad45c 100644
--- a/src/usr/mbox/mboxdd.C
+++ b/src/usr/mbox/mboxdd.C
@@ -380,6 +380,8 @@ errlHndl_t mboxWrite(TARGETING::Target* i_target,void* i_buffer,
* @userdata1 Target ID String...
* @userdata2 Data Length
* @devdesc MboxDD::write> Invalid data length (> msg_t size)
+ * @custdesc A problem occurred during the
+ * IPL of the system.
*/
l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
MBOX::MOD_MBOXDD_WRITE,
@@ -513,6 +515,8 @@ errlHndl_t mboxWrite(TARGETING::Target* i_target,void* i_buffer,
* @userdata1 Target ID String...
* @userdata2 Status/Control Register
* @devdesc MboxDD::write> Message still pending
+ * @custdesc A problem occurred during the
+ * IPL of the system.
*/
l_err = new ERRORLOG::ErrlEntry(ERRORLOG::ERRL_SEV_UNRECOVERABLE,
MBOX::MOD_MBOXDD_WRITE,
OpenPOWER on IntegriCloud