summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-02-01 15:40:03 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-25 22:13:32 -0500
commitd64041888fed00dca09fc88ecc4efab6d30aa34e (patch)
treec414d2f3d7ed91dba9ce594fb449f2c42508af33 /src/import/chips/p9/procedures/xml/error_info
parentdef84fb4f7405be98194198ad404217ee21ab321 (diff)
downloadtalos-hostboot-d64041888fed00dca09fc88ecc4efab6d30aa34e.tar.gz
talos-hostboot-d64041888fed00dca09fc88ecc4efab6d30aa34e.zip
Add callout for when the DIMM to NEST freq ratio exceeds 1.5
Change-Id: I4d3e9db7d6bc6900b518397d41e87890dc1d5b0f CQ: SW416091 RTC: 186535 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53226 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53239 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/xml/error_info')
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_freq.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_freq.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_freq.xml
index 9fdb5874f..ebbf7b66e 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_freq.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_freq.xml
@@ -414,4 +414,43 @@
<priority>MEDIUM</priority>
</callout>
</hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_FREQ_TO_NEST_FREQ_RATIO_TOO_LARGE</rc>
+ <description>
+ Case when mss_freq to nest freq is above the maximum allowed.
+ </description>
+ <ffdc>MSS_FREQ</ffdc>
+ <ffdc>NEST_FREQ</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <callout>
+ <childTargets>
+ <parent>MCS_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ </childTargets>
+ <priority>HIGH</priority>
+ </callout>
+ <deconfigure>
+ <childTargets>
+ <parent>MCS_TARGET</parent>
+ <childType>TARGET_TYPE_DIMM</childType>
+ </childTargets>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_FREQ_OR_NEST_FREQ_IS_ZERO</rc>
+ <description>
+ Case when mss_freq or nest_freq is zero.
+ </description>
+ <ffdc>MSS_FREQ</ffdc>
+ <ffdc>NEST_FREQ</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
</hwpErrors>
OpenPOWER on IntegriCloud