summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/shared
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2019-01-15 14:05:59 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-15 16:11:00 -0500
commit2dcce4bcccc2ded0e047da9dd4332baa2dd44f6b (patch)
tree909318813555f0cf7ae40282616b96c5de63bef9 /src/import/chips/p9/procedures/hwp/memory/lib/shared
parentcd82f3ecbcef777e821b5d457e30f37f1ce15fdf (diff)
downloadtalos-hostboot-2dcce4bcccc2ded0e047da9dd4332baa2dd44f6b.tar.gz
talos-hostboot-2dcce4bcccc2ded0e047da9dd4332baa2dd44f6b.zip
Add L1 for p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
Change-Id: Icd016e70c11cb94dd8ab7259bc2874f5a1d84a86 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70502 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> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Sheldon Bailey <baileysh@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/72148 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/p9/procedures/hwp/memory/lib/shared')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/shared/mss_const.H10
1 files changed, 0 insertions, 10 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 d82723973..30c22a227 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
@@ -485,16 +485,6 @@ enum test_type
} // namespace mcbist
-///
-/// @brief throttle_type used to set bulk_pwr_throttls to run POWER or THERMAL throttling
-/// @note OCC will be using the POWER option
-///
-enum class throttle_type
-{
- POWER = 0,
- THERMAL = 1,
-};
-
enum class shmoo_edge : std::size_t
{
LEFT,
OpenPOWER on IntegriCloud