aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVipin K Parashar <vipin@linux.vnet.ibm.com>2016-03-29 08:56:47 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-05-03 19:00:51 +1000
commit1abcd4995cfe69c710e883cfa4f5f16f6dbfd6a9 (patch)
tree183a34d7f486452fb47c89a1bbab5050119e007b /include
parent054cddb6f463a6df73da96a76081b2005e5c89e7 (diff)
downloadskiboot-1abcd4995cfe69c710e883cfa4f5f16f6dbfd6a9.zip
skiboot-1abcd4995cfe69c710e883cfa4f5f16f6dbfd6a9.tar.gz
skiboot-1abcd4995cfe69c710e883cfa4f5f16f6dbfd6a9.tar.bz2
hw/lpc: Log LPC SYNC errors as OPAL_PLATFORM_ERR_EVT errors
Log LPC SYNC errors as OPAL_PLATFORM_ERR_EVT errors with generic predictive error (OPAL_PREDICTIVE_ERR_GENERAL) severity. Signed-off-by: Vipin K Parashar <vipin@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: use const char* rather than strcpy] 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 ed90dab..b8fca7d 100644
--- a/include/errorlog.h
+++ b/include/errorlog.h
@@ -265,6 +265,7 @@ enum opal_reasoncode {
/* LPC */
OPAL_RC_LPC_READ = OPAL_LP | 0x10,
OPAL_RC_LPC_WRITE = OPAL_LP | 0x11,
+ OPAL_RC_LPC_SYNC = OPAL_LP | 0x12,
/* OP_PANEL */
OPAL_RC_PANEL_WRITE = OPAL_OP | 0x10,
/* PSI */