Skip to content

Commit

Permalink
Set SYSTEM_RESCLK_DISABLE as workaround
Browse files Browse the repository at this point in the history
Change-Id: I4c8c7b5fd4e9e12919110922a77223bf0eec1696
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42620
Tested-by: Jenkins Server <pfd-jenkins+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>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
cvswen authored and dcrowell77 committed Jun 30, 2017
1 parent 8a6d9cf commit 52ab376
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/usr/isteps/istep15/host_build_stop_image.C
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ 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

0 comments on commit 52ab376

Please sign in to comment.