summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
authorChen Qian <qianqc@cn.ibm.com>2016-09-20 06:13:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-17 14:49:36 -0400
commit742c3e3ab84fd71038f9451acc91760e73a4f6b9 (patch)
tree2e105209918d3ef892cae17f3b3c69d7429e3a22 /src/import/chips/p9
parent482ca8885ab40fee8b18419292b11e0ef875a076 (diff)
downloadtalos-hostboot-742c3e3ab84fd71038f9451acc91760e73a4f6b9.tar.gz
talos-hostboot-742c3e3ab84fd71038f9451acc91760e73a4f6b9.zip
P9 L2/L3 cache error extraction
Change-Id: I91badf841acf0714b112bb96c82e836f665a31fb Original-Change-Id: Iaf44268029dfd4f87a799112004317f07152e302 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29945 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/43104 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_l2err_extract_errors.xml111
1 files changed, 111 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_l2err_extract_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_l2err_extract_errors.xml
new file mode 100644
index 000000000..0ef04c600
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_l2err_extract_errors.xml
@@ -0,0 +1,111 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_l2err_extract_errors.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- [+] International Business Machines Corp. -->
+<!-- -->
+<!-- -->
+<!-- Licensed under the Apache License, Version 2.0 (the "License"); -->
+<!-- you may not use this file except in compliance with the License. -->
+<!-- You may obtain a copy of the License at -->
+<!-- -->
+<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
+<!-- -->
+<!-- Unless required by applicable law or agreed to in writing, software -->
+<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
+<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
+<!-- implied. See the License for the specific language governing -->
+<!-- permissions and limitations under the License. -->
+<!-- -->
+<!-- IBM_PROLOG_END_TAG -->
+<hwpErrors>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_TA_WRONG_SIZE_ERR</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Specified trace array length does not match expected length
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TA_DATA_SIZE</ffdc>
+ <ffdc>EXP_TA_DATA_SIZE</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_DW_NOT_FOUND</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Could not find DW
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_ARRAY_1</ffdc>
+ <ffdc>TRACE_ARRAY_2</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_UNKNOWN_SYNDROME_ECC</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Syndrome ECC is unknown
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>SYNDROME</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_BUILDING_DATA_ERROR</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Error while extracting/building address data
+ </description>
+ <ffdc>TARGET</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_DATA_BUFFER_ERROR</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Error while extracting from trace array data buffer
+ </description>
+ <ffdc>TARGET</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_NO_CEUE_FOUND</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ No CE or UE found in trace array
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TA_DATA</ffdc>
+ <ffdc>ERR_REQ_TYPE</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_SYNDROME_NOT_FOUND</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Could not find syndrome
+ </description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_ARRAY_1</ffdc>
+ <ffdc>TRACE_ARRAY_2</ffdc>
+ <ffdc>TRACE_ARRAY_3</ffdc>
+ <ffdc>TRACE_ARRAY_4</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_P9_L2ERR_EXTRACT_SYNDROME_DATA</rc>
+ <description>
+ Procedure: p9_l2err_extract
+ Error while extracting syndrome data
+ </description>
+ <ffdc>TARGET</ffdc>
+ </hwpError>
+ <!-- ******************************************************************** -->
+</hwpErrors>
+
OpenPOWER on IntegriCloud