summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2016-08-17 19:46:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:26:46 -0400
commit257555af09528a66f2bea7535f0adf5619f67125 (patch)
tree58815fd524ffcc8f4c0fab45b88e2bf8a783048a
parent2be2b8605a3c394b96f43ce66913b100a28900a7 (diff)
downloadtalos-hostboot-257555af09528a66f2bea7535f0adf5619f67125.tar.gz
talos-hostboot-257555af09528a66f2bea7535f0adf5619f67125.zip
Add rudimentary memory plug rules
Change-Id: I364f7d4954a02bd0d939918fe2cf4b17d8651323 Original-Change-Id: Id1620d01291aa74d8f80f73d2ad90bd15515787b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28531 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58307 Tested-by: FSP CI Jenkins <fsp-CI-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, 2 insertions, 0 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 7c93389d5..f8eae8196 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
@@ -48,5 +48,7 @@ $(WRAPPER)_DEPLIBS+=p9_mss_freq_drift
$(WRAPPER)_DEPLIBS+=p9_mss_scominit
$(WRAPPER)_DEPLIBS+=p9_mss_thermal_init
+$(WRAPPER)_COMMONFLAGS+=-fno-var-tracking-assignments
+
$(WRAPPER)_LDFLAGS+= -Wl,-rpath=$(SQLITE3_LIB_DIR) -L$(SQLITE3_LIB_DIR) -lsqlite3 -lrt
$(call BUILD_WRAPPER)
OpenPOWER on IntegriCloud