summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2016-10-18 09:53:41 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-10 21:48:13 -0500
commit0acac54fc6d19774e85fbfc199edf6072840f5b3 (patch)
tree12d7dbf2e3c41cf1cdc1fe77e9fb7377df529d33 /src/import/chips/p9/procedures
parentd3f9062210984c54fe50f9d55ad3aa7abfd3c82c (diff)
downloadtalos-hostboot-0acac54fc6d19774e85fbfc199edf6072840f5b3.tar.gz
talos-hostboot-0acac54fc6d19774e85fbfc199edf6072840f5b3.zip
Implementation of PIB stopclock with CBS
Change-Id: I8e19b31dc4ab5ca7fd832baa6f3dd94db928b72a RTC:163074 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31411 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36113 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml
new file mode 100644
index 000000000..938f84213
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml
@@ -0,0 +1,44 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_common_stopclocks_errors.xml $ -->
+<!-- -->
+<!-- OpenPOWER HostBoot Project -->
+<!-- -->
+<!-- Contributors Listed Below - COPYRIGHT 2016,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 -->
+<!-- File: p9_common_stopclocks_errors.xml. -->
+<!-- Halt codes for p9_common_stopclocks -->
+
+<hwpErrors>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_CBS_ACK_NOT_HIGH_ERR</rc>
+ <description>
+ CBS_ACK is not HIGH with in expected time, ReTry by adding more delay
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+ <hwpError>
+ <rc>RC_CBS_ACK_NOT_LOW_ERR</rc>
+ <description>
+ CBS_ACK is not LOW with in expected time, ReTry by adding more delay
+ </description>
+ </hwpError>
+ <!-- ******************************************************************** -->
+</hwpErrors>
OpenPOWER on IntegriCloud