summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2017-06-08 14:25:58 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-13 12:20:18 -0400
commit3e6b198841e23320fce9fc7af129ac537a852221 (patch)
tree9c3c18ab88d58dd3e5b6eacef602e7149c059565 /src/import/chips/p9/procedures
parentc3e473a9069d8d3554cdcad6886fffaebc26b205 (diff)
downloadtalos-hostboot-3e6b198841e23320fce9fc7af129ac537a852221.tar.gz
talos-hostboot-3e6b198841e23320fce9fc7af129ac537a852221.zip
Fixes DQS align workaround formatting
Change-Id: Ie3cd04df238b45d958ddb7c2b729091cacd9f539 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41559 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41561 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C2
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.C1
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.H2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
index cfa8f6257..de39c6eab 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/dp16.C
@@ -2218,7 +2218,7 @@ fapi_try_exit:
/// @return fapi2::ReturnCode FAPI2_RC_SUCCESS if bad bits can be repaired
///
fapi2::ReturnCode process_bad_bits( const fapi2::Target<TARGET_TYPE_MCA>& i_target,
- const fapi2::Target<fapi2::TARGET_TYPE_DIMM>& i_dimm,
+ const fapi2::Target<TARGET_TYPE_DIMM>& i_dimm,
const uint64_t i_rp )
{
typedef dp16Traits<TARGET_TYPE_MCA> TT;
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.C b/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.C
index d4be6e64c..ddd73faed 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.C
@@ -471,7 +471,6 @@ fapi2::ReturnCode dqs_align_workaround(const fapi2::Target<fapi2::TARGET_TYPE_MC
// Now the fun begins....
// Note: adding this call outside the loop to avoid hitting calibration an extra time in case we're fully passing
- // TK can I compress this?
FAPI_TRY(mss::workarounds::dp16::dqs_align::record_passing_values(i_target, i_rp, l_passing_values));
// Loop until we pass or timeout
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.H b/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.H
index ff41fc8d6..690bad635 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/workarounds/dp16_workarounds.H
@@ -376,7 +376,7 @@ fapi2::ReturnCode record_passing_values_per_dqs( const fapi2::Target<fapi2::TARG
}
// Skips DP4 non-existant quads
- if(QUAD >= NUM_QUADS_PER_DP4 && i_dp == MAX_DP)
+ if((QUAD >= NUM_QUADS_PER_DP4) && (i_dp == MAX_DP))
{
FAPI_INF("%s i_rp %lu skipping non existant DP%lu QUAD%lu", mss::c_str(i_target), i_rp, i_dp, QUAD)
return fapi2::FAPI2_RC_SUCCESS;
OpenPOWER on IntegriCloud