summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/utils
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-08-31 13:55:41 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2016-11-01 11:04:23 -0400
commit6c22f61fc163823ec0ef677c2fce851fe704c466 (patch)
treeec1a6faec8729704de2998b4c5f6c86cf5166b29 /src/import/chips/p9/procedures/hwp/memory/lib/utils
parente6bca1c97afaea818b8f41a3e39d0eb25910219d (diff)
downloadtalos-hostboot-6c22f61fc163823ec0ef677c2fce851fe704c466.tar.gz
talos-hostboot-6c22f61fc163823ec0ef677c2fce851fe704c466.zip
Implement L2 eff_config_thermal, bulk_pwr_throttle
Implemented p9_mss_bulk_pwr_throttles p9_mss_utils_to_throttles p9_mss_eff_config_thermal Updated throttle xml Change-Id: I0492f9fe8a5bd027ff5875f236711bcf55af88f5 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31804 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31813 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/utils')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/utils/find.H3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/utils/find.H b/src/import/chips/p9/procedures/hwp/memory/lib/utils/find.H
index c00bbac72..ffc2b59ff 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/utils/find.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/utils/find.H
@@ -127,7 +127,6 @@ inline fapi2::Target<fapi2::TARGET_TYPE_MCBIST> find_target( const fapi2::Target
return i_target.getParent<fapi2::TARGET_TYPE_MCBIST>();
}
-
///
/// @brief find all the dimm connected to an MCS
/// @param[in] i_target a fapi2::Target MCS
@@ -453,8 +452,6 @@ fapi2::ReturnCode find_key_from_value(const std::vector<std::pair<T, OT> >& i_ve
}// find_value_from_key
-
-
///
/// @brief find a key value from a C-style array of STL pairs
/// @tparam T input type
OpenPOWER on IntegriCloud