summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
authorJoachim Fenkes <fenkes@de.ibm.com>2016-05-13 17:00:29 +0200
committerJoseph J. McGill <jmcgill@us.ibm.com>2017-03-02 11:07:26 -0500
commitd4ba5eee813ee276df6e2571ad8080e488e770bf (patch)
treed9ecaff69f9e527b56b19058228246a33a0328b8 /src/import/chips
parent9ef8c9908fc19f5d4c6e6d08c55b74655bc234a1 (diff)
downloadtalos-sbe-d4ba5eee813ee276df6e2571ad8080e488e770bf.tar.gz
talos-sbe-d4ba5eee813ee276df6e2571ad8080e488e770bf.zip
Add p9_fastarray procedure, its sub-procedures, and wrapper
p9_fastarray - The main procedure that does the heavy lifting p9_fastarray_setup - Prepares the target for fastarray extraction p9_fastarray_row - Extracts a single row, only scans needed bits p9_fastarray_cleanup - Cleans up the target afterwards p9_fastarray_wrap - Wrapper, takes "-h" argument for help Also adds some *.inc files that are being included by the procedure, its header and wrapper. These files have been generated by a tool and contain lists of IDs and tables with array and ring properties. Change-Id: I9226c52921e22d34f410c8fd4a73af1c32e36934 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25603 Dev-Ready: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37266 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_fastarray.xml71
1 files changed, 71 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_fastarray.xml b/src/import/chips/p9/procedures/xml/error_info/p9_fastarray.xml
new file mode 100644
index 00000000..f34b098f
--- /dev/null
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_fastarray.xml
@@ -0,0 +1,71 @@
+<!-- IBM_PROLOG_BEGIN_TAG -->
+<!-- This is an automatically generated prolog. -->
+<!-- -->
+<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_fastarray.xml $ -->
+<!-- -->
+<!-- OpenPOWER sbe 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 -->
+<hwpErrors>
+ <hwpError>
+ <rc>RC_FASTARRAY_ALL_PLUS_INDIVIDUAL_SPECIFIED</rc>
+ <description>Additional arrays were requested together with the special ALL value.</description>
+ </hwpError>
+ <hwpError>
+ <rc>RC_FASTARRAY_INVALID_ARRAY_ID</rc>
+ <description>An unknown array ID was requested.</description>
+ <ffdc>ARRAY_ID</ffdc>
+ </hwpError>
+ <hwpError>
+ <rc>RC_FASTARRAY_TARGET_MISMATCH</rc>
+ <description>An array ID was requested that does not belong to the target</description>
+ <ffdc>ARRAY_ID</ffdc>
+ <ffdc>TARGET_TYPE</ffdc>
+ </hwpError>
+ <hwpError>
+ <rc>RC_RS5_RANGE_OUT_OF_ORDER</rc>
+ <description>A range was added to an RS5 care list that violated the "in order of increasing start bit" requirement.</description>
+ </hwpError>
+ <hwpError>
+ <rc>RC_RS5_LENGTH_OVERFLOW</rc>
+ <description>An RS5 length value exceeded the maximum value for variable-length integers.</description>
+ <ffdc>LENGTH_VALUE</ffdc>
+ </hwpError>
+ <hwpError>
+ <rc>RC_FASTARRAY_INVALID_SWIZZLE_MODE</rc>
+ <description>An invalid row/bit swizzle mode has been used in a fastarray description.</description>
+ <ffdc>ARRAY_ID</ffdc>
+ <ffdc>MODE_VALUE</ffdc>
+ </hwpError>
+ <hwpError>
+ <rc>RC_FASTARRAY_SCAN_TIMEOUT</rc>
+ <description>A long rotate operation did not complete within 100ms</description>
+ </hwpError>
+ <hwpError>
+ <rc>RC_FASTARRAY_HEADER_CHECK_FAILED</rc>
+ <description>The header check failed after a scan operation</description>
+ </hwpError>
+<!-- template for copying
+ <hwpError>
+ <rc>RC_FASTARRAY_</rc>
+ <description></description>
+ <ffdc></ffdc>
+ </hwpError>
+-->
+</hwpErrors>
OpenPOWER on IntegriCloud