Skip to content

Commit

Permalink
Add L1 for p9a_mss_bulk_pwr_throttles and p9a_mss_utils_to_throttle
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aamarin authored and RAJA DAS committed Jul 25, 2019
1 parent 5c3f1d9 commit 0f8b952
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -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,
};



Expand Down

0 comments on commit 0f8b952

Please sign in to comment.