summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2015-12-28 11:26:59 -0600
committerSachin Gupta <sgupta2m@in.ibm.com>2019-01-11 03:28:59 -0600
commit939b1b6dae25cd5ce5cd90f39922ca44d85b02e2 (patch)
tree2d21857867f50ce910dab412261fa5a99238a2f3
parenta1d61a155a92141d56bbd66c752339a95dc42c97 (diff)
downloadtalos-sbe-939b1b6dae25cd5ce5cd90f39922ca44d85b02e2.tar.gz
talos-sbe-939b1b6dae25cd5ce5cd90f39922ca44d85b02e2.zip
Initial commit of memory subsystem
Change-Id: I6b9dfdf6cc19641b033e7af66f02143fa83d5765 Original-Change-Id: I6b63d2c4eec5d77585c91d905a464962a6153a0a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22978 Tested-by: Jenkins Server Reviewed-by: Craig C. Hamilton <cchamilt@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70336 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml115
1 files changed, 115 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
new file mode 100644
index 00000000..aa093638
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml
@@ -0,0 +1,115 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml $ -->
+<!-- -->
+<!-- OpenPOWER sbe Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2019 -->
+<!-- [+] 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 -->
+
+<!-- -->
+<!-- @file memory_mss_lib.xml -->
+<!-- @brief Error xml for MSS library routines -->
+<!-- -->
+<!-- *HWP HWP Owner: Andre Marin <aamarin@us.ibm.com> -->
+<!-- *HWP FW Owner: Brian Silver <bsilver@us.ibm.com> -->
+<!-- *HWP Team: Memory -->
+<!-- *HWP Level: 1 -->
+<!-- *HWP Consumed by: HB:FSP -->
+<!-- -->
+
+
+
+<hwpErrors>
+
+ <registerFfdc>
+ <id>REG_FFDC_MSS_CCS_FAILURE</id>
+ <scomRegister>MCBIST_CCS_MODEQ</scomRegister>
+ <scomRegister>MCBIST_CCS_STATQ</scomRegister>
+ <scomRegister>MCBIST_CCS_CNTLQ</scomRegister>
+ </registerFfdc>
+
+ <hwpError>
+ <rc>RC_MSS_CCS_READ_MISCOMPARE</rc>
+ <description>CCS reports a read miscompare.</description>
+ <ffdc>REG_CONTENTS</ffdc>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_CCS_FAILURE</id>
+ <target>TARGET_IN_ERROR</target>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET_IN_ERROR</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_CCS_UE_SUE</rc>
+ <description>CCS reports a UE or SUE</description>
+ <ffdc>REG_CONTENTS</ffdc>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_CCS_FAILURE</id>
+ <target>TARGET_IN_ERROR</target>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET_IN_ERROR</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_CCS_CAL_TIMEOUT</rc>
+ <description>CCS reports a calibration operation timeout</description>
+ <ffdc>REG_CONTENTS</ffdc>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_CCS_FAILURE</id>
+ <target>TARGET_IN_ERROR</target>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET_IN_ERROR</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_CCS_HUNG</rc>
+ <description>CCS failed to return from in_progress status and failed to describe an error further.</description>
+ <collectRegisterFfdc>
+ <id>REG_FFDC_MSS_CCS_FAILURE</id>
+ <target>TARGET_IN_ERROR</target>
+ </collectRegisterFfdc>
+ <callout>
+ <target>TARGET_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>TARGET_IN_ERROR</target>
+ </deconfigure>
+ </hwpError>
+
+</hwpErrors>
OpenPOWER on IntegriCloud