summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2016-06-20 15:12:55 -0500
committerStephen M. Cprek <smcprek@us.ibm.com>2016-07-18 17:38:08 -0400
commit92dba09ec8f4ba46bb9488723eeaa8e7832757bd (patch)
treec859b8bd45c68ede0b22504911d0397311aae9c9 /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentd8243ae68238a8697b7bd08c98d9f204c13de13c (diff)
downloadtalos-hostboot-92dba09ec8f4ba46bb9488723eeaa8e7832757bd.tar.gz
talos-hostboot-92dba09ec8f4ba46bb9488723eeaa8e7832757bd.zip
Added access_delay_regs functionality to accessors
Change-Id: Iaf3c68da4e22d41810162d512567a8d3de899368 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26062 Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26432 Reviewed-by: Stephen M. Cprek <smcprek@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 941615f29..4722e9f2b 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
@@ -43,6 +43,7 @@ enum sizes
MCBIST_PER_MC = 1,
MAX_DIMM_PER_PORT = 2,
MAX_RANK_PER_DIMM = 4,
+ MAX_PRIMARY_RANKS_PER_PORT = 4,
RANK_MID_POINT = 4, ///< Which rank number indicates the switch to the other DIMM
DEFAULT_POLL_LIMIT = 10, ///< the number of poll attempts in the event we can't calculate another
MAX_NUM_IMP = 4, ///< number of impedances valid per slew type
OpenPOWER on IntegriCloud