summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep15/host_build_stop_image.C
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2017-09-25 10:32:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-27 17:57:33 -0400
commit873b41a697e4c39f711479523404947a5da80241 (patch)
treecb4cb793897bdd7f30f1ec961a696618a1afa30d /src/usr/isteps/istep15/host_build_stop_image.C
parent983d5fbc469a382984d8d833f3096d49c0a17cbb (diff)
downloadtalos-hostboot-873b41a697e4c39f711479523404947a5da80241.tar.gz
talos-hostboot-873b41a697e4c39f711479523404947a5da80241.zip
Enable Resonant Clock
-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>
Diffstat (limited to 'src/usr/isteps/istep15/host_build_stop_image.C')
-rw-r--r--src/usr/isteps/istep15/host_build_stop_image.C4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/isteps/istep15/host_build_stop_image.C b/src/usr/isteps/istep15/host_build_stop_image.C
index 720f0f31d..1a3d0e05a 100644
--- a/src/usr/isteps/istep15/host_build_stop_image.C
+++ b/src/usr/isteps/istep15/host_build_stop_image.C
@@ -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();
OpenPOWER on IntegriCloud