diff options
| author | Matthew Hickman <Matthew.Hickman@ibm.com> | 2019-04-15 16:32:46 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-05-13 10:46:41 -0500 |
| commit | 2b3c06d520853a436ac78050482168752dcd6efd (patch) | |
| tree | 468501e635d138c36c7ba9265a80de9f29093730 /src/import/chips/p9/procedures/xml | |
| parent | d893f5ac1b3d25eb3bf7799bb601afe8406c7cbc (diff) | |
| download | blackbird-hostboot-2b3c06d520853a436ac78050482168752dcd6efd.tar.gz blackbird-hostboot-2b3c06d520853a436ac78050482168752dcd6efd.zip | |
Fixed the ccs port merge conflicts and added lab code
Change-Id: I665ea2460a5ace289b17ae868b07a8876b65a0c8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75236
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/76885
Reviewed-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml')
| -rw-r--r-- | src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml index f92597389..8d8c68b9a 100644 --- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml +++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_lib.xml @@ -163,7 +163,7 @@ </registerFfdc> <hwpError> - <rc>RC_MSS_CCS_READ_MISCOMPARE</rc> + <rc>RC_MSS_NIMBUS_CCS_READ_MISCOMPARE</rc> <description> CCS reports a read miscompare. </description> @@ -186,7 +186,7 @@ </hwpError> <hwpError> - <rc>RC_MSS_CCS_UE_SUE</rc> + <rc>RC_MSS_NIMBUS_CCS_UE_SUE</rc> <description> CCS reports a UE or SUE in the CCS program array Chould be an indicator of corruption in the CCS program @@ -210,7 +210,7 @@ </hwpError> <hwpError> - <rc>RC_MSS_CCS_CAL_TIMEOUT</rc> + <rc>RC_MSS_NIMBUS_CCS_CAL_TIMEOUT</rc> <description> CCS reports never getting a response back from the PHY on a calibration command </description> @@ -233,7 +233,7 @@ </hwpError> <hwpError> - <rc>RC_MSS_CCS_HUNG</rc> + <rc>RC_MSS_NIMBUS_CCS_HUNG</rc> <description> Software reported that the machine is not seeing the CCS finish in the alloted time </description> |

