summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Marin <aamarin@us.ibm.com>2017-03-22 23:04:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-09 00:28:13 -0400
commitac3d2e3ea9a996c36bc85a6f770c2cef2ea2bd46 (patch)
treee6cb925b3ad129a051cd2af5c3b042c68c395992
parent37931b3b0f8f291696059c8b42dc558cfe3c3719 (diff)
downloadtalos-hostboot-ac3d2e3ea9a996c36bc85a6f770c2cef2ea2bd46.tar.gz
talos-hostboot-ac3d2e3ea9a996c36bc85a6f770c2cef2ea2bd46.zip
Add base spd decoder to share among controllers
Reorganized files and names to make room for DDR3 SPD decoder to be used for Cumulus. Change-Id: I128564daebe93f8c0c4b641c89ae65d079132bfe Original-Change-Id: Id3e7a8f4bb60fd0ae0cdf36b8298a1d00257205a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36319 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> 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/58314 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.mk1
1 files changed, 1 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 c58ce4318..fa6c727fa 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,7 @@ $(call ADD_EXE_INCDIR,$(WRAPPER),$(MSS_INCLUDES))
$(call ADD_EXE_INCDIR,$(WRAPPER),$(CATCH_UNIT_TESTS_INCLUDES))
$(WRAPPER)_DEPLIBS+=mss
+$(WRAPPER)_DEPLIBS+=mss_generic
$(WRAPPER)_DEPLIBS+=p9_mss_ddr_phy_reset
$(WRAPPER)_DEPLIBS+=p9_mss_draminit
$(WRAPPER)_DEPLIBS+=p9_mss_draminit_training
OpenPOWER on IntegriCloud