summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2019-06-07 15:44:22 -0400
committerRaja Das <rajadas2@in.ibm.com>2019-07-26 00:58:55 -0500
commit21be781f9552d47519afbe41b4c8d734312bbabc (patch)
treee467af402dc6abcdcd586ddd91a84516994c6678 /src
parentf811ed4a0716afc950f03e572894e198ff846a23 (diff)
downloadtalos-sbe-21be781f9552d47519afbe41b4c8d734312bbabc.tar.gz
talos-sbe-21be781f9552d47519afbe41b4c8d734312bbabc.zip
Add missing timing attrs to p9a_eff_config
Change-Id: I721397fb97c720ad126ce98493011174318a6147 Original-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>
Diffstat (limited to 'src')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H15
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml45
2 files changed, 60 insertions, 0 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
index aeebe217..4c5b4fb0 100644
--- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
+++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
@@ -223,6 +223,21 @@ enum generic_ffdc_codes
SET_COL_ADDR_BITS = 0x1082,
SET_ROW_ADDR_BITS = 0x1083,
SET_3DS_HEIGHT = 0x1084,
+ SET_DRAM_CWL = 0x1085,
+ SET_DRAM_TREFI = 0x1086,
+ SET_DRAM_TCCD_L = 0x1087,
+ SET_DRAM_TWTR_L = 0x1088,
+ SET_DRAM_TWTR_S = 0x1089,
+ SET_DRAM_TFAW = 0x108A,
+ SET_DRAM_TRCD = 0x108B,
+ SET_DRAM_TRP = 0x108C,
+ SET_DRAM_TRAS = 0x108D,
+ SET_DRAM_TWR = 0x108E,
+ SET_DRAM_TRTP = 0x108F,
+ SET_DRAM_TRRD_S = 0x1090,
+ SET_DRAM_TRRD_L = 0x1091,
+ SET_DRAM_TRFC = 0x1092,
+ SET_DRAM_TRFC_DLR = 0x1093,
// Power thermal functions
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 8224b1c5..baa7c54e 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
OpenPOWER on IntegriCloud