summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep14/makefile
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2018-02-22 18:10:58 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-02 12:13:35 -0500
commit0dbb063085655ee322b26b282faab6f3ad73301e (patch)
treefa765ec8ca6ac9f5147ed3953d4698658e852214 /src/usr/isteps/istep14/makefile
parent04ba8e387d32b0f57590fdd65591a82ff66b116b (diff)
downloadtalos-hostboot-0dbb063085655ee322b26b282faab6f3ad73301e.tar.gz
talos-hostboot-0dbb063085655ee322b26b282faab6f3ad73301e.zip
Fixed both NIMBUS and CUMULUS. They are now making the call to mss_thermal_init
Neither NIMBUS or Cumulus was making the call to mss_thermal_init. For Cumulus, the issue was trying to create a target list by getting a list of chiplets when MEMBUF is a chip. For NIMBUS, well, the code was not even there. For Nimbus a target list for the MCS, which is chiplet in this case, is created and used during the call. Change-Id: I17c4e1b12435c4dcfaa528b905d67a59962b3bca CQ: SW416904 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54621 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep14/makefile')
-rw-r--r--src/usr/isteps/istep14/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/isteps/istep14/makefile b/src/usr/isteps/istep14/makefile
index 67ccb954f..ab9faff82 100644
--- a/src/usr/isteps/istep14/makefile
+++ b/src/usr/isteps/istep14/makefile
@@ -71,6 +71,7 @@ OBJS += p9_pcie_config.o
OBJS += p9_setup_bars.o
OBJS += p9_fbc_smp_utils.o
OBJS += p9_mpipl_chip_cleanup.o
+OBJS += p9_mss_thermal_init.o
OBJS += p9c_mss_thermal_init.o
OBJS += p9c_mss_unmask_errors.o
OBJS += p9c_mss_power_cleanup.o
OpenPOWER on IntegriCloud