summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-05-20 14:11:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-07 13:52:53 -0400
commita4f588847bdcf5573ee50e1b10753d773f1fed33 (patch)
treec953db7d1025d0ade583d62f7f924f0cfe099f76
parent696020a469e407854b5c11a0c6823c93ea59d3ce (diff)
downloadtalos-hostboot-a4f588847bdcf5573ee50e1b10753d773f1fed33.tar.gz
talos-hostboot-a4f588847bdcf5573ee50e1b10753d773f1fed33.zip
P9 Cumulus InitCompiler supports - Part 1
- Update p9_ring_apply.mk to take in p9c chip id - Fix bug that loops over Centaur while process p9 chip This results in additional INCLUDE file updates for some memory mk files. Change-Id: I1e06771a0c3f941e2a016b1a2116e222a7d40f4b Original-Change-Id: I016c69ed934665a3f8d60245d4276fefffd8008e Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40780 Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44286 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r--src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init1.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init1.mk b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init1.mk
index cb3895f57..caf3dd51e 100644
--- a/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init1.mk
+++ b/src/import/chips/centaur/procedures/hwp/perv/cen_tp_chiplet_init1.mk
@@ -22,6 +22,11 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+
+# Common include macro for Centaur
+-include 01common.mk
+
PROCEDURE=cen_tp_chiplet_init1
OBJS+=cen_common_funcs.o
+$(eval $(call ADD_MEMORY_INCDIRS,$(PROCEDURE)))
$(call BUILD_PROCEDURE)
OpenPOWER on IntegriCloud