diff options
| author | Stephen Glancy <sglancy@us.ibm.com> | 2019-05-10 12:17:08 -0400 |
|---|---|---|
| committer | RAJA DAS <rajadas2@in.ibm.com> | 2019-07-25 04:32:44 -0500 |
| commit | 4ece76d019a3d5a320caba33c64cc1ec5a678fa3 (patch) | |
| tree | 5b0135e3895d39ef02f87cfc10881c31c3fcd8b7 /src/import/generic/procedures | |
| parent | 25f753d807c897fbb53d1c04f6c3545dc3675ab3 (diff) | |
| download | talos-sbe-4ece76d019a3d5a320caba33c64cc1ec5a678fa3.tar.gz talos-sbe-4ece76d019a3d5a320caba33c64cc1ec5a678fa3.zip | |
Adds explorer CCS specialization
Change-Id: I836df9ae307d7449b9d78e4dc99590900516ddb2
Original-Change-Id: I859140b161f6a465d68883021465318b328d4a0d
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77260
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/81012
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src/import/generic/procedures')
| -rw-r--r-- | src/import/generic/procedures/xml/error_info/generic_error.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/import/generic/procedures/xml/error_info/generic_error.xml b/src/import/generic/procedures/xml/error_info/generic_error.xml index e2e06481..96e1228c 100644 --- a/src/import/generic/procedures/xml/error_info/generic_error.xml +++ b/src/import/generic/procedures/xml/error_info/generic_error.xml @@ -240,6 +240,20 @@ </hwpError> <hwpError> + <rc>RC_MSS_INVALID_RANK</rc> + <description> + Invalid rank passed into function + </description> + <ffdc>FUNCTION</ffdc> + <ffdc>RANK</ffdc> + <ffdc>PORT_TARGET</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + + <hwpError> <rc>RC_MSS_INVALID_TIMING_VALUE</rc> <description>Invalid value calculated for timing value based on MTB and FTB from SPD.</description> <ffdc>VALUE</ffdc> |

