summaryrefslogtreecommitdiffstats
path: root/src/import/generic/procedures/xml
diff options
context:
space:
mode:
authorMark Pizzutillo <Mark.Pizzutillo@ibm.com>2019-04-05 17:29:38 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-07 15:49:43 -0500
commit32bc3c06a9ba4b9b5037f09febff20b67ada278a (patch)
treedfbba2a8de9fdf58bd12a0c98d6bff2081f0e454 /src/import/generic/procedures/xml
parent3498e76492e9b23271ed0a446d8ddedd32e70d0a (diff)
downloadblackbird-hostboot-32bc3c06a9ba4b9b5037f09febff20b67ada278a.tar.gz
blackbird-hostboot-32bc3c06a9ba4b9b5037f09febff20b67ada278a.zip
Add API for axone p10 dimm rank
Change-Id: I92ceb8303371368064e0a958fa09846a689c7bd1 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72725 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75501 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/generic/procedures/xml')
-rw-r--r--src/import/generic/procedures/xml/error_info/generic_error.xml55
1 files changed, 53 insertions, 2 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 78d852568..f09e3de8f 100644
--- a/src/import/generic/procedures/xml/error_info/generic_error.xml
+++ b/src/import/generic/procedures/xml/error_info/generic_error.xml
@@ -656,7 +656,7 @@
</callout>
</hwpError>
- <hwpError>
+ <hwpError>
<rc>RC_MSS_POWER_THERMAL_DIMM_INDEX_OUT_OF_BOUND</rc>
<description>
The dimm index is out of bound for the port
@@ -668,5 +668,56 @@
<priority>HIGH</priority>
</callout>
</hwpError>
-
+
+ <hwpError>
+ <rc>RC_MSS_TOO_MANY_PRIMARY_RANKS_ON_DIMM</rc>
+ <description>
+ Too many primary ranks were seen on the dimm according
+ to the call to master_ranks_per_dimm</description>
+ <ffdc>RANK_COUNT</ffdc>
+ <callout>
+ <target>DIMM_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <deconfigure>
+ <target>DIMM_TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_TOO_MANY_PRIMARY_RANKS_ON_PORT</rc>
+ <description>
+ Too many primary ranks were seen on the port according
+ to the call to master_ranks_per_dimm</description>
+ <callout>
+ <target>PORT_TARGET</target>
+ <priority>HIGH</priority>
+ </callout>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <deconfigure>
+ <target>PORT_TARGET</target>
+ </deconfigure>
+ </hwpError>
+
+ <hwpError>
+ <rc>RC_MSS_RANK_OUT_OF_RANGE</rc>
+ <description>
+ The rank provided to the rank::info constructor exceeded
+ the maximum rank for the MC
+ </description>
+ <callout>
+ <procedure>CODE</procedure>
+ <priority>MEDIUM</priority>
+ </callout>
+ <ffdc>TARGET</ffdc>
+ <ffdc>RANK</ffdc>
+ </hwpError>
+
</hwpErrors>
OpenPOWER on IntegriCloud