diff options
author | Brian Silver <bsilver@us.ibm.com> | 2016-05-03 12:53:19 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-05-09 00:24:02 -0400 |
commit | f958bd60cb79d4b959104eff24df411b3e65b926 (patch) | |
tree | 606421ff37f32a18273f2a8b1e4ce752c3f6ed65 /src/import/chips/p9/procedures | |
parent | 7feb1cb12d1b6ed177c9f1c087541b9f5401a824 (diff) | |
download | talos-hostboot-f958bd60cb79d4b959104eff24df411b3e65b926.tar.gz talos-hostboot-f958bd60cb79d4b959104eff24df411b3e65b926.zip |
Fix memory/VBU attribute files, add 'ipl' test case
Change-Id: I73b5e5b80f1e04e92d138011a71aca549aaac0cb
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24024
Tested-by: Jenkins Server
Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58299
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/memory/tests/p9_mss_ut.mk | 2 |
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 929261947..c36e5a297 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 +$(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)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt $(call BUILD_WRAPPER) |