summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorStephen Glancy <sglancy@us.ibm.com>2019-06-21 08:43:50 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-07-01 09:57:49 -0500
commit2910a088420c25a686212b9bd896587de878e476 (patch)
tree7c809aba4359e16a5c7c817a645c761e863885d5 /src/import/chips/p9/procedures/hwp/memory/lib
parent8cb482056c65e33aedd9086c723c622b515aaae9 (diff)
downloadtalos-hostboot-2910a088420c25a686212b9bd896587de878e476.tar.gz
talos-hostboot-2910a088420c25a686212b9bd896587de878e476.zip
Moves shmoo_data API to generic memory lab
Change-Id: I3debcb9decb08965d08513ce4108e21f218a2801 CMVC-Prereq: 1086355 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79328 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@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: Mark Pizzutillo <mark.pizzutillo@ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79535 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')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H12
1 files changed, 0 insertions, 12 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 f679d87c5..679459d74 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
@@ -246,17 +246,5 @@ enum min_max_domains : uint64_t
MAX1_MIN0 = 0b100,
};
-
-enum class shmoo_edge : std::size_t
-{
- LEFT,
- RIGHT
-};
-
-enum visual_max : uint64_t
-{
- MAX_VISUAL_VALUE = 9999
-};
-
} // namespace mss
#endif
OpenPOWER on IntegriCloud