diff options
author | Vasant Hegde <hegdevasant@linux.vnet.ibm.com> | 2014-10-09 16:02:14 +0530 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2014-10-10 15:42:00 +1100 |
commit | d5a261b3aa266ff8a780b66569175aef96d0a95a (patch) | |
tree | 521b3d1e0398750438e46c20d661844d96bcd58b /include | |
parent | cdbca5395253f162cdd6ca2de6482b9bd9230bb7 (diff) | |
download | skiboot-d5a261b3aa266ff8a780b66569175aef96d0a95a.zip skiboot-d5a261b3aa266ff8a780b66569175aef96d0a95a.tar.gz skiboot-d5a261b3aa266ff8a780b66569175aef96d0a95a.tar.bz2 |
OCC: Change OCC timeout elog severityskiboot-2.1.1-fw810.20-1
Presently we are logging informational event if OCC timeout happens
during boot. Change the severity to Unrecoverable Error.
Also updated the elog description.
Sample Output:
|------------------------------------------------------------------------------|
| Entry Id Commit Time SubSystem Committed by |
| Platform Id State Event Severity Ascii Str |
|------------------------------------------------------------------------------|
| 0x53A530C8 10/09/2014 10:13:06 CEC Hardware Subsystem OC |
| 0xB0000001 Sent to Hypervisor Unrecoverable Error BB82C013 |
|------------------------------------------------------------------------------|
Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Acked-by: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/fsp-elog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsp-elog.h b/include/fsp-elog.h index a171063..fa76219 100644 --- a/include/fsp-elog.h +++ b/include/fsp-elog.h @@ -130,6 +130,7 @@ enum opal_reasoncode { OPAL_RC_OCC_RESET = OPAL_OC | 0x10, OPAL_RC_OCC_LOAD = OPAL_OC | 0x11, OPAL_RC_OCC_PSTATE_INIT = OPAL_OC | 0x12, + OPAL_RC_OCC_TIMEOUT = OPAL_OC | 0x13, /* RTC */ OPAL_RC_RTC_READ = OPAL_RT | 0x10, OPAL_RC_RTC_TOD = OPAL_RT | 0x11, |