Skip to content

Commit

Permalink
Adds explorer post-draminit bad bits processing
Browse files Browse the repository at this point in the history
Change-Id: I790e090e3913964742dbb062e0fe74903048d3cc
Original-Change-Id: I60a76365e95eab18a24075ac20a24fb2754c6b00
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72511
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: ANDRE A. MARIN <aamarin@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>
  • Loading branch information
sglancy6 authored and Raja Das committed Jul 26, 2019
1 parent d5d815f commit 9f31534
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
Expand Up @@ -77,6 +77,7 @@ enum sizes
{
MAX_DIMM_PER_PORT = 2,
MAX_RANK_PER_DIMM = 4,
MAX_BITS_PER_PORT = 80,
};

///
Expand Down
Expand Up @@ -24,6 +24,18 @@
<!-- IBM_PROLOG_END_TAG -->
<hwpErrors>

<hwpError>
<rc>RC_MSS_EXP_DRAMINIT_BAD_NUM_RANKS</rc>
<description>Bad number of ranks were passed in the bad bits functionality</description>
<ffdc>TARGET</ffdc>
<ffdc>NUM_RANKS</ffdc>
<ffdc>MAX_RANKS</ffdc>
<callout>
<target>CODE</target>
<priority>HIGH</priority>
</callout>
</hwpError>

<hwpError>
<rc>RC_MSS_EXP_DRAMINIT_UNSUPPORTED_DIMM_TYPE</rc>
<description>Unsupported DIMM type encountered in draminit_training procedure</description>
Expand Down
Expand Up @@ -355,6 +355,7 @@ enum class throttle_type
THERMAL = 1,
};


///
/// @brief Trait classes for mc_type
/// @tparam MC the mc_type
Expand Down Expand Up @@ -399,7 +400,6 @@ struct mcTypeTraits<mc_type::EXPLORER>
};
};


}// mss

#endif

0 comments on commit 9f31534

Please sign in to comment.