summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-06-16 12:31:05 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-20 09:58:59 -0400
commit2b1e4dd47177d811e86baae7f4bb0a6de0a9f1e6 (patch)
tree79e7c679f21ca015c5b0ad6c29c16a57d9cb2ce9 /src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
parentd99a9c9d5d42fe2b5278d23ed79d55e6a33991ab (diff)
downloadblackbird-hostboot-2b1e4dd47177d811e86baae7f4bb0a6de0a9f1e6.tar.gz
blackbird-hostboot-2b1e4dd47177d811e86baae7f4bb0a6de0a9f1e6.zip
Enable Istep 13 HWPs
This work includes enablement of p9_mss_draminit HWPs p9_mem_pll HWPs mss_ddry_phy_reset and startmemclocks Change-Id: I43a64080c377e6655f60a2bb89f92f18db9a6469 RTC: 134081 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25946 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep13/call_mss_ddr_phy_reset.C')
-rw-r--r--src/usr/isteps/istep13/call_mss_ddr_phy_reset.C12
1 files changed, 8 insertions, 4 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 2daceb69c..205d6d593 100644
--- a/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
+++ b/src/usr/isteps/istep13/call_mss_ddr_phy_reset.C
@@ -22,6 +22,8 @@
/* permissions and limitations under the License. */
/* */
/* IBM_PROLOG_END_TAG */
+
+//Error handling and tracing
#include <errl/errlentry.H>
#include <errl/errlmanager.H>
#include <errl/errludtarget.H>
@@ -34,6 +36,7 @@
#include <targeting/common/util.H>
#include <targeting/common/utilFilter.H>
+//From Import Directory (EKB Repository)
#include "istep13consts.H"
#include <fapi2.H>
#include <fapi2/plat_hwp_invoker.H>
@@ -75,8 +78,7 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
fapi2::Target<fapi2::TARGET_TYPE_MCBIST> l_fapi_mcbist_target
(l_mcbist_target);
- //TODO 134081
-// FAPI_INVOKE_HWP(l_err, p9_mss_ddr_phy_reset, l_fapi_mcbist_target);
+ FAPI_INVOKE_HWP(l_err, p9_mss_ddr_phy_reset, l_fapi_mcbist_target);
if (l_err)
{
@@ -96,9 +98,11 @@ void* call_mss_ddr_phy_reset (void *io_pArgs)
else
{
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
- "SUCCESS : p9_mss_ddr_phy_reset HWP( )" );
+ "SUCCESS running p9_mss_ddr_phy_reset HWP on "
+ "target HUID %.8X", TARGETING::get_huid(l_mcbist_target));
}
- } // end l_mcbistNum loop
+
+ } // 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);
OpenPOWER on IntegriCloud