Skip to content

Commit

Permalink
P9 L2/L3 cache error extraction
Browse files Browse the repository at this point in the history
Change-Id: I46f96ef20684a11b49b33e0dd2b70de46dd25f41
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/41877
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Chen Qian authored and dcrowell77 committed Jun 15, 2017
1 parent 74179c7 commit 7508073
Showing 1 changed file with 57 additions and 0 deletions.
@@ -0,0 +1,57 @@
<!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_l3err_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_L3ERR_EXTRACT_NO_CEUE_FOUND</rc>
<description>
Procedure: p9_l3err_extract
NO CE or UE is captured
</description>
<ffdc>TARGET</ffdc>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<rc>RC_P9_L3ERR_EXTRACT_SYNDROME_NOT_FOUND</rc>
<description>
Procedure: p9_l3err_extract
Could not find syndrome
</description>
<ffdc>TARGET</ffdc>
</hwpError>
<!-- ******************************************************************** -->
<hwpError>
<rc>RC_P9_L3ERR_EXTRACT_UNKNOWN_SYNDROME_ECC</rc>
<description>
Procedure: p9_l3err_extract
Syndrome ECC is unknown
</description>
<ffdc>TARGET</ffdc>
<ffdc>SYNDROME</ffdc>
</hwpError>
<!-- ******************************************************************** -->
</hwpErrors>


0 comments on commit 7508073

Please sign in to comment.