Skip to content

Commit

Permalink
Add API for axone p10 dimm rank
Browse files Browse the repository at this point in the history
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/81003
Reviewed-by: RAJA DAS <rajadas2@in.ibm.com>
Tested-by: RAJA DAS <rajadas2@in.ibm.com>
  • Loading branch information
markypizz authored and RAJA DAS committed Jul 25, 2019
1 parent 73c8694 commit 9ca91c9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ enum generic_ffdc_codes
CCS_INST_CONFIGURE_RANK = 0x102D,
SET_DIMM_RANKS_CNFG = 0x1039,
DDIMM_RAWCARD_DECODE = 0x103a,
INIT_RANK_INFO = 0x103B,
SET_DRAM_WIDTH = 0x1040,

SET_SI_VREF_DRAM_WR = 0x1041,
Expand Down
55 changes: 53 additions & 2 deletions src/import/generic/procedures/xml/error_info/generic_error.xml
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,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
Expand All @@ -683,5 +683,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>

0 comments on commit 9ca91c9

Please sign in to comment.