summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-04-08 21:03:51 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:32 -0500
commit76f1c48130a060fbe83c851fce2474c17b2df9b2 (patch)
treee258515dcbdab5817603c9d290befe2324df7d59 /src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml
parent3967f43b9478d7e6b58180dd0b331e61412997cd (diff)
downloadtalos-hostboot-76f1c48130a060fbe83c851fce2474c17b2df9b2.tar.gz
talos-hostboot-76f1c48130a060fbe83c851fce2474c17b2df9b2.zip
Removing some more old fapi1 and hwp code
Deleted all of the old fapi1 code Moved potentially reuseable occ code to a new dir Deleted a variety of p8 hwp files Change-Id: I8b6ab72fef3f1413d919bdd21bc88f2c4f59c5c3 RTC: 146345 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23075 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Matt Derksen <v2cibmd@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml')
-rw-r--r--src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml460
1 files changed, 0 insertions, 460 deletions
diff --git a/src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml b/src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml
deleted file mode 100644
index 29fe1ea31..000000000
--- a/src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml
+++ /dev/null
@@ -1,460 +0,0 @@
-<!-- IBM_PROLOG_BEGIN_TAG -->
-<!-- This is an automatically generated prolog. -->
-<!-- -->
-<!-- $Source: src/usr/hwpf/hwp/mvpd_accessors/mvpd_errors.xml $ -->
-<!-- -->
-<!-- OpenPOWER HostBoot Project -->
-<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2012,2015 -->
-<!-- [+] 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 -->
-<!-- $Id: mvpd_errors.xml,v 1.23 2015/02/24 19:25:00 whs Exp $ -->
-<hwpErrors>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_REPAIR_RING_INVALID_RINGBUF_PTR</rc>
- <description>
- Invalid input parameter: pointer to ringbuffer was NULL
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_REPAIR_RING_ALLOC_FAIL</rc>
- <description>
- Failed to allocate buffer space for repair ring data
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_REPAIR_RING_INVALID_SIZE</rc>
- <description>
- Invalid input parameter: buffer too small to copy repair ring data
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_REPAIR_RING_NOT_FOUND</rc>
- <description>
- The repair ring specified was not found.
- Most likely reason is bad VPD
- </description>
- <ffdc>RING_MODIFIER</ffdc>
- <ffdc>CHIPLET_ID</ffdc>
- <callout>
- <target>CHIP_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <deconfigure>
- <target>CHIP_TARGET</target>
- </deconfigure>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MVPD_RING_FUNC_INVALID_PARAMETER</rc>
- <description>
- An invalid parameter was passed to a mvpd ring function.
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MVPD_RING_FUNC_INSUFFICIENT_RECORD_SPACE</rc>
- <description>
- Insufficient room in the record to set the requested ring.
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MVPD_EX_L2_SINGLE_MEMBER_ENABLE_BAD_FIELD_SIZE</rc>
- <description>
- VPD Field size too small to contain the EX_L2_SINGLE_MEMBER_ENABLE data
- </description>
- <ffdc>FIELD_SIZE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INVALID_ATTRIBUTE_ID</rc>
- <description>
- Invalid attribute ID
- </description>
- <ffdc>ATTR_ID</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INVALID_OUTPUT_VARIABLE_SIZE</rc>
- <description>
- Output variable size must match size of expected output type.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>EXPECTED_SIZE</ffdc>
- <ffdc>PASSED_SIZE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INSUFFICIENT_VPD_RETURNED</rc>
- <description>
- VPD keyword record returned is smaller than expected.
- Probably a firmware bug, but could be bad VPD
- </description>
- <ffdc>KEYWORD</ffdc>
- <ffdc>RETURNED_SIZE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <target>CHIP_TARGET</target>
- <priority>MEDIUM</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INVALID_VM_DATA_RETURNED</rc>
- <description>
- VM keyword data returned is out of range of supported version values.
- Probably a firmware bug, but could be bad VPD
- </description>
- <ffdc>KEYWORD</ffdc>
- <ffdc>RETURNED_VALUE</ffdc>
- <ffdc>RECORD_NAME</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <target>CHIP_TARGET</target>
- <priority>MEDIUM</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INVALID_VM_VERSION_RETURNED</rc>
- <description>
- VM version returned is out of range of supported version values.
- Probably a firmware bug, but could be bad VPD
- </description>
- <ffdc>KEYWORD</ffdc>
- <ffdc>RETURNED_VALUE</ffdc>
- <ffdc>RECORD_NAME</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <target>CHIP_TARGET</target>
- <priority>MEDIUM</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_UNEXPECTED_KEYWORD</rc>
- <description>
- Unexpected VPD keyword defined for the attribute in
- attribute look up table , which doesn't have any layout properties.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>KEYWORD</ffdc>
- <ffdc>VERSION</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_SUPPLIER_ID_NOT_IN_MV_VPD</rc>
- <description>
- The Module ID in the #I keyword is not in the list of supplier provided entries in the MV keyword.
- Bad C-DIMM VPD.
- </description>
- <ffdc>MODULE_ID</ffdc>
- <callout>
- <target>MEMBUF_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <deconfigure>
- <target>MEMBUF_TARGET</target>
- </deconfigure>
- <gard>
- <target>MEMBUF_TARGET</target>
- </gard>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_RING_FUNC_INVALID_PARAMETER</rc>
- <description>
- An invalid parameter was passed to a mbvpd ring function.
- </description>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_TERM_DATA_UNSUPPORTED_VPD_ENCODE</rc>
- <description>
- The requested vpd value does not have a translation value.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>VPD_VALUE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_DRAM_2N_MODE_NOT_EQUAL</rc>
- <description>
- The 2 ports of DRAM 2N MODE should be equal in VPD.
- Bad C-DIMM VPD.
- </description>
- <ffdc>PORT0</ffdc>
- <ffdc>PORT1</ffdc>
- <callout>
- <target>MBA_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <deconfigure>
- <target>MBA_TARGET</target>
- </deconfigure>
- <gard>
- <target>MBA_TARGET</target>
- </gard>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_INVALID_MODE_PARAMETER</rc>
- <description>
- Mode must be Get or Set.
- </description>
- <ffdc>MODE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_UNEXPECTED_MEM_TYPE</rc>
- <description>
- Memory type in VSPD keyword #I not DDR3 or DDR4
- Unsupported C-DIMM VPD.
- </description>
- <ffdc>MEM_TYPE</ffdc>
- <callout>
- <target>MEMBUF_TARGET</target>
- <priority>HIGH</priority>
- </callout>
- <deconfigure>
- <target>MEMBUF_TARGET</target>
- </deconfigure>
- <gard>
- <target>MEMBUF_TARGET</target>
- </gard>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_INVALID_MT_DATA</rc>
- <description>
- To get the proper MT data, we need a valid
- dimm rank combination.
- </description>
- <ffdc>RANK_NUM</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_INVALID_DQ_DATA</rc>
- <description>
- To get the proper DQ data, we have to be given
- a valid copy to collect.
- </description>
- <ffdc>DQ_COPY</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_DIMMS_NOT_FOUND</rc>
- <description>
- To get the proper MT data, we need to find the
- dimm's to get a valid dimm rank combination
- </description>
- <ffdc>DIMM_P0S0</ffdc>
- <ffdc>DIMM_P0S1</ffdc>
- <ffdc>DIMM_P1S0</ffdc>
- <ffdc>DIMM_P1S1</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_INVALID_DIMM_FOUND</rc>
- <description>
- Something went very wrong in the dimm's and
- the combination received is not valid
- </description>
- <ffdc>INVALID_DIMM_P0S0</ffdc>
- <ffdc>INVALID_DIMM_P0S1</ffdc>
- <ffdc>INVALID_DIMM_P1S0</ffdc>
- <ffdc>INVALID_DIMM_P1S1</ffdc>
- <callout>
- <procedure>MEMORY_PLUGGING_ERROR</procedure>
- <priority>HIGH</priority>
- </callout>
- <callout>
- <target>MBA</target>
- <priority>MEDIUM</priority>
- </callout>
- <deconfigure>
- <target>MBA</target>
- </deconfigure>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_INVALID_M0_DATA</rc>
- <description>
- To get the proper MR data, we need to have the
- correct M0 data.
- </description>
- <ffdc>M0_DATA</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <hwpError>
- <rc>RC_MBVPD_INVALID_DQS_DATA</rc>
- <description>
- To get the proper DQS data, we have to be given
- a valid copy to collect.
- </description>
- <ffdc>DQS_COPY</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_UNEXPECTED_ISDIMM_KEYWORD</rc>
- <description>
- ISDIMM Attribute definition has unexpected keyword value.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>KEYWORD</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_DEFAULT_UNEXPECTED_OUTPUT_TYPE</rc>
- <description>
- Default attribute definition has unexpected output type.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <ffdc>OUTPUT_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_UINT64_UNEXPECTED_OUTPUT_TYPE</rc>
- <description>
- Uint64_t attribute definition has unexpected output type.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <ffdc>OUTPUT_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_UNEXPECTED_OUTPUT_TYPE</rc>
- <description>
- Attribute definition has unexpected output type.
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <ffdc>OUTPUT_TYPE</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
- <hwpError>
- <rc>RC_MBVPD_ATTRIBUTE_NOT_FOUND</rc>
- <description>
- Attribute not found in attribute look up table
- </description>
- <ffdc>ATTR_ID</ffdc>
- <ffdc>DIMM_TYPE</ffdc>
- <ffdc>VERSION</ffdc>
- <callout>
- <procedure>CODE</procedure>
- <priority>HIGH</priority>
- </callout>
- </hwpError>
- <!-- ********************************************************************* -->
-</hwpErrors>
OpenPOWER on IntegriCloud