diff options
| author | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:18:42 -0500 |
|---|---|---|
| committer | hostboot <hostboot@us.ibm.com> | 2018-03-22 14:18:42 -0500 |
| commit | b5cf4e13e1964a85d6fd27f451663da7770529ce (patch) | |
| tree | d74ab2bee490761f9cb21763be122edee34ab9b6 /tools | |
| parent | 04feb9b95104360da41b46caa2c3b24305eb6032 (diff) | |
| download | talos-hcode-b5cf4e13e1964a85d6fd27f451663da7770529ce.tar.gz talos-hcode-b5cf4e13e1964a85d6fd27f451663da7770529ce.zip | |
Release information updated for hw032218a.920
Change-Id: I99274017af59a34ff720e08d2bae5fb135255341
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/release_tag.txt | 2 | ||||
| -rw-r--r-- | tools/build/rules.dir/chips.env.mk | 4 | ||||
| -rw-r--r-- | tools/imageProcs/hw_image.mk | 4 |
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)) |

