summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2017-06-01 15:22:57 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-11 15:26:35 -0400
commit06b6c5e9291f0f25979e9ee1dbda1c780c9a98f0 (patch)
treeba7342816cf058d106a69f0b8f235b00a993e223 /src
parent66760bd4b82ff2f818a7893c621f3f86721ccf77 (diff)
downloadtalos-hostboot-06b6c5e9291f0f25979e9ee1dbda1c780c9a98f0.tar.gz
talos-hostboot-06b6c5e9291f0f25979e9ee1dbda1c780c9a98f0.zip
p9_sbe_tracearray: Level 3
Change-Id: I4352d3e8b251071dce9efed58b58bc13ea7682ff Original-Change-Id: I9ffdb6ba9684f2fb0df5377cfe70a962736a9c5f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41240 Dev-Ready: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42680 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')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_sbe_tracearray_errors.xml83
1 files changed, 83 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tracearray_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tracearray_errors.xml
new file mode 100644
index 000000000..5ec22528c
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_sbe_tracearray_errors.xml
@@ -0,0 +1,83 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_sbe_tracearray_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>
+ <sbeError/>
+ <rc>RC_PROC_GETTRACEARRAY_INVALID_BUS</rc>
+ <description>The specified trace bus ID is invalid.</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_BUS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <hwpError>
+ <sbeError/>
+ <rc>RC_PROC_GETTRACEARRAY_INVALID_TARGET</rc>
+ <description>An invalid target type was supplied for the requested trace array.</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_BUS</ffdc>
+ <ffdc>REQUIRED_TYPE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <hwpError>
+ <sbeError/>
+ <rc>RC_PROC_GETTRACEARRAY_CORE_NOT_DUMPABLE</rc>
+ <description>An attempt was made to dump a core trace array, but this chip's core cannot be dumped via SCOM.</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_BUS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <hwpError>
+ <sbeError/>
+ <rc>RC_PROC_GETTRACEARRAY_TRACE_RUNNING</rc>
+ <description>An attempt was made to dump a trace array while it was still running.</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_BUS</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+ <hwpError>
+ <sbeError/>
+ <rc>RC_PROC_GETTRACEARRAY_TRACE_MUX_INCORRECT</rc>
+ <description>The requested trace array's primary trace mux is not set up to capture the requested trace bus.</description>
+ <ffdc>TARGET</ffdc>
+ <ffdc>TRACE_BUS</ffdc>
+ <ffdc>MUX_SELECT</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+</hwpErrors>
OpenPOWER on IntegriCloud