diff options
author | Yue Du <daviddu@us.ibm.com> | 2017-01-03 13:47:02 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2017-01-04 12:36:58 -0500 |
commit | 8f3505ca9576de6334351098eb5778967c99cc66 (patch) | |
tree | 1adc9e2eafa9056f7e2f3a5fb057c23518433084 /src | |
parent | 583f9f2ca1f8be228ed321043db9a131e0dbca88 (diff) | |
download | talos-sbe-8f3505ca9576de6334351098eb5778967c99cc66.tar.gz talos-sbe-8f3505ca9576de6334351098eb5778967c99cc66.zip |
Hcode: add a new xml error file
Change-Id: If5c986034c3e7d0b9011cdfbbde99c62b38fba06
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34301
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34351
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/hwpErrors.mk | 3 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_scominit_errors.xml | 37 |
2 files changed, 39 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/hwpErrors.mk b/src/import/chips/p9/procedures/xml/error_info/hwpErrors.mk index a66c588a..c6ea8261 100644 --- a/src/import/chips/p9/procedures/xml/error_info/hwpErrors.mk +++ b/src/import/chips/p9/procedures/xml/error_info/hwpErrors.mk @@ -5,7 +5,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2017 # [+] International Business Machines Corp. # # @@ -72,3 +72,4 @@ ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_l2_flush_errors.xml ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_l3_flush_errors.xml ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_sbe_check_quiesce_errors.xml ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_pm_pfet_control_errors.xml +ERROR_XML_FILES += $(PERV_CURR_DIR)/p9_hcd_cache_scominit_errors.xml diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_scominit_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_scominit_errors.xml new file mode 100644 index 00000000..16abe42c --- /dev/null +++ b/src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_scominit_errors.xml @@ -0,0 +1,37 @@ +<!-- IBM_PROLOG_BEGIN_TAG --> +<!-- This is an automatically generated prolog. --> +<!-- --> +<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_hcd_cache_scominit_errors.xml $ --> +<!-- --> +<!-- OpenPOWER sbe Project --> +<!-- --> +<!-- Contributors Listed Below - COPYRIGHT 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 --> +<!-- Error definitions for p9 scominit procedures --> +<hwpErrors> + <!-- ********************************************************************* --> + <hwpError> + <sbeError/> + <rc>RC_PMPROC_CACHESCOMINIT_NOGOODCOREINEX</rc> + <description> + no partial good core in partial good ex, check qcsr configuration + </description> + <ffdc>QCSR</ffdc> + </hwpError> + <!-- ********************************************************************* --> +</hwpErrors> |