summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/attrsync.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-06-02 09:29:48 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-17 15:23:20 -0400
commit56a12883c428ecdd0aa3cdbd7507774127793395 (patch)
tree85f96c67b72479f682206f263750cb34c1e7a8f8 /src/usr/targeting/attrsync.C
parentdfd4647908cb9e19015a3ae31c8742dbbfad5de6 (diff)
downloadtalos-hostboot-56a12883c428ecdd0aa3cdbd7507774127793395.tar.gz
talos-hostboot-56a12883c428ecdd0aa3cdbd7507774127793395.zip
step 7 HWP Enablement
Enable attr_update, eff_config, mss_freq, and mss_volt. Also updated attribute xml RTC:155024 Change-Id: I1a0f480bc34a038f6f13c135e6c2116c3f488861 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25302 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/attrsync.C')
-rw-r--r--src/usr/targeting/attrsync.C9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/targeting/attrsync.C b/src/usr/targeting/attrsync.C
index 2a448fd5b..2cb260881 100644
--- a/src/usr/targeting/attrsync.C
+++ b/src/usr/targeting/attrsync.C
@@ -672,15 +672,6 @@ namespace TARGETING
uint8_t procActive = 0xc0;
(*proc)->setAttr<ATTR_PROC_PCIE_PHB_ACTIVE>(procActive);
- //mcbist
- TARGETING::TargetHandleList l_mcbistList;
- getChildChiplets(l_mcbistList,(*proc), TARGETING::TYPE_MCBIST);
- for(TargetHandleList::const_iterator mcbist = l_mcbistList.begin();
- mcbist != l_mcbistList.end(); ++mcbist)
- {
- (*mcbist)->setAttr<ATTR_MSS_FREQ>(1600);
- }
-
//mca
TARGETING::TargetHandleList l_mcaList;
getChildChiplets(l_mcaList,(*proc),TARGETING::TYPE_MCA);
OpenPOWER on IntegriCloud