summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/eff_config
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2018-11-08 17:01:16 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-02-13 19:50:23 -0600
commitb8427c4aa0721c64137494aad82b5cb7ca012bd4 (patch)
tree95fa9100791d40e84f21ee4c6cfa881c9ab7ddcc /src/import/chips/p9/procedures/hwp/memory/lib/eff_config
parent3ba6748d3f2c361ca1649ba7ec88150fc285274a (diff)
downloadtalos-hostboot-b8427c4aa0721c64137494aad82b5cb7ca012bd4.tar.gz
talos-hostboot-b8427c4aa0721c64137494aad82b5cb7ca012bd4.zip
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 <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68573 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/eff_config')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/eff_config/timing.H2
1 files changed, 1 insertions, 1 deletions
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<T>& 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
OpenPOWER on IntegriCloud