From 56a12883c428ecdd0aa3cdbd7507774127793395 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Thu, 2 Jun 2016 09:29:48 -0500 Subject: 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 Reviewed-by: Andres A. Lugo-Reyes Reviewed-by: Daniel M. Crowell --- src/usr/targeting/attrsync.C | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/usr/targeting/attrsync.C') 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(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(1600); - } - //mca TARGETING::TargetHandleList l_mcaList; getChildChiplets(l_mcaList,(*proc),TARGETING::TYPE_MCA); -- cgit v1.2.1