diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2014-07-31 00:21:57 +0530 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-07-31 11:15:49 +1000 |
commit | e1b455b982cd1fd4d6c4da61d5eb52795903f437 (patch) | |
tree | e67685a8a5039e84e1ee3684147cf4bec15de2e8 /include | |
parent | 55d99488f8cd1ba926316cecb8ba1c502529822a (diff) | |
download | skiboot-e1b455b982cd1fd4d6c4da61d5eb52795903f437.zip skiboot-e1b455b982cd1fd4d6c4da61d5eb52795903f437.tar.gz skiboot-e1b455b982cd1fd4d6c4da61d5eb52795903f437.tar.bz2 |
MDST: Improve error logging
Add informational event in add dump region path. Also change the
severity of the existing elog event.
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsp-elog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/fsp-elog.h b/include/fsp-elog.h index 8fa8ee6..729f063 100644 --- a/include/fsp-elog.h +++ b/include/fsp-elog.h @@ -167,7 +167,9 @@ enum opal_reasoncode { OPAL_RC_DUMP_LIST = OPAL_DU | 0x11, OPAL_RC_DUMP_ACK = OPAL_DU | 0x12, OPAL_RC_DUMP_MDST_INIT = OPAL_DU | 0x13, - OPAL_RC_DUMP_MDST_UPDATE = OPAL_DU | 0x14, + OPAL_RC_DUMP_MDST_UPDATE= OPAL_DU | 0x14, + OPAL_RC_DUMP_MDST_ADD = OPAL_DU | 0x15, + OPAL_RC_DUMP_MDST_REMOVE= OPAL_DU | 0x16, /* LED */ OPAL_RC_LED_SPCN = OPAL_LE | 0x10, OPAL_RC_LED_BUFF = OPAL_LE | 0x11, |