summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-03-28 12:45:02 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-04-20 14:56:03 -0400
commit3d354558091d4b22dd8fa93aad10f54d5cb770ce (patch)
treec50c7ed5ebc31a470278a5113f4bcc5f73c2ab8a /src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H
parent58e124ca50dd0ca1383345ffa059586e0381c041 (diff)
downloadtalos-hostboot-3d354558091d4b22dd8fa93aad10f54d5cb770ce.tar.gz
talos-hostboot-3d354558091d4b22dd8fa93aad10f54d5cb770ce.zip
Add parallel lab wrappers for p9c draminit_training_advanced and mcbist
Change-Id: Iaa381809456eaf2c849e3e697f11a6861392a271 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56404 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: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Devon A. Baughen <devon.baughen1@ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57084 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: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H')
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H
index 1f2746d75..7b2d9de09 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_mcbist.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -104,6 +104,8 @@ extern "C"
W_INFINITE,
R_INFINITE
};
+ // This is the number of tests in the enum above
+ constexpr uint64_t MAX_MCBIST_TEST_INDEX = 52;
///
/// @brief mcbist data enums
///
@@ -156,6 +158,8 @@ extern "C"
PSEUDORANDOM,
CASTLE
};
+ // This is the number of patterns in the enum above
+ constexpr uint64_t MAX_MCBIST_PATTERN_INDEX = 45;
///
/// @brief mcbist operation enums
OpenPOWER on IntegriCloud