summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2016-04-17 10:25:38 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:24:17 -0400
commit098a19f9ad3179052106958a9f8ebde190de8be3 (patch)
tree642a661298a8d6ce44040a903aa18147328f7abc
parentf958bd60cb79d4b959104eff24df411b3e65b926 (diff)
downloadtalos-hostboot-098a19f9ad3179052106958a9f8ebde190de8be3.tar.gz
talos-hostboot-098a19f9ad3179052106958a9f8ebde190de8be3.zip
Add eff_config functionality needed for RIT, fix cas_latency bug & attr files
Change-Id: Ia69deadb0eab457c1f81cddbb0efceae0247fedc Original-Change-Id: I508ea4b156ff26ff7c652e28510a535b90030434 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23796 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Tested-by: Hostboot CI Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58300 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.mk2
1 files changed, 1 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 c36e5a297..5ffbd6a9a 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
@@ -33,6 +33,6 @@ $(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_LAB_SDK_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(SQLITE3_INCLUDE_DIR))
-$(WRAPPER)_DEPLIBS+=mss mss_lab_tools p9_mss_ddr_phy_reset p9_mss_draminit p9_mss_draminit_training p9_mss_draminit_mc p9_mss_scrub
+$(WRAPPER)_DEPLIBS+=mss mss_lab_tools 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
$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt
$(call BUILD_WRAPPER)
OpenPOWER on IntegriCloud