summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory
diff options
context:
space:
mode:
authorKahn Evans <kahnevan@us.ibm.com>2019-07-10 13:57:47 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-07-19 09:03:02 -0500
commit66af054d9d76dee612fe6f923e436ebda2bae04a (patch)
tree8c74a7e656e7a9ff9f3f37f9dedf5cdf4f3d9e31 /src/import/chips/ocmb/explorer/procedures/hwp/memory
parent5091387d6c7862585b00d813208dc3ef020b3083 (diff)
downloadtalos-hostboot-66af054d9d76dee612fe6f923e436ebda2bae04a.tar.gz
talos-hostboot-66af054d9d76dee612fe6f923e436ebda2bae04a.zip
Fix for missing putCMD symbols
Change-Id: I6c8ef6c77462b6dc330ac0d022f62beee0f7e94f Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80216 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/80248 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk3
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk1
2 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk
index dd6f3e2a3..b1ba30fab 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_draminit.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2018
+# Contributors Listed Below - COPYRIGHT 2018,2019
# [+] International Business Machines Corp.
#
#
@@ -28,4 +28,5 @@
PROCEDURE=exp_draminit
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
+lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk
index 270920f4f..8268acd79 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/exp_mss_thermal_init.mk
@@ -28,4 +28,5 @@
PROCEDURE=exp_mss_thermal_init
$(eval $(call ADD_EXP_MEMORY_INCDIRS,$(PROCEDURE)))
+lib$(PROCEDURE)_DEPLIBS+=exp_inband
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud