summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml')
-rw-r--r--src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml127
1 files changed, 109 insertions, 18 deletions
diff --git a/src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml b/src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml
index 05b2091cc..98979f9e1 100644
--- a/src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml
+++ b/src/usr/hwpf/hwp/dram_training/memory_mss_termination_control.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- IBM CONFIDENTIAL -->
<!-- -->
-<!-- COPYRIGHT International Business Machines Corp. 2013 -->
+<!-- COPYRIGHT International Business Machines Corp. 2013,2014 -->
<!-- -->
<!-- p1 -->
<!-- -->
@@ -21,34 +21,125 @@
<!-- -->
<!-- IBM_PROLOG_END_TAG -->
<hwpErrors>
-<!-- $Id: memory_mss_termination_control.xml,v 1.1 2013/06/19 18:28:31 bellows Exp $ -->
+<!-- $Id: memory_mss_termination_control.xml,v 1.3 2014/01/22 15:39:32 mjjones Exp $ -->
<!-- For file ../../ipl/fapi/mss_termination_control.C -->
<!-- // *! OWNER NAME : Saravanan Sethuraman email ID:saravanans@in.ibm.com -->
<!-- // *! BACKUP NAME: Menlo Wuu email ID:menlowuu@us.ibm.com -->
-<!-- Original Source for RC_MSS_IMP_INPUT_ERROR memory_errors.xml -->
- <hwpError>
- <rc>RC_MSS_IMP_INPUT_ERROR</rc>
- <description>Impedance is invalid for driver/receiver type.</description>
+<hwpError>
+ <rc>RC_CONFIG_DRV_IMP_INVALID_INPUT</rc>
+ <description>
+ The config_drv_imp utility function received a bad parameter
+ </description>
+ <ffdc>PORT_PARAM</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
-<!-- Original Source for RC_MSS_INVALID_DRAM_GEN memory_errors.xml -->
- <hwpError>
- <rc>RC_MSS_INVALID_DRAM_GEN</rc>
- <description>DRAM_GEN attribute is not valid; equals 0 for empty.</description>
+<hwpError>
+ <rc>RC_CONFIG_RCV_IMP_INVALID_INPUT</rc>
+ <description>
+ The config_rcv_imp utility function received a bad parameter
+ </description>
+ <ffdc>PORT_PARAM</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
-<!-- Original Source for RC_MSS_INVALID_FREQ memory_errors.xml -->
- <hwpError>
- <rc>RC_MSS_INVALID_FREQ</rc>
- <description>MSS_FREQ attribute equals 0.</description>
+<hwpError>
+ <rc>RC_CONFIG_SLEW_RATE_INVALID_INPUT</rc>
+ <description>
+ The config_slew_rate utility function received a bad parameter
+ </description>
+ <ffdc>PORT_PARAM</ffdc>
+ <ffdc>SLEW_TYPE_PARAM</ffdc>
+ <ffdc>SLEW_IMP_PARAM</ffdc>
+ <ffdc>SLEW_RATE_PARAM</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
-<!-- Original Source for RC_MSS_SLEW_CAL_ERROR memory_errors.xml -->
- <hwpError>
- <rc>RC_MSS_SLEW_CAL_ERROR</rc>
- <description>Slew calibration error occurred.</description>
+<hwpError>
+ <rc>RC_CONFIG_WR_DRAM_VREF_INVALID_INPUT</rc>
+ <description>
+ The config_wr_dram_vref utility function received a bad parameter
+ </description>
+ <ffdc>PORT_PARAM</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
</hwpError>
+<hwpError>
+ <rc>RC_CONFIG_RD_CEN_VREF_INVALID_INPUT</rc>
+ <description>
+ The config_rd_cen_vref utility function received a bad parameter
+ </description>
+ <ffdc>PORT_PARAM</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_SLEW_CAL_INVALID_DRAM_GEN</rc>
+ <description>
+ mss_slew_cal found an invalid DRAM type in ATTR_EFF_DRAM_GEN (not DDR3/4)
+ </description>
+ <ffdc>DRAM_GEN</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_SLEW_CAL_INVALID_FREQ</rc>
+ <description>
+ mss_slew_cal found a zero frequency in ATTR_MSS_FREQ
+ </description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_SLEW_CAL_ERROR</rc>
+ <description>
+ mss_slew_cal for slew calibration error
+ </description>
+ <ffdc>DATA_ADR</ffdc>
+ <ffdc>IMP</ffdc>
+ <ffdc>SLEW</ffdc>
+ <callout>
+ <target>MBA_IN_ERROR</target>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <target>MBA_IN_ERROR</target>
+ </deconfigure>
+ <gard>
+ <target>MBA_IN_ERROR</target>
+ </gard>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_IMP_INPUT_ERROR</rc>
+ <!-- TODO Remove when all HWPs using it are using their own Error XML file -->
+ <description>Impedance is invalid for driver/receiver type.</description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+</hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud