summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2019-01-24 13:36:56 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-04-15 12:11:18 -0500
commit2b26420e72477835ffeacb2dab9970266ef07566 (patch)
tree005fff430a99823e7d1fcd11bc66fb043f160c68 /src/import/chips/p9/procedures/xml/error_info
parent0d3c3c752b95d3ddc42d82bb2a66ea9ff4f0c6b1 (diff)
downloadtalos-hostboot-2b26420e72477835ffeacb2dab9970266ef07566.tar.gz
talos-hostboot-2b26420e72477835ffeacb2dab9970266ef07566.zip
Add p9a_mss_freq procedure
Change-Id: I764e1ade2f63cabb7f6e5cf2b39e89811ea432c4 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70989 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@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://rchgit01.rchland.ibm.com/gerrit1/75567 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@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.xml44
1 files changed, 32 insertions, 12 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 8eac08abd..4a1b6f51f 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
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2019 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -47,7 +47,7 @@
</callout>
<callout>
<childTargets>
- <parent>MCA_TARGET</parent>
+ <parent>PORT_TARGET</parent>
<childType>TARGET_TYPE_DIMM</childType>
</childTargets>
<priority>MEDIUM</priority>
@@ -55,27 +55,47 @@
</hwpError>
<hwpError>
- <rc>RC_MSS_FREQ_NOT_EQUAL_NEST_FREQ</rc>
+ <rc>RC_MSS_BAD_FREQ_CALCULATED</rc>
+ <description>
+ No frequency found for MC Either bad mrw attribute or no DIMMS installed?
+ Should be a code bug if we get here
+ </description>
+ <ffdc>MSS_FREQ</ffdc>
+ <ffdc>SUPPORTED_FREQ_0</ffdc>
+ <ffdc>SUPPORTED_FREQ_1</ffdc>
+ <ffdc>SUPPORTED_FREQ_2</ffdc>
+ <ffdc>SUPPORTED_FREQ_3</ffdc>
+ <ffdc>TARGET</ffdc>
+ <ffdc>PROC_TYPE</ffdc>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>HIGH</priority>
+ </callout>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_FREQ_NOT_EQUAL_MAX_DOMAIN_FREQ</rc>
<description>
Case when mss_freq speeds are different and sync mode is required,
- and mss_freq is not equal to nest freq.
+ and mss_freq is not equal to max freq in domain.
</description>
<ffdc>MSS_FREQ</ffdc>
- <ffdc>NEST_FREQ</ffdc>
+ <ffdc>DOMAIN_FREQ</ffdc>
+ <ffdc>DOMAIN_TARGET</ffdc>
<callout>
<procedure>CODE</procedure>
<priority>MEDIUM</priority>
</callout>
<callout>
<childTargets>
- <parent>MCS_TARGET</parent>
+ <parent>DOMAIN_TARGET</parent>
<childType>TARGET_TYPE_DIMM</childType>
</childTargets>
<priority>HIGH</priority>
</callout>
<deconfigure>
<childTargets>
- <parent>MCS_TARGET</parent>
+ <parent>DOMAIN_TARGET</parent>
<childType>TARGET_TYPE_DIMM</childType>
</childTargets>
</deconfigure>
@@ -96,9 +116,9 @@
</hwpError>
<hwpError>
- <rc>RC_MSS_EMPTY_MCBIST_VECTOR_PASSED</rc>
+ <rc>RC_MSS_EMPTY_FREQ_TARGET_VECTOR_PASSED</rc>
<description>
- Empty MCBIST target vector found when constructing dimm speed mapping
+ Empty freq target vector found when constructing dimm speed mapping
</description>
<callout>
<procedure>CODE</procedure>
@@ -144,9 +164,9 @@
</hwpError>
<hwpError>
- <rc>RC_MSS_ALL_MCBIST_HAVE_0_FREQ</rc>
+ <rc>RC_MSS_ALL_TARGETS_HAVE_0_FREQ</rc>
<description>
- All MCBIST have 0 MSS_FREQ, but there are dimms still configured?
+ All targets in the freq domain (MCBIST or port) have 0 MSS_FREQ, but there are dimms still configured?
</description>
<ffdc>VECTOR_SIZE</ffdc>
<callout>
@@ -275,7 +295,7 @@
</callout>
<callout>
<childTargets>
- <parent>MCA_TARGET</parent>
+ <parent>PORT_TARGET</parent>
<childType>TARGET_TYPE_DIMM</childType>
</childTargets>
<priority>MEDIUM</priority>
OpenPOWER on IntegriCloud