From 9900129f86ae2fd82f59f643e71d15b5143959c2 Mon Sep 17 00:00:00 2001 From: Louis Stermole Date: Wed, 7 Feb 2018 10:47:16 -0600 Subject: Fix command gap calculation for MSS scrub to prevent truncation Change-Id: Ifcebaf4b2d2145c3351d80c92b9c77f1ef8e4183 CQ:SW415825 RTC:187080 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53554 Tested-by: FSP CI Jenkins Reviewed-by: STEPHEN GLANCY Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: ANDRE A. MARIN Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53633 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H | 1 + 1 file changed, 1 insertion(+) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared') diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H index 4af49c5ef..e6027a580 100644 --- a/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H +++ b/src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H @@ -140,6 +140,7 @@ enum times BG_SCRUB_IN_HOURS = 12, CMD_TIMEBASE = 8192, ///< Represents the timebase multiplier for the MCBIST inter cmd gap + MAX_CMD_GAP = 4095, ///< Represents the maximum (non-multplied) time for MCBIST inter cmd gap FULL_DLL_CAL_DELAY = 37382, ///< Full DLL calibration (in ddphy_nck cycles) }; -- cgit v1.2.1