summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xreleaseNotes.txt36
-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
4 files changed, 47 insertions, 3 deletions
diff --git a/releaseNotes.txt b/releaseNotes.txt
new file mode 100755
index 00000000..4f13df86
--- /dev/null
+++ b/releaseNotes.txt
@@ -0,0 +1,36 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# fips910 src/engd/href/releaseNotes.txt 1.361
+#
+# IBM CONFIDENTIAL
+#
+# OBJECT CODE ONLY SOURCE MATERIALS
+#
+# COPYRIGHT International Business Machines Corp. 2012,2017
+# All Rights Reserved
+#
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# IBM_PROLOG_END_TAG
+=====================================
+Hardware Image Official Release Notes
+=====================================
+Level: hw112217a.910
+Included Commits:
+cc39fc9 - Richard J. Knight,5 months ago : p9_xip_tool support for DD level section parsing
+7a76c05 - Louis Stermole,3 weeks ago : Add Vreg==1 trigger to DLL workaround
+edc30b5 - Sharath Manjunath,2 weeks ago : Add HTX Error log check to qual code
+49906b8 - Gebhard Weber,3 weeks ago : Added -r run flag
+4db3906 - Soma BhanuTej,2 weeks ago : Update p9a engd level to o10_e9008_tp007_ec010_chip_sc_u306_01
+ea9d1c2 - Anusha Reddy Rangareddygari,3 weeks ago : p9_setup_sbe_config
+49b8e3d - Abhishek Agarwal,4 weeks ago : Update model_boot, run_script_soa and facs to support
+53cac74 - Raja Das,5 weeks ago : PPE empty PK FFDC handler to save-off required registers
+f453865 - Sharath Manjunath,3 weeks ago : Add "End of Test Processing" banner to qual code end_of_tc
+6f82839 - Luke C. Murray,3 weeks ago : NCU initfile - turn off 8 to 1 tlbie filtering
+
+
+p9n.hw.overlays.bin Checksum: c9e5b0cfa1c368e957ce433799295bfd
+p9n.hw.rings.bin Checksum: 5f60c57714b8cba9bd0229780c8d2fc2
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