summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-02-01 09:55:43 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-02-03 20:39:27 -0500
commit371ca0eb55aeee32899d9296ed69c00a39e2fe64 (patch)
treec03ece912f1ee7ffd6e757a3af63b2c5111ae988 /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentaeec96752c1ac8dc14a41ff61ae51128580fb87d (diff)
downloadtalos-hostboot-371ca0eb55aeee32899d9296ed69c00a39e2fe64.tar.gz
talos-hostboot-371ca0eb55aeee32899d9296ed69c00a39e2fe64.zip
Add attribute for row repair data
Change-Id: I1bbbe901afa73b30dde43927c363ee724af4525d RTC: 174670 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52438 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Benjamin J Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Brian J Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52708 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 1958501e3..cee0e9b84 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
@@ -77,6 +77,7 @@ enum sizes
MARK_STORE_COUNT = 8, ///< Elements in a VPD mark/store array
BAD_DQ_BYTE_COUNT = 10, ///< Elements in a BAD_DQ_BITMAP attribute array
+ ROW_REPAIR_BYTE_COUNT = 4, ///< Elements in a ROW_REPAIR_DATA attribute array.
BYTES_PER_GB = 1000000000, ///< Multiplier to go from GB to B
T_PER_MT = 1000000, ///< Multiplier to go from MT/s to T/s
OpenPOWER on IntegriCloud