summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/xml/error_info
diff options
context:
space:
mode:
authorJoe McGill <jmcgill@us.ibm.com>2018-06-27 11:02:08 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-07-07 08:49:30 -0400
commitda084ab14a466c18a169772ccb4513c7e4ed36a3 (patch)
tree15acdafd18a17888139a87793e3806bf9d1e75c6 /src/import/chips/p9/procedures/xml/error_info
parenta76fe8f24e07ab143cdd8591983c12925eae281a (diff)
downloadtalos-hostboot-da084ab14a466c18a169772ccb4513c7e4ed36a3.tar.gz
talos-hostboot-da084ab14a466c18a169772ccb4513c7e4ed36a3.zip
allow option to enforce mirroring of all system memory
nest_attributes.xml: add REQUESTED enum to ATTR_MRW_HW_MIRRORING_ENABLE, takes prior behavior of TRUE enum new TRUE enum behavior enforces that all memory will be mirrored p9_mss_eff_grouping: prohibit group formation of size 1, 2 (cross-MCS), or 3 if ATTR_MRW_HW_MIRRORING_ENABLE is TRUE -- this will ensure that all groups formed support mirroring commit log for each DIMM which is ungrouped p9_mss_setup_bars, p9_query_mssinfo, p9_setup_bars: Minor changes to adapt to new enum definition Change-Id: I328b7b063bf79d534b1b466560309c0ccae5a4f5 CQ: SW436871 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61483 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Ravi Medikonduru <ravimed1@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/61499 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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_mss_eff_grouping_errors.xml39
1 files changed, 31 insertions, 8 deletions
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_mss_eff_grouping_errors.xml b/src/import/chips/p9/procedures/xml/error_info/p9_mss_eff_grouping_errors.xml
index 13f2aba9e..4645d184d 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_mss_eff_grouping_errors.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_mss_eff_grouping_errors.xml
@@ -5,7 +5,7 @@
<!-- -->
<!-- OpenPOWER HostBoot Project -->
<!-- -->
-<!-- Contributors Listed Below - COPYRIGHT 2015,2017 -->
+<!-- Contributors Listed Below - COPYRIGHT 2015,2018 -->
<!-- [+] International Business Machines Corp. -->
<!-- -->
<!-- -->
@@ -32,7 +32,7 @@
<description>
Mirroring is disabled but Mirror placement policy is flipped.
Firmware error.
- - ATTR_MRW_HW_MIRRORING_ENABLE is true
+ - ATTR_MRW_HW_MIRRORING_ENABLE is not false
- ATTR_MEM_MIRROR_PLACEMENT_POLICY is FLIPPED
</description>
<ffdc>MRW_HW_MIRRORING_ENABLE</ffdc>
@@ -58,13 +58,14 @@
</hwpError>
<hwpError>
- <rc>RC_MSS_EFF_GROUPING_UNABLE_TO_GROUP_MC</rc>
+ <rc>RC_MSS_EFF_GROUPING_UNABLE_TO_GROUP</rc>
<description>
- p9_mss_eff_grouping is unable to group this MCA/DMI port.
- This is a memory plugging error. Refer to memory plugging rules.
+ p9_mss_eff_grouping is unable to group at least one
+ MCA/DMI port on this chip, based on the specified
+ memory interleaving and mirroring rules.
+ This is a memory plugging error.
+ Refer to memory plugging rules.
</description>
- <ffdc>MC_PORT</ffdc>
- <ffdc>MC_PORT_SIZE</ffdc>
<ffdc>MAX_REGION_SIZE</ffdc>
<callout>
<procedure>MEMORY_PLUGGING_ERROR</procedure>
@@ -72,8 +73,30 @@
</callout>
<callout>
<procedure>CODE</procedure>
- <priority>MEDIUM</priority>
+ <priority>LOW</priority>
+ </callout>
+</hwpError>
+
+<hwpError>
+ <rc>RC_MSS_EFF_GROUPING_UNABLE_TO_GROUP_DIMM</rc>
+ <description>
+ p9_mss_eff_grouping is unable to group this DIMM
+ </description>
+ <ffdc>DIMM_TARGET</ffdc>
+ <ffdc>PORT_TARGET</ffdc>
+ <ffdc>MC_PORT</ffdc>
+ <ffdc>MC_PORT_SIZE</ffdc>
+ <callout>
+ <target>DIMM_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>LOW</priority>
</callout>
+ <deconfigure>
+ <target>DIMM_TARGET</target>
+ </deconfigure>
</hwpError>
<hwpError>
OpenPOWER on IntegriCloud