summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2016-10-26 09:54:55 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-12-21 15:22:14 -0500
commitfec0ed39730b6841d9c5f922e3d53e61f95e88ec (patch)
tree38c49d6f5dce6283a81e2127ca6b42da44f3cd6b /src/import/chips/p9/procedures/hwp/memory/lib/shared
parent5b1a4b470c200a63a2832f877e536f4be76ee7bf (diff)
downloadtalos-hostboot-fec0ed39730b6841d9c5f922e3d53e61f95e88ec.tar.gz
talos-hostboot-fec0ed39730b6841d9c5f922e3d53e61f95e88ec.zip
Updating shmoo to use per-lane fails
Change-Id: I050353bb09bd226d00a614de87c9d24538884811 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33539 Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+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://ralgit01.raleigh.ibm.com/gerrit1/33938 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H8
1 files changed, 8 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 91090b05f..d21083e85 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
@@ -83,6 +83,14 @@ enum sizes
// Number of double words in...
NUM_DW_IN_128B = 16,
NUM_DW_IN_64B = 8,
+
+ // MCBIST polling constant for actual HW
+ // The specific value here is not important, only that it is very large to avoid polling timeouts,
+ // but not to avoid any actual hardware timeouts
+ // Note: ~0 is not used as that would cause MCBIST to never timeout even if the hardware is in an infinite loop
+ // You can't get greater than ~0, so you'd never timeout
+ // TODO RTC:166340 - Clean up MCBIST polling
+ OVERLY_LARGE_NUMBER_OF_POLLS = 5000000000000,
};
enum times
OpenPOWER on IntegriCloud