Skip to content

Commit

Permalink
Add freq checking to ipl unit test, fix mk file
Browse files Browse the repository at this point in the history
  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>
  • Loading branch information
brs332 authored and dcrowell77 committed May 9, 2018
1 parent 3759273 commit 932cd97
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 932cd97

Please sign in to comment.