aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2015-02-06 08:24:17 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-09 14:31:11 +1100
commit92366bd2844aace9681e2447c82a24e92eabc51c (patch)
tree191f592d9f9c2116cd1af2c30ad5e404f8d5d133 /include
parent739e6df1163301a200b604b5eefa00770f9fa44c (diff)
downloadskiboot-92366bd2844aace9681e2447c82a24e92eabc51c.zip
skiboot-92366bd2844aace9681e2447c82a24e92eabc51c.tar.gz
skiboot-92366bd2844aace9681e2447c82a24e92eabc51c.tar.bz2
PSI: Report a PEL for PSI timeout
We currently just log an error when we don't find an active PSI link 15 minutes after it went down. Add a PEL log, with sufficient severity so it gets pushed to the administrator. V2: Reset the timeout correctly to prevent error log flooding. Signed-off-by: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Tested-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/errorlog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errorlog.h b/include/errorlog.h
index f44e9b8..49c60cf 100644
--- a/include/errorlog.h
+++ b/include/errorlog.h
@@ -269,6 +269,7 @@ enum opal_reasoncode {
/* PSI */
OPAL_RC_PSI_INIT = OPAL_PS | 0x10,
OPAL_RC_PSI_IRQ_RESET = OPAL_PS | 0x11,
+ OPAL_RC_PSI_TIMEOUT = OPAL_PS | 0X12,
/* XSCOM */
OPAL_RC_XSCOM_RW = OPAL_XS | 0x10,
OPAL_RC_XSCOM_INDIRECT_RW = OPAL_XS | 0x11,