summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-06-14 15:52:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:26:19 -0400
commit932cd97fe0ff37e7da1ca10911f2f02fa6f283a4 (patch)
treed2aac399158e7c146f4269aa7eecca5ffa936200
parent375927318f7e7e69d326299d6c52c632d7d1c158 (diff)
downloadtalos-hostboot-932cd97fe0ff37e7da1ca10911f2f02fa6f283a4.tar.gz
talos-hostboot-932cd97fe0ff37e7da1ca10911f2f02fa6f283a4.zip
Add freq checking to ipl unit test, fix mk file
Add scominit and associated suet scomdef values Change-Id: Ia9c7fc0457feb374ee6243cbf028932d00b42f32 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25820 Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58305 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
index 4afdb21a7..0afa0c346 100644
--- a/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
+++ b/src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
@@ -32,6 +32,20 @@ OBJS += $(patsubst %.C,%.o,$(MSS_UT_SOURCE))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(SQLITE3_INCLUDE_DIR))
-$(WRAPPER)_DEPLIBS+=mss p9_mss_ddr_phy_reset p9_mss_draminit p9_mss_draminit_training p9_mss_draminit_mc p9_mss_scrub p9_mss_freq p9_mss_eff_config p9_mss_memdiag p9_mss_freq_system p9_mss_volt p9_mss_freq_drift
+
+$(WRAPPER)_DEPLIBS+=mss
+$(WRAPPER)_DEPLIBS+=p9_mss_ddr_phy_reset
+$(WRAPPER)_DEPLIBS+=p9_mss_draminit
+$(WRAPPER)_DEPLIBS+=p9_mss_draminit_training
+$(WRAPPER)_DEPLIBS+=p9_mss_draminit_mc
+$(WRAPPER)_DEPLIBS+=p9_mss_scrub
+$(WRAPPER)_DEPLIBS+=p9_mss_freq
+$(WRAPPER)_DEPLIBS+=p9_mss_eff_config
+$(WRAPPER)_DEPLIBS+=p9_mss_memdiag
+$(WRAPPER)_DEPLIBS+=p9_mss_freq_system
+$(WRAPPER)_DEPLIBS+=p9_mss_volt
+$(WRAPPER)_DEPLIBS+=p9_mss_freq_drift
+$(WRAPPER)_DEPLIBS+=p9_mss_scominit
+
$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt
$(call BUILD_WRAPPER)
OpenPOWER on IntegriCloud