From 9bb7b5f0b5c67503052edf504709300b9b71e61b Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Tue, 14 May 2019 12:00:06 -0500 Subject: 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 Reviewed-by: Matt Derksen Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/isteps/istep12/call_mss_getecid.C | 6 +++--- src/usr/isteps/istep12/makefile | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'src') 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 #else #include -// @todo RTC 208512 #include - #include + #include + #include #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 -- cgit v1.2.1