summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-02-07 10:47:16 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-19 11:33:13 -0500
commit9900129f86ae2fd82f59f643e71d15b5143959c2 (patch)
treebdcd5d1cb3bafd98f79adb728ea707eeca8c214c /src/import/chips/p9/procedures/hwp/memory/lib/shared
parent000f358355b25fe2e46abc44f20e47f315c34f72 (diff)
downloadtalos-hostboot-9900129f86ae2fd82f59f643e71d15b5143959c2.tar.gz
talos-hostboot-9900129f86ae2fd82f59f643e71d15b5143959c2.zip
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 <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53633 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H1
1 files changed, 1 insertions, 0 deletions
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)
};
OpenPOWER on IntegriCloud