summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2019-05-14 12:00:06 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-04 19:44:42 -0500
commit9bb7b5f0b5c67503052edf504709300b9b71e61b (patch)
treef2f8b6e0a65cd7e5ce5257e674ef64998791ce67 /src
parent7779247d5f657e04212ecf4b225e10a3da27af77 (diff)
downloadtalos-hostboot-9bb7b5f0b5c67503052edf504709300b9b71e61b.tar.gz
talos-hostboot-9bb7b5f0b5c67503052edf504709300b9b71e61b.zip
Add call to exp_getecid in istep 12.1
Change-Id: Ic5a276749e95f833425fc633db11a534b5ac5da9 RTC:208512 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77348 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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')
-rw-r--r--src/usr/isteps/istep12/call_mss_getecid.C6
-rw-r--r--src/usr/isteps/istep12/makefile2
2 files changed, 5 insertions, 3 deletions
diff --git a/src/usr/isteps/istep12/call_mss_getecid.C b/src/usr/isteps/istep12/call_mss_getecid.C
index 65b8bb1fc..732862d32 100644
--- a/src/usr/isteps/istep12/call_mss_getecid.C
+++ b/src/usr/isteps/istep12/call_mss_getecid.C
@@ -50,8 +50,8 @@
#include <p9c_mss_get_cen_ecid.H>
#else
#include <chipids.H>
-// @todo RTC 208512 #include <exp_getecid.H>
- #include <gem_getecid.H>
+ #include <exp_getecid.H>
+ #include <gem_getecid.H>
#endif
@@ -329,7 +329,7 @@ void axone_mss_getecid(IStepError & io_istepError)
TRACFCOMP( ISTEPS_TRACE::g_trac_isteps_trace,
"Running exp_getecid HWP on target HUID 0x%.8X",
TARGETING::get_huid(l_ocmb_target) );
- //@todo RTC 208512: FAPI_INVOKE_HWP(l_err, exp_getecid, l_fapi_ocmb_target);
+ FAPI_INVOKE_HWP(l_err, exp_getecid, l_fapi_ocmb_target);
}
else
{
diff --git a/src/usr/isteps/istep12/makefile b/src/usr/isteps/istep12/makefile
index 015ce6fa3..1928deadd 100644
--- a/src/usr/isteps/istep12/makefile
+++ b/src/usr/isteps/istep12/makefile
@@ -74,6 +74,7 @@ EXTRAINCDIR += ${P9A_MSS_ACCESSOR_PATH}
EXTRAINCDIR += ${GEM_PROCEDURES_PATH}/hwp/memory
EXTRAINCDIR += ${GEM_PROCEDURES_PATH}/hwp/memory/lib/
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils
+EXTRAINCDIR += ${EXPLORER_HWP_PATH}/lib
VPATH += $(P9_NEST_HWP_PATH)
VPATH += $(P9_PERV_HWP_PATH)
@@ -148,5 +149,6 @@ OBJS += $(if $(CONFIG_AXONE),p9a_omic_io_scom.o,)
OBJS += $(if $(CONFIG_AXONE),p9a_io_omi_scominit.o,)
OBJS += $(if $(CONFIG_AXONE),p9a_io_omi_dccal.o,)
OBJS += $(if $(CONFIG_AXONE),gem_getecid.o,)
+OBJS += $(if $(CONFIG_AXONE),exp_getecid.o,)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud