From b8427c4aa0721c64137494aad82b5cb7ca012bd4 Mon Sep 17 00:00:00 2001 From: Stephen Glancy Date: Thu, 8 Nov 2018 17:01:16 -0600 Subject: Updates MCA write and read timings Allows LRDIMM's to pass MCBIST writes and reads Updates initfile code to use new attributes Change-Id: I69c19bdc66ca3ab1ace61bbc49101f6ca8267065 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68568 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: ANDRE A. MARIN Reviewed-by: Louis Stermole Dev-Ready: STEPHEN GLANCY Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68573 Tested-by: Jenkins OP Build CI Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/eff_config') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H index 089e275d9..45c7ee19c 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H @@ -425,7 +425,7 @@ inline uint64_t twlo_twloe(const fapi2::Target& i_target) uint64_t l_twlo_twloe = 0; uint8_t l_twldqsen = 0; - FAPI_TRY( mss::vpd_mr_dphy_wlo(i_target, l_wlo_ck) ); + FAPI_TRY( mss::eff_dphy_wlo(i_target, l_wlo_ck) ); FAPI_TRY( mss::twldqsen(i_target, l_twldqsen) ); // TODO RTC:160356 This changes if wlo is signed, which it's not but I wonder if it should -- cgit v1.2.1