summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2017-06-29 15:01:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-30 15:35:17 -0400
commit52ab376b96e517ce8c4aec160370488504bf9054 (patch)
treec2a12eeabf913c9b1e50f7620dd23291a470e24c /src/usr
parent8a6d9cfe4af69f7cc59de8a2d2e0fdbc7099a655 (diff)
downloadtalos-hostboot-52ab376b96e517ce8c4aec160370488504bf9054.tar.gz
talos-hostboot-52ab376b96e517ce8c4aec160370488504bf9054.zip
Set SYSTEM_RESCLK_DISABLE as workaround
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>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/isteps/istep15/host_build_stop_image.C4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/isteps/istep15/host_build_stop_image.C b/src/usr/isteps/istep15/host_build_stop_image.C
index 40f3592b1..9109df54d 100644
--- a/src/usr/isteps/istep15/host_build_stop_image.C
+++ b/src/usr/isteps/istep15/host_build_stop_image.C
@@ -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();
OpenPOWER on IntegriCloud