summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-10-23 10:36:24 -0500
committerNicholas E Bofferding <bofferdn@us.ibm.com>2019-10-25 11:50:56 -0500
commita058d0e237d9dca00d7b27feb179c9e7b10a84af (patch)
treeac4c250385d1f5ce9b154747ef00cae31642a08a /src/usr/isteps/istep14/makefile
parent2dc7d14579cbf26881618be7635ad2520d81cd9c (diff)
downloadtalos-hostboot-a058d0e237d9dca00d7b27feb179c9e7b10a84af.tar.gz
talos-hostboot-a058d0e237d9dca00d7b27feb179c9e7b10a84af.zip
Call cronus version of memdiags for explorer until prd version works
There are some delays in getting the attention driven memory diagnostics code up and running. In the mean time we will use the memory diagnostics HWP that cronus uses. This will allow us to init the system without any bootscripts. Eventually, after we get the correct fir settings, we will enable PRD's version of memory diagnostics and remove the cronus version. Change-Id: I6b9b5ff8f32983487a7b811a82a515d9da9502d9 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/85863 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N Palmer <cnpalmer@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/makefile')
-rw-r--r--src/usr/isteps/istep14/makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index e34a2b5da..8aff38063 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -115,6 +115,9 @@ VPATH += ${PROCEDURE_PATH}/hwp/memory/lib/dimm/ddr4/
VPATH += $(if $(CONFIG_AXONE),${EXPLORER_HWP_PATH},)
OBJS += $(if $(CONFIG_AXONE),p9a_throttle_sync.o,p9_throttle_sync.o)
OBJS += $(if $(CONFIG_AXONE),exp_mss_thermal_init.o,)
+# TODO RTC:245219
+# use PRD's version of memdiags instead of this cronus verison once its working
+OBJS += $(if $(CONFIG_AXONE),exp_mss_memdiag.o,)
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud