summaryrefslogtreecommitdiffstats
path: root/tools/imageProcs
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2019-05-06 03:54:49 -0500
committerSumit Kumar <sumit_kumar@in.ibm.com>2019-05-06 03:54:49 -0500
commit5086d51d705e5eb2d62806b118e399910aac62ef (patch)
treeb188ab2db2a49cb99b947d9684cab6e443be3898 /tools/imageProcs
parent39145945224a882bcac4bcf0689317c1982e9102 (diff)
downloadtalos-hcode-5086d51d705e5eb2d62806b118e399910aac62ef.tar.gz
talos-hcode-5086d51d705e5eb2d62806b118e399910aac62ef.zip
Enablement of Axone support
Change-Id: I2340569cf32eed6ed52a81a84b0481c35b9fa0fb
Diffstat (limited to 'tools/imageProcs')
-rw-r--r--tools/imageProcs/hw_image.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/tools/imageProcs/hw_image.mk b/tools/imageProcs/hw_image.mk
index 0281aecb..feb6ced6 100644
--- a/tools/imageProcs/hw_image.mk
+++ b/tools/imageProcs/hw_image.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HCODE Project
#
-# COPYRIGHT 2016,2018
+# COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
@@ -97,6 +97,9 @@ define VERIFY_SBE_RING_SECTION
$(eval $(call XIP_TOOL,check-sbe-ring-section,,$($(IMAGE)_PATH)/.$(IMAGE).report, $1 $2,$3))
endef
-$(eval $(call BUILD_HW_IMAGE,hw,p9n))
+$(eval P9_CHIP=$(filter p9,$(CHIPS)))
+$(foreach chip,$(P9_CHIP),\
+ $(foreach chipId, $($(chip)_CHIPID),\
+ $(eval $(call BUILD_HW_IMAGE,hw,$(chipId)))))
OpenPOWER on IntegriCloud