summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-11-06 17:07:44 -0600
committerChristopher J. Cain <cjcain@us.ibm.com>2017-11-08 17:42:16 -0500
commit0e91ced92e0f0bd2551d925903258b7d78118956 (patch)
treed04431bc5a4247e9878d480fbc114845920fe8c6 /src/occ_405/cmdh
parentcd42091d9a39bb59bec5e62696f291afd576bdc3 (diff)
downloadtalos-occ-0e91ced92e0f0bd2551d925903258b7d78118956.tar.gz
talos-occ-0e91ced92e0f0bd2551d925903258b7d78118956.zip
Remove interrupt handlers for hardware errors
Errors will be detected by the PGPE beacon. Change-Id: I2d24ec9becc319a1cf1fce6b06714ac638faade1 RTC: 134619 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49421 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com>
Diffstat (limited to 'src/occ_405/cmdh')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp.h b/src/occ_405/cmdh/cmdh_fsp.h
index 14da318..967a3bc 100755
--- a/src/occ_405/cmdh/cmdh_fsp.h
+++ b/src/occ_405/cmdh/cmdh_fsp.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -149,8 +149,6 @@ typedef enum
ERRL_RC_WDOG_TIMER = 0xE2,
// Halting due to OCB timer expiration
ERRL_RC_OCB_TIMER = 0xE3,
- // Halting due to unmasked OCCLFIR bit being set (see OISR0 bit 2)
- ERRL_RC_OCC_HW_ERROR = 0xE4,
// Halting due to failure during init
ERRL_RC_OCC_INIT_FAILURE = 0xE5,
// The command is being processed by OCC
OpenPOWER on IntegriCloud