summaryrefslogtreecommitdiffstats
path: root/src/import/chips
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
index c3d4a08d1..775711f4d 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/mss_lrdimm_training.C
@@ -316,6 +316,12 @@ fapi2::ReturnCode mrep::post_workaround( const fapi2::Target<fapi2::TARGET_TYPE_
FAPI_TRY( mss::dp16::write_force_dq_capture(i_target, mss::states::OFF),
"%s failed to write exit dq capture", mss::c_str(i_target) );
+#ifdef LRDIMM_CAPABLE
+ // Clears the FIR's that can get set by training
+ // They're not real, so we want to clear them and move on
+ FAPI_TRY(mss::training::lrdimm::workarounds::clear_firs(i_target), "%s failed to clear FIRs", mss::c_str(i_target));
+#endif
+
fapi_try_exit:
return fapi2::current_err;
}
OpenPOWER on IntegriCloud