summaryrefslogtreecommitdiffstats
path: root/src/include/usr/errl
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2014-03-18 07:56:08 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-21 10:39:51 -0500
commitdde066c1eb21a4f9cc968614ab091d99d896223c (patch)
tree312c6bbbc79c0bd6f41cfc8c0460480d70684d8f /src/include/usr/errl
parent24736e69905c4bf7237c41c9943b7d29e03e79bf (diff)
downloadtalos-hostboot-dde066c1eb21a4f9cc968614ab091d99d896223c.tar.gz
talos-hostboot-dde066c1eb21a4f9cc968614ab091d99d896223c.zip
If gard called on Core, gard associated EX instead
Change-Id: Ic3ea48cd50d4f9caef84bb713da621698e4443e9 CQ:SW252033 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9736 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/errl')
-rw-r--r--src/include/usr/errl/errlreasoncodes.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/errl/errlreasoncodes.H b/src/include/usr/errl/errlreasoncodes.H
index 6369f6926..f4cac6249 100644
--- a/src/include/usr/errl/errlreasoncodes.H
+++ b/src/include/usr/errl/errlreasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2013 */
+/* COPYRIGHT International Business Machines Corp. 2011,2014 */
/* */
/* p1 */
/* */
@@ -41,6 +41,7 @@ namespace ERRORLOG
ERRL_USERDATA_TEST_MOD_ID = 0x01,
ERRL_TEST_MOD_ID = 0x02,
ERRL_RT_TEST_MOD_ID = 0x03,
+ ERRL_ADD_HW_CALLOUT_ID = 0x04,
//........
ERRL_LAST_MODULE_ID = 0xFF
};
@@ -54,6 +55,7 @@ namespace ERRORLOG
ERRL_TEST_ATTRIBUTE_UD = ERRL_COMP_ID | 0x04,
ERRL_TEST_LOGREGISTER_UD = ERRL_COMP_ID | 0x05,
ERRL_TEST_CALLOUT_UD = ERRL_COMP_ID | 0x06,
+ ERRL_CORE_EX_TARGET_NULL = ERRL_COMP_ID | 0x07,
//........
ERRL_LAST_ERR = ERRL_COMP_ID | 0xFF
};
OpenPOWER on IntegriCloud