From 2dcce4bcccc2ded0e047da9dd4332baa2dd44f6b Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Tue, 15 Jan 2019 14:05:59 -0600 Subject: 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 Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY Reviewed-by: Sheldon Bailey Reviewed-by: Louis Stermole Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72148 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- .../chips/p9/procedures/hwp/memory/lib/shared/mss_const.H | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/shared') 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, -- cgit v1.2.1