summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/istep07/makefile
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-02-20 10:31:12 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-27 13:14:50 -0500
commitc6677251ee3d516df397c1fb467756b261b50a92 (patch)
treec7ea0b7d25c37e963522ec9aeb4f8034fcb30956 /src/usr/isteps/istep07/makefile
parenta52d457421511c41a02e835006eb0150e722d5c1 (diff)
downloadtalos-hostboot-c6677251ee3d516df397c1fb467756b261b50a92.tar.gz
talos-hostboot-c6677251ee3d516df397c1fb467756b261b50a92.zip
Call p9a_mss_volt if MEM_PORT targets are available in istep 7.2
As per the P9A IPL Flow document the hwp p9a_mss_volt must be called on all MEM_PORT targets during istep 7.2. Change-Id: Id31e30cd1d46daedfcdca0c12da4f4ed5e7b399b RTC: 195552 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72190 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/istep07/makefile')
-rw-r--r--src/usr/isteps/istep07/makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/isteps/istep07/makefile b/src/usr/isteps/istep07/makefile
index 144f4c1a0..f034650d4 100644
--- a/src/usr/isteps/istep07/makefile
+++ b/src/usr/isteps/istep07/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015,2018
+# Contributors Listed Below - COPYRIGHT 2015,2019
# [+] International Business Machines Corp.
#
#
@@ -27,7 +27,8 @@ MODULE = istep07
PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures
HWP_PATH_1 += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/memory
HWP_PATH_2 += ${ROOTPATH}/src/import/chips/centaur/procedures/hwp/memory
-HWP_PATH += ${HWP_PATH_1}/ ${HWP_PATH_2}/
+HWP_PATH_3 += ${ROOTPATH}/src/import/chips/p9a/procedures/hwp/memory
+HWP_PATH += ${HWP_PATH_1}/ ${HWP_PATH_2}/ ${HWP_PATH_3}/
#Add all the object files required for istep07 module
OBJS += call_mss_volt.o
@@ -79,6 +80,7 @@ include $(HWP_PATH_2)/p9c_mss_volt.mk
include $(HWP_PATH_2)/p9c_mss_volt_vddr_offset.mk
include $(HWP_PATH_2)/p9c_mss_volt_dimm_count.mk
include $(HWP_PATH_2)/mss_dynamic_vid_utils.mk
+include $(HWP_PATH_3)/p9a_mss_volt.mk
#mss_freq : Calc dimm frequency
include $(HWP_PATH_1)/p9_mss_freq.mk
OpenPOWER on IntegriCloud