summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-05-07 15:57:33 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-13 10:54:30 -0500
commitb952df368d4204b91f6374036051cfd99f1834d6 (patch)
treef3e15084a0cd5299de4d891115ee2f744d8d35b8 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist
parent2b3c06d520853a436ac78050482168752dcd6efd (diff)
downloadtalos-hostboot-b952df368d4204b91f6374036051cfd99f1834d6.tar.gz
talos-hostboot-b952df368d4204b91f6374036051cfd99f1834d6.zip
Moves CCS lab code to generic
Change-Id: I7cc293bcca34612db4761b50d701d52a56d2cfd3 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77139 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77214 Reviewed-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mcbist')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist_traits.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist_traits.H b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist_traits.H
index e1cf84dfd..f9046be7a 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist_traits.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist_traits.H
@@ -127,6 +127,13 @@ class mcbistTraits<mss::mc_type::NIMBUS, fapi2::TARGET_TYPE_MCBIST>
// All of the pattern registers are calculated off of this base
static constexpr uint64_t PATTERN0_REG = MCBIST_MCBFD0Q;
+ static constexpr uint64_t PATTERN1_REG = MCBIST_MCBFD1Q;
+ static constexpr uint64_t PATTERN2_REG = MCBIST_MCBFD2Q;
+ static constexpr uint64_t PATTERN3_REG = MCBIST_MCBFD3Q;
+ static constexpr uint64_t PATTERN4_REG = MCBIST_MCBFD4Q;
+ static constexpr uint64_t PATTERN5_REG = MCBIST_MCBFD5Q;
+ static constexpr uint64_t PATTERN6_REG = MCBIST_MCBFD6Q;
+ static constexpr uint64_t PATTERN7_REG = MCBIST_MCBFD7Q;
static constexpr uint64_t DATA_ROTATE_CNFG_REG = MCBIST_MCBDRCRQ;
static constexpr uint64_t DATA_ROTATE_SEED_REG = MCBIST_MCBDRSRQ;
OpenPOWER on IntegriCloud