summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/call_host_mpipl_service.C
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-05-03 08:50:51 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-06 09:32:50 -0400
commitdaf95f9b2b66313079186c2d8669ffa75155056f (patch)
treebcd3b363217eb2ab7ed66698bd3cd445ac383f71 /src/usr/isteps/istep14/call_host_mpipl_service.C
parentc3d3e344210055c1070c4af070a7877d7ec77bd4 (diff)
downloadtalos-hostboot-daf95f9b2b66313079186c2d8669ffa75155056f.tar.gz
talos-hostboot-daf95f9b2b66313079186c2d8669ffa75155056f.zip
Istep 14 Infrastructure and memory attribute addition
This commit turns on a lot of functionality for istep 14. In addition it updates HB's attributes with the new memory fapi attributes after this commit memory_mcs_attributes.xml , memory_spd_attributes.xml , and p9_htm_setup_attributes.xml can be mirrored from the ekb. RTC: 134082 Change-Id: If09e3089eef110517002abcd78d4c6368aa0a8e7 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24001 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/call_host_mpipl_service.C')
-rw-r--r--src/usr/isteps/istep14/call_host_mpipl_service.C10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/isteps/istep14/call_host_mpipl_service.C b/src/usr/isteps/istep14/call_host_mpipl_service.C
index cce2910f6..53c7382f7 100644
--- a/src/usr/isteps/istep14/call_host_mpipl_service.C
+++ b/src/usr/isteps/istep14/call_host_mpipl_service.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015 */
+/* Contributors Listed Below - COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -49,11 +49,11 @@ void* call_host_mpipl_service (void *io_pArgs)
IStepError l_StepError;
- errlHndl_t l_err = NULL;
-
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_mpipl_service entry" );
-
+//@TODO RTC: 134431 MPIPL Changes for P9 - Placeholder
+#if 0
+ errlHndl_t l_err = NULL;
// call proc_mpipl_chip_cleanup.C
TARGETING::TargetHandleList l_procTargetList;
getAllChips(l_procTargetList, TYPE_PROC );
@@ -73,7 +73,6 @@ void* call_host_mpipl_service (void *io_pArgs)
TRACFCOMP(ISTEPS_TRACE::g_trac_isteps_trace,
"target HUID %.8X", TARGETING::get_huid(l_pProcTarget));
- //@TODO RTC:133831 cast OUR type of target to a FAPI type of target.
//const fapi::Target l_fapi_pProcTarget( TARGET_TYPE_PROC_CHIP,
// (const_cast<TARGETING::Target*> (l_pProcTarget)) );
@@ -260,6 +259,7 @@ void* call_host_mpipl_service (void *io_pArgs)
// Commit Error
errlCommit( l_err, HWPF_COMP_ID );
}
+#endif
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"call_host_mpipl_service exit" );
OpenPOWER on IntegriCloud