Skip to content

Commit

Permalink
Enable Resonant Clock
Browse files Browse the repository at this point in the history
 -Was manually disabled in Hostboot due to issue
 -This commit removes the manual disable and allows XML to control

Change-Id: I991fd7619e957f0c663a025960ed447d9bbde7bf
RTC:176627
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46682
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
sannerd authored and dcrowell77 committed Sep 27, 2017
1 parent 983d5fb commit 873b41a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions src/usr/isteps/istep15/host_build_stop_image.C
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,6 @@ void* host_build_stop_image (void *io_pArgs)
TARGETING::targetService().getTopLevelTarget(l_sys);
assert( l_sys != NULL );

// @todo RTC:176627 Remove workaround setting SYSTEM_RESCLK_DISABLE
l_sys->setAttr<TARGETING::ATTR_SYSTEM_RESCLK_DISABLE>(0x1);
// end workaround

if (l_sys->getAttr<TARGETING::ATTR_IS_MPIPL_HB>())
{
l_errl = HBPM::resetPMAll();
Expand Down
6 changes: 0 additions & 6 deletions src/usr/targeting/common/xmltohb/hb_customized_attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -527,12 +527,6 @@
<default>0x40000</default>
</attribute>

<attribute>
<id>ATTR_SYSTEM_RESCLK_DISABLE</id>
<default>0x00</default>
<writeable/>
</attribute>

<attribute>
<id>ATTR_BACKUP_SEEPROM_SELECT</id>
<writeable/>
Expand Down

0 comments on commit 873b41a

Please sign in to comment.