summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build/release_tag.txt2
-rw-r--r--tools/build/rules.dir/chips.env.mk4
-rw-r--r--tools/imageProcs/hw_image.mk4
3 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/release_tag.txt b/tools/build/release_tag.txt
index 1a589c18..ab05e808 100644
--- a/tools/build/release_tag.txt
+++ b/tools/build/release_tag.txt
@@ -1 +1 @@
-hw112217a.910
+hw032218a.920
diff --git a/tools/build/rules.dir/chips.env.mk b/tools/build/rules.dir/chips.env.mk
index f52ca500..bb1adaba 100644
--- a/tools/build/rules.dir/chips.env.mk
+++ b/tools/build/rules.dir/chips.env.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HCODE Project
#
-# COPYRIGHT 2015,2017
+# COPYRIGHT 2015,2018
# [+] International Business Machines Corp.
#
#
@@ -28,6 +28,6 @@ CHIPS += p9
p9_CHIPID += p9n
-p9n_EC += 10 20 21
+p9n_EC += 20 21 22
HW_IMAGE_VARIATIONS = hw
diff --git a/tools/imageProcs/hw_image.mk b/tools/imageProcs/hw_image.mk
index b973b7f7..d5c2505d 100644
--- a/tools/imageProcs/hw_image.mk
+++ b/tools/imageProcs/hw_image.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HCODE Project
#
-# COPYRIGHT 2016,2017
+# COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
@@ -78,7 +78,7 @@ $(eval $(call XIP_TOOL,append,.cme,$$($(IMAGE)_DEPS_CME),$$($(IMAGE)_FILE_CME)))
$(eval $(call XIP_TOOL,append,.pgpe,$$($(IMAGE)_DEPS_PSTATE),$$($(IMAGE)_FILE_PSTATE)))
$(eval $(call XIP_TOOL,append,.ioppe,$$($(IMAGE)_DEPS_IOPPE),$$($(IMAGE)_FILE_IOPPE)))
-$(eval $(call XIP_TOOL,append,.rings,$$($(IMAGE)_DEPS_RINGS),$$($(IMAGE)_FILE_RINGS)))
+$(eval $(call XIP_TOOL,append,.rings,$$($(IMAGE)_DEPS_RINGS),$$($(IMAGE)_FILE_RINGS) 1))
$(eval $(call XIP_TOOL,append,.overlays,$$($(IMAGE)_DEPS_OVERLAYS), $$($(IMAGE)_FILE_OVERLAYS) 1))
OpenPOWER on IntegriCloud