diff options
author | Bilicon Patil <bilpatil@in.ibm.com> | 2012-12-06 08:28:05 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-17 20:27:38 -0600 |
commit | 2cc4d8e3494697a1c1287279a692af0175d49df3 (patch) | |
tree | 4819f76aa6376066c0887b7e1d27bf88257052cf /src/usr/hwpf/hwp/erepair_errors.xml | |
parent | 9a133dd18164f3836539c95ddf0524105647e73f (diff) | |
download | blackbird-hostboot-2cc4d8e3494697a1c1287279a692af0175d49df3.tar.gz blackbird-hostboot-2cc4d8e3494697a1c1287279a692af0175d49df3.zip |
Support for DMI lane restore capability for Tuleta hardware bringup
Change-Id: Ie1bd86424eb4547407eb9d7dbc77b3aa048be251
RTC: 59900
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2580
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/erepair_errors.xml')
-rw-r--r-- | src/usr/hwpf/hwp/erepair_errors.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/usr/hwpf/hwp/erepair_errors.xml b/src/usr/hwpf/hwp/erepair_errors.xml index c6e1c38dc..c90fde737 100644 --- a/src/usr/hwpf/hwp/erepair_errors.xml +++ b/src/usr/hwpf/hwp/erepair_errors.xml @@ -36,4 +36,40 @@ </description> </hwpError> <!-- *********************************************************************** --> + <hwpError> + <rc>RC_EREPAIR_RESTORE_INVALID_TARGET_PAIR</rc> + <description> + Invalid input parameter: Valid target pairs are: XBus-XBus, ABus-ABus, + MCS-MEMBUF + </description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_EREPAIR_RESTORE_FIELD_VPD_NOT_CLEAR</rc> + <description> + Field VPD needs to be clear during Manufacturing Mode eRepair restore + </description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_EREPAIR_RESTORE_THRESHOLD_EXCEED</rc> + <description> + The threshold limit for eRepair has been crossed + </description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_EREPAIR_RESTORE_CHARM_THRESHOLD_EXCEED</rc> + <description> + The threshold limit for eRepair has been crossed during CHARM operation + </description> + </hwpError> + <!-- *********************************************************************** --> + <hwpError> + <rc>RC_EREPAIR_RESTORE_SPARE_LANES_IN_VPD</rc> + <description> + There are spare lanes in the VPD. Spare lanes cannot be restored. + </description> + </hwpError> + <!-- *********************************************************************** --> </hwpErrors> |