summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorJoshua Hunsberger <jahunsbe@us.ibm.com>2017-11-27 11:46:03 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-12-01 13:15:42 -0600
commit1ef7a601489b66d5e7ded9905de6cede4696d93a (patch)
tree6b6e5b0fce00b91ee711e18a3331b6274061d821 /tools/build
parentf947010cb98574265b2e3c5bf8375c399216c4d3 (diff)
downloadtalos-hcode-1ef7a601489b66d5e7ded9905de6cede4696d93a.tar.gz
talos-hcode-1ef7a601489b66d5e7ded9905de6cede4696d93a.zip
Add multiple updates to ready for op release
Update include file headers for utilities to not use automatic directory generation update dirs.env.mk to point to imageProcs dirs add release notes and update the release tag Change-Id: Ideccea1f570ef0abbbd5ccdc8ad8ecd541e99b47
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/release_tag.txt2
-rw-r--r--tools/build/rules.dir/dirs.env.mk2
-rw-r--r--tools/build/rules.dir/fapi2.env.mk10
3 files changed, 11 insertions, 3 deletions
diff --git a/tools/build/release_tag.txt b/tools/build/release_tag.txt
index 6066b86f..1a589c18 100644
--- a/tools/build/release_tag.txt
+++ b/tools/build/release_tag.txt
@@ -1 +1 @@
-hw111717a.910
+hw112217a.910
diff --git a/tools/build/rules.dir/dirs.env.mk b/tools/build/rules.dir/dirs.env.mk
index 01ce6212..980421ed 100644
--- a/tools/build/rules.dir/dirs.env.mk
+++ b/tools/build/rules.dir/dirs.env.mk
@@ -43,6 +43,8 @@ MAKEFILE_PATH += $(ROOTPATH)/chips/p9/utils/imageProcs
MAKEFILE_PATH += $(ROOTPATH)/tools/imageProcs
MAKEFILE_PATH += $(BASEPATH)/tools/imageProcs
MAKEFILE_PATH += $(BASEPATH)/rings/
+MAKEFILE_PATH += $(ROOTPATH)/chips/centaur/utils/imageProcs
+MAKEFILE_PATH += $(ROOTPATH)/chips/common/utils/imageProcs
endif
diff --git a/tools/build/rules.dir/fapi2.env.mk b/tools/build/rules.dir/fapi2.env.mk
index 564fdc20..3d645e21 100644
--- a/tools/build/rules.dir/fapi2.env.mk
+++ b/tools/build/rules.dir/fapi2.env.mk
@@ -47,8 +47,14 @@ FAPI2_PLAT_INCLUDE += $(addsuffix /common/include, \
$(addprefix $(ROOTPATH)/chips/,$(CHIPS)))
# HW Init header files.
-FAPI2_PLAT_INCLUDE += $(addsuffix /procedures/hwp/initfiles, \
- $(addprefix $(ROOTPATH)/chips/,$(CHIPS)))
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/p9/utils/
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/common/utils/
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/centaur/utils/
+
+
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/p9/utils/imageProcs
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/common/utils/imageProcs
+FAPI2_PLAT_INCLUDE += $(ROOTPATH)/chips/centaur/utils/imageProcs
# Utils header files
FAPI2_PLAT_INCLUDE += $(addsuffix /utils, \
OpenPOWER on IntegriCloud