diff options
| author | Louis Stermole <stermole@us.ibm.com> | 2018-12-06 15:48:40 -0600 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-02-10 22:58:10 -0600 |
| commit | 142cc29ed9f71730990bb08f8478233183f7e291 (patch) | |
| tree | c9fc2d7190df728311e805437e555b9edf6b1769 /src/import/chips/centaur/procedures/xml | |
| parent | 99bfd4be9d12b2bb841d89bcab3cbfebb3c6dff0 (diff) | |
| download | blackbird-hostboot-142cc29ed9f71730990bb08f8478233183f7e291.tar.gz blackbird-hostboot-142cc29ed9f71730990bb08f8478233183f7e291.zip | |
Fix 1-rank row repair case in p9c draminit_training and draminit_mc
Change-Id: I91a83bbee82a01c5c065974afaf9e4291fa071f8
CQ:SW450686
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69536
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Dev-Ready: Louis Stermole <stermole@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+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: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69568
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/xml')
| -rw-r--r-- | src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_draminit_training_errors.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_draminit_training_errors.xml b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_draminit_training_errors.xml index cbed4cf8c..306deb5d7 100644 --- a/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_draminit_training_errors.xml +++ b/src/import/chips/centaur/procedures/xml/error_info/p9c_memory_mss_draminit_training_errors.xml @@ -5,7 +5,7 @@ <!-- --> <!-- OpenPOWER HostBoot Project --> <!-- --> -<!-- Contributors Listed Below - COPYRIGHT 2016,2018 --> +<!-- Contributors Listed Below - COPYRIGHT 2016,2019 --> <!-- [+] International Business Machines Corp. --> <!-- --> <!-- --> @@ -370,4 +370,16 @@ </callout> </hwpError> +<hwpError> + <rc>RC_CEN_DIMM_NOT_FOUND_FROM_INDEX</rc> + <description>A DIMM target could not be found for the given port and DIMM index.</description> + <ffdc>MBA</ffdc> + <ffdc>PORT_INDEX</ffdc> + <ffdc>DIMM_INDEX</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> +</hwpError> + </hwpErrors> |

