summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2019-01-15 14:05:59 -0600
committerRAJA DAS <rajadas2@in.ibm.com>2019-07-25 04:18:39 -0500
commit0f8b9522c20f04d8dfd3bcbebeacb87d7f4ddb54 (patch)
tree234d4e63f31b03ed81a805f1328e0cc0d4b67462 /src
parent5c3f1d994fb3e01cd4bd006dac4c47231610c563 (diff)
downloadtalos-sbe-0f8b9522c20f04d8dfd3bcbebeacb87d7f4ddb54.tar.gz
talos-sbe-0f8b9522c20f04d8dfd3bcbebeacb87d7f4ddb54.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/80985 Reviewed-by: RAJA DAS <rajadas2@in.ibm.com> Tested-by: RAJA DAS <rajadas2@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/generic/memory/lib/utils/shared/mss_generic_consts.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
index 76e71d14..3feba0d2 100644
--- a/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
+++ b/src/import/generic/memory/lib/utils/shared/mss_generic_consts.H
@@ -285,6 +285,15 @@ enum nibble_mask
MASK_NIBBLE1 = 0x0f,
};
+///
+/// @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,
+};
OpenPOWER on IntegriCloud