diff options
| author | Louis Stermole <stermole@us.ibm.com> | 2019-06-07 15:44:22 -0400 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-07-09 10:18:24 -0500 |
| commit | d9bbcfabbc2f041ba85095ac70dc27c37cb87755 (patch) | |
| tree | 7d1270c8dc0939956034a7ab1f6cddb45a33ac72 /src/import/generic/procedures/xml/error_info | |
| parent | 491995a6a3ed6062169c2818c89db7a85da9e448 (diff) | |
| download | blackbird-hostboot-d9bbcfabbc2f041ba85095ac70dc27c37cb87755.tar.gz blackbird-hostboot-d9bbcfabbc2f041ba85095ac70dc27c37cb87755.zip | |
Add missing timing attrs to p9a_eff_config
Change-Id: I0270bec76fa1146c3c74cc125f838f5602b8a5b8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78564
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com>
Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78576
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/generic/procedures/xml/error_info')
| -rw-r--r-- | src/import/generic/procedures/xml/error_info/generic_error.xml | 45 |
1 files changed, 45 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 a3f26ca8d..eed7aff57 100644 --- a/src/import/generic/procedures/xml/error_info/generic_error.xml +++ b/src/import/generic/procedures/xml/error_info/generic_error.xml @@ -89,6 +89,26 @@ </hwpError> <hwpError> + <rc>RC_MSS_FAILED_TO_FIND_TRFC</rc> + <description> + Unable to find tRFC (ps) from map with SDRAM density key + </description> + <ffdc>SDRAM_DENSITY</ffdc> + <ffdc>REFRESH_MODE</ffdc> + <callout> + <target>DIMM_TARGET</target> + <priority>MEDIUM</priority> + </callout> + <deconfigure> + <target>DIMM_TARGET</target> + </deconfigure> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + + <hwpError> <rc>RC_MSS_FREQ_CL_EXCEEDS_TAA_MAX</rc> <description> Calculated Cas Latency exceeds JEDEC value for TAA Max @@ -374,6 +394,18 @@ </hwpError> <hwpError> + <rc>RC_MSS_INVALID_FINE_REFRESH_MODE</rc> + <description> + Invalid fine refresh mode received from the mrw + </description> + <ffdc>FINE_REF_MODE</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + + <hwpError> <rc>RC_MSS_INVALID_HYBRID_MODULE</rc> <description> Received an invalid or unsupported hybrid media (SPD byte 3, bits [6:4]) @@ -425,6 +457,19 @@ </hwpError> <hwpError> + <rc>RC_MSS_INVALID_REFRESH_RATE_REQUEST</rc> + <description> + Invalid refresh request rate received. + Possibly due to bad MRW setting for ATTR_MSS_MRW_REFRESH_RATE_REQUEST. + </description> + <ffdc>REFRESH_RATE_REQUEST</ffdc> + <callout> + <procedure>CODE</procedure> + <priority>HIGH</priority> + </callout> + </hwpError> + + <hwpError> <rc>RC_MSS_INVALID_SPD_PARAMETER_RECEIVED</rc> <description> Unable to fall back SPD decoder to the highest decoded |

