summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-07-15 08:53:18 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-11 12:38:05 -0400
commit1073b2b23651fc2683d91add819213eab8b5b21e (patch)
tree1417fe0fa873f88f205263c2ed59ca68dc345125 /src/usr/isteps/istep13
parentd4f3a70bbc585f868efd400016fb5b522edd4d9a (diff)
downloadtalos-hostboot-1073b2b23651fc2683d91add819213eab8b5b21e.tar.gz
talos-hostboot-1073b2b23651fc2683d91add819213eab8b5b21e.zip
Remove IS_SIMULATION hack needed for memory hwps
Change-Id: Icf4e2511097d3834f4425fa0a9d3ac83d23ccd72 RTC:155373 CMVC-Coreq: 1000150 CMVC-Prereq: 1005045 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27086 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13')
-rw-r--r--src/usr/isteps/istep13/call_mss_ddr_phy_reset.C6
-rw-r--r--src/usr/isteps/istep13/call_mss_draminit_mc.C6
2 files changed, 0 insertions, 12 deletions
diff --git a/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C b/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
index 205d6d593..95ab0824e 100644
--- a/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
+++ b/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
@@ -58,9 +58,6 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
TARGETING::Target * sys = NULL;
TARGETING::targetService().getTopLevelTarget( sys );
-// TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(1);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_ddr_phy_reset entry" );
@@ -104,9 +101,6 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
} // end l_mcbist loop
-// TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(0);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_mss_ddr_phy_reset exit" );
diff --git a/src/usr/isteps/istep13/call_mss_draminit_mc.C b/src/usr/isteps/istep13/call_mss_draminit_mc.C
index 69dae7107..2a5ca1eed 100644
--- a/src/usr/isteps/istep13/call_mss_draminit_mc.C
+++ b/src/usr/isteps/istep13/call_mss_draminit_mc.C
@@ -63,9 +63,6 @@ void* call_mss_draminit_mc (void *io_pArgs)
TARGETING::Target * sys = NULL;
TARGETING::targetService().getTopLevelTarget( sys );
-// TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(1);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,"call_mss_draminit_mc entry" );
// Get all MCBIST
@@ -107,9 +104,6 @@ void* call_mss_draminit_mc (void *io_pArgs)
} // End; memBuf loop
- // TODO: RTC 155373 Need to remove hack that is setting IS_SIMULATION to 1 for this substep
- sys->setAttr<TARGETING::ATTR_IS_SIMULATION>(0);
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace, "call_mss_draminit_mc exit" );
return l_stepError.getErrorHandle();
OpenPOWER on IntegriCloud