summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-01-13 10:27:20 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-01-25 18:46:48 -0500
commit88d44d222b5dffc2a0c5dc88a9805639b40550cc (patch)
tree389c6c4dc6b673eca1de8a6b9664840f08c65058 /src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C
parent38aa7b996846d5b403fa96e27799bfab1abf13a8 (diff)
downloadtalos-hostboot-88d44d222b5dffc2a0c5dc88a9805639b40550cc.tar.gz
talos-hostboot-88d44d222b5dffc2a0c5dc88a9805639b40550cc.zip
L3 work for volt and freq_systems
Change-Id: If35a855130a5f6d06f8e1a480623a26f9cec2e14 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34838 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> 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: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35059 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C
index 713dff705..9342a9d1c 100644
--- a/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C
+++ b/src/import/chips/p9/procedures/hwp/memory/p9_mss_freq_system.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -30,7 +30,7 @@
// *HWP HWP Owner: Andre A. Marin <aamarin@us.ibm.com>
// *HWP FW Owner: Brian Silver <bsilver@us.ibm.com>
// *HWP Team: Memory
-// *HWP Level: 2
+// *HWP Level: 3
// *HWP Consumed by: FSP:HB
#include <vector>
#include <map>
@@ -64,12 +64,12 @@ extern "C"
// attributes for the PHY, etc. If there is even one DIMM on any of this list of MCBIST,
// we do the right thing.
uint64_t l_dimm_count = 0;
- std::for_each( i_targets.begin(), i_targets.end(),
+ std::for_each( i_targets.begin(),
+ i_targets.end(),
[&l_dimm_count](const fapi2::Target<TARGET_TYPE_MCBIST>& i_target)
{
l_dimm_count += mss::count_dimm(i_target);
- }
- );
+ } );
if (l_dimm_count == 0)
{
OpenPOWER on IntegriCloud