summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-08-30 15:56:22 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-09-26 14:55:57 -0500
commitb1e6ad7f6c2b921f4c52354facf1b804326d5573 (patch)
treebd119a1fb247491fbf59bf04e7a9707d3ede751b /config.mk
parent202d92ba03e853f90dc56876c1937a49ce1501bf (diff)
downloadtalos-hostboot-b1e6ad7f6c2b921f4c52354facf1b804326d5573.tar.gz
talos-hostboot-b1e6ad7f6c2b921f4c52354facf1b804326d5573.zip
Tool to analyze HWP files
Scan hardware procedure files and look for: . if file has special IGNORE string, ignore (ie, initservice files) . if file doesn't have '$Id:' tag - report it (if -m option used) . if file has '$Id:' tag, print filename and version Several different reporting options are supported. In addition, make target added for obj/genfiles/hwp_id.html and this file is now in the fsp.tar file that will be shipped. Change-Id: Iac56d4a2a839fac0c4522ceaa9eb11f16ca9c199 RTC: 35726 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1651 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk45
1 files changed, 24 insertions, 21 deletions
diff --git a/config.mk b/config.mk
index 6568b48c8..c34a8e89b 100644
--- a/config.mk
+++ b/config.mk
@@ -1,24 +1,24 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
-#
-# $Source: config.mk $
-#
-# IBM CONFIDENTIAL
-#
-# COPYRIGHT International Business Machines Corp. 2010,2012
-#
-# p1
-#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
-#
-# 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.
-#
-# Origin: 30
-#
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: config.mk $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2010,2012
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# 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.
+#
+# Origin: 30
+#
# IBM_PROLOG_END_TAG
all:
${MAKE} gen_pass
@@ -315,6 +315,9 @@ $(foreach lid,$(EXTRA_LIDS),$(eval $(call LIDHDR_template,$(lid))))
${IMGDIR}/hbotStringFile : ${IMAGES}
${ROOTPATH}/src/build/trace/tracehash_hb.pl -c -d ${ROOTPATH}/obj -s $@
+${GENDIR}/hwp_id.html : ${SUBDIRS}
+ ${ROOTPATH}/src/build/tools/hwp_id.pl -i -l > $@
+
%.d: ${OBJECTS}
cd ${basename $@} && ${MAKE} code_pass
OpenPOWER on IntegriCloud