summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2016-05-16 14:24:56 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:25:10 -0400
commit7da6227702e5f509b220f994200d4481bcaeb6b8 (patch)
tree74663028dd0c63ddbca637f3a95044a81c50f6cd
parent26726a54e4f215327341e0bdad5619a7ac446ab5 (diff)
downloadtalos-hostboot-7da6227702e5f509b220f994200d4481bcaeb6b8.tar.gz
talos-hostboot-7da6227702e5f509b220f994200d4481bcaeb6b8.zip
Add initial L2 mss_freq_system procedure.
Change-Id: I0a4ee5cf795322b3a7351031d64baf494c32371e Original-Change-Id: Ife86394b2779634f84392f3e0ca22e4f30854ebf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25028 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58302 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 930269940..13d72cbd5 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 p9_mss_freq p9_mss_eff_config p9_mss_memdiag
+$(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 p9_mss_memdiag p9_mss_freq_system p9_mss_volt
$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt
$(call BUILD_WRAPPER)
OpenPOWER on IntegriCloud