summaryrefslogtreecommitdiffstats
path: root/src/usr
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 /src/usr
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 'src/usr')
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C46
-rw-r--r--src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H46
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C2
-rw-r--r--src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.H2
-rw-r--r--src/usr/hwpf/hwp/core_activate/core_activate.C2
-rw-r--r--src/usr/hwpf/hwp/core_activate/core_activate.H2
-rw-r--r--src/usr/hwpf/hwp/dmi_training/dmi_training.C2
-rw-r--r--src/usr/hwpf/hwp/dmi_training/dmi_training.H2
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/dram_initialization.C2
-rw-r--r--src/usr/hwpf/hwp/dram_initialization/dram_initialization.H2
-rw-r--r--src/usr/hwpf/hwp/dram_training/dram_training.C2
-rw-r--r--src/usr/hwpf/hwp/dram_training/dram_training.H2
-rw-r--r--src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.C2
-rw-r--r--src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.H2
-rw-r--r--src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.C2
-rw-r--r--src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.H2
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwp.C46
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C46
-rwxr-xr-xsrc/usr/hwpf/hwp/fapiTestHwpAttr.C2
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpConfig.C46
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpDq.C2
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpError.C46
-rw-r--r--src/usr/hwpf/hwp/fapiTestHwpFfdc.C46
-rw-r--r--src/usr/hwpf/hwp/mc_config/mc_config.C2
-rw-r--r--src/usr/hwpf/hwp/mc_config/mc_config.H2
-rw-r--r--src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C2
-rw-r--r--src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.H2
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C2
-rw-r--r--src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.H2
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/slave_sbe.C2
-rw-r--r--src/usr/hwpf/hwp/slave_sbe/slave_sbe.H2
-rw-r--r--src/usr/hwpf/hwp/start_payload/start_payload.C2
-rw-r--r--src/usr/hwpf/hwp/start_payload/start_payload.H46
-rw-r--r--src/usr/hwpf/hwp/thread_activate/thread_activate.C2
34 files changed, 244 insertions, 176 deletions
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
index 9a87e0bbd..60622ea20 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 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 */
/**
* @file activate_powerbus.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1607
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
index 3af68aef4..284b76886 100644
--- a/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
+++ b/src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/activate_powerbus/activate_powerbus.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 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 */
#ifndef __ACTIVATE_POWERBUS_ACTIVATE_POWERBUS_H
#define __ACTIVATE_POWERBUS_ACTIVATE_POWERBUS_H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1607
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
index 9c2b54ba4..8ec8837de 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
+++ b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.C
@@ -27,6 +27,8 @@
* Support file for IStep: build_winkle_images
* Build Winkle Images
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.H b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.H
index 6ece831d2..263211193 100644
--- a/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.H
+++ b/src/usr/hwpf/hwp/build_winkle_images/build_winkle_images.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-12:1228
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.C b/src/usr/hwpf/hwp/core_activate/core_activate.C
index 7aac36637..b4b98a16c 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.C
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1609
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/core_activate/core_activate.H b/src/usr/hwpf/hwp/core_activate/core_activate.H
index e886e3e3f..c7a848d6f 100644
--- a/src/usr/hwpf/hwp/core_activate/core_activate.H
+++ b/src/usr/hwpf/hwp/core_activate/core_activate.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1609
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/dmi_training/dmi_training.C b/src/usr/hwpf/hwp/dmi_training/dmi_training.C
index 05511cfc8..b3f11089e 100644
--- a/src/usr/hwpf/hwp/dmi_training/dmi_training.C
+++ b/src/usr/hwpf/hwp/dmi_training/dmi_training.C
@@ -28,6 +28,8 @@
* Support file for hardware procedure:
* DMI Training
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/**
diff --git a/src/usr/hwpf/hwp/dmi_training/dmi_training.H b/src/usr/hwpf/hwp/dmi_training/dmi_training.H
index 571fb5ae8..49cc8badf 100644
--- a/src/usr/hwpf/hwp/dmi_training/dmi_training.H
+++ b/src/usr/hwpf/hwp/dmi_training/dmi_training.H
@@ -29,6 +29,8 @@
* All of the following routines are "named isteps" - they are invoked as
* tasks by the @ref IStepDispatcher.
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/dram_initialization/dram_initialization.C b/src/usr/hwpf/hwp/dram_initialization/dram_initialization.C
index bcc687f3a..a20c31edc 100644
--- a/src/usr/hwpf/hwp/dram_initialization/dram_initialization.C
+++ b/src/usr/hwpf/hwp/dram_initialization/dram_initialization.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1608
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/dram_initialization/dram_initialization.H b/src/usr/hwpf/hwp/dram_initialization/dram_initialization.H
index bacbfa53e..8221a079b 100644
--- a/src/usr/hwpf/hwp/dram_initialization/dram_initialization.H
+++ b/src/usr/hwpf/hwp/dram_initialization/dram_initialization.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1608
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/dram_training/dram_training.C b/src/usr/hwpf/hwp/dram_training/dram_training.C
index 1cdc4e731..5bc590dd9 100644
--- a/src/usr/hwpf/hwp/dram_training/dram_training.C
+++ b/src/usr/hwpf/hwp/dram_training/dram_training.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-02-27:2142
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/dram_training/dram_training.H b/src/usr/hwpf/hwp/dram_training/dram_training.H
index 1a28e2e21..7421c76ad 100644
--- a/src/usr/hwpf/hwp/dram_training/dram_training.H
+++ b/src/usr/hwpf/hwp/dram_training/dram_training.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-02-27:2142
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.C b/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.C
index d9fc91941..c98a216fc 100644
--- a/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.C
+++ b/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.C
@@ -32,6 +32,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1606
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.H b/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.H
index c8f5efa26..db1c8918e 100644
--- a/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.H
+++ b/src/usr/hwpf/hwp/edi_ei_initialization/edi_ei_initialization.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1606
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.C b/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.C
index 1508ecbf0..21c7e55f8 100644
--- a/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.C
+++ b/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1611
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.H b/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.H
index ddebded86..dd7be6183 100644
--- a/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.H
+++ b/src/usr/hwpf/hwp/establish_system_smp/establish_system_smp.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-11:1611
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/fapiTestHwp.C b/src/usr/hwpf/hwp/fapiTestHwp.C
index a9534e783..d7a0b273c 100644
--- a/src/usr/hwpf/hwp/fapiTestHwp.C
+++ b/src/usr/hwpf/hwp/fapiTestHwp.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/fapiTestHwp.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/fapiTestHwp.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,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 */
/**
* @file fapiTestHwp.C
*
@@ -44,6 +44,8 @@
* mjjones 02/21/2012 Use new Target toEcmdString
* camvanng 05/07/2012 Suppport for associated
* target attributes
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwp.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C b/src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C
index e089be56c..761c9526e 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/fapiTestHwpAnalyzeError.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,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 */
/**
* @file fapiTestHwpAnalyzeError.C
*
@@ -31,6 +31,8 @@
* Flag Defect/Feature User Date Description
* ------ -------------- ---------- ----------- ----------------------------
* mjjones 10/17/2011 Created (moved from other file)
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpAnalyzeError.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpAttr.C b/src/usr/hwpf/hwp/fapiTestHwpAttr.C
index 362b0bc7b..83371db6d 100755
--- a/src/usr/hwpf/hwp/fapiTestHwpAttr.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpAttr.C
@@ -42,6 +42,8 @@
* camvanng 11/09/2011 Update attr enum test
* mjjones 11/17/2011 Removed some initfile attr tests
* mjjones 11/22/2011 Demonstrate use of heap based array
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpAttr.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpConfig.C b/src/usr/hwpf/hwp/fapiTestHwpConfig.C
index 6a3d06897..dfd290f96 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpConfig.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpConfig.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/fapiTestHwpConfig.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/fapiTestHwpConfig.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,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 */
/**
* @file fapiTestHwpConfig.C
*
@@ -36,6 +36,8 @@
* camvang 10/26/2011 Updated traces.
* mjjones 01/13/2012 Use new ReturnCode interfaces
* mjjones 02/21/2012 Use new Target toEcmdString
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpConfig.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpDq.C b/src/usr/hwpf/hwp/fapiTestHwpDq.C
index 746a30a6e..9ea23ec89 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpDq.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpDq.C
@@ -33,6 +33,8 @@
* ------ -------------- ---------- ----------- ----------------------------
* mjjones 02/21/2012 Created
* mjjones 06/14/2012 Test functional DIMM
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpDq.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpError.C b/src/usr/hwpf/hwp/fapiTestHwpError.C
index bf0779ad9..0c47cb2e2 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpError.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpError.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/fapiTestHwpError.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/fapiTestHwpError.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,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 */
/**
* @file fapiTestHwpError.C
*
@@ -37,6 +37,8 @@
* ErrorInfo design
* mjjones 10/17/2011 Moved AnalyzeError to new file
*
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpError.H>
diff --git a/src/usr/hwpf/hwp/fapiTestHwpFfdc.C b/src/usr/hwpf/hwp/fapiTestHwpFfdc.C
index 57cc8fd3c..f1f042966 100644
--- a/src/usr/hwpf/hwp/fapiTestHwpFfdc.C
+++ b/src/usr/hwpf/hwp/fapiTestHwpFfdc.C
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/fapiTestHwpFfdc.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/fapiTestHwpFfdc.C $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2011,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 */
/**
* @file fapiTestHwpFfdc.C
*
@@ -34,6 +34,8 @@
* mjjones 10/06/2011 Updated due to new ErrorInfo
* design.
*
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
#include <fapiTestHwpFfdc.H>
diff --git a/src/usr/hwpf/hwp/mc_config/mc_config.C b/src/usr/hwpf/hwp/mc_config/mc_config.C
index 04387718e..cbba88a41 100644
--- a/src/usr/hwpf/hwp/mc_config/mc_config.C
+++ b/src/usr/hwpf/hwp/mc_config/mc_config.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-03-01:1032
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/mc_config/mc_config.H b/src/usr/hwpf/hwp/mc_config/mc_config.H
index 0f58a844f..122c210c1 100644
--- a/src/usr/hwpf/hwp/mc_config/mc_config.H
+++ b/src/usr/hwpf/hwp/mc_config/mc_config.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-03-01:1032
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
index 7fc0d73c2..59aaa21ae 100644
--- a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
+++ b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.C
@@ -31,6 +31,8 @@
* THIS FILE WAS GENERATED ON 2012-04-03:1952
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.H b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.H
index bbee12d75..def6c640e 100644
--- a/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.H
+++ b/src/usr/hwpf/hwp/nest_chiplets/nest_chiplets.H
@@ -36,6 +36,8 @@
* THIS FILE WAS GENERATED ON 2012-04-03:1952
* *****************************************************************
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
index 26137ce96..1647fb039 100644
--- a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.C
@@ -29,6 +29,8 @@
*
*
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
diff --git a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.H b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.H
index 1c3cd4ef9..d4fbd19cc 100644
--- a/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.H
+++ b/src/usr/hwpf/hwp/sbe_centaur_init/sbe_centaur_init.H
@@ -29,6 +29,8 @@
* All of the following routines are "named isteps" - they are invoked as
* tasks by the @ref IStepDispatcher.
*
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
index b331297cf..275abd8a3 100644
--- a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
+++ b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.C
@@ -26,6 +26,8 @@
*
* Support file for IStep: slave_sbe
* Slave SBE
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
index 58800deff..80817ed00 100644
--- a/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
+++ b/src/usr/hwpf/hwp/slave_sbe/slave_sbe.H
@@ -36,6 +36,8 @@
* All of the following routines are "named isteps" - they are invoked as
* tasks by the @ref IStepDispatcher.
*
+ *
+ * HWP_IGNORE_VERSION_CHECK
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/start_payload/start_payload.C b/src/usr/hwpf/hwp/start_payload/start_payload.C
index 772c84c53..80f58ede0 100644
--- a/src/usr/hwpf/hwp/start_payload/start_payload.C
+++ b/src/usr/hwpf/hwp/start_payload/start_payload.C
@@ -27,6 +27,8 @@
* Support file for IStep: start_payload
* Start Payload
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
diff --git a/src/usr/hwpf/hwp/start_payload/start_payload.H b/src/usr/hwpf/hwp/start_payload/start_payload.H
index 52317399f..589fd19a3 100644
--- a/src/usr/hwpf/hwp/start_payload/start_payload.H
+++ b/src/usr/hwpf/hwp/start_payload/start_payload.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/hwpf/hwp/start_payload/start_payload.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 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 other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/hwpf/hwp/start_payload/start_payload.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 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 */
#ifndef __START_PAYLOAD_START_PAYLOAD_H
#define __START_PAYLOAD_START_PAYLOAD_H
@@ -32,6 +32,8 @@
* All of the following routines are "named isteps" - they are invoked as
* tasks by the @ref IStepDispatcher.
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/* @tag isteplist
diff --git a/src/usr/hwpf/hwp/thread_activate/thread_activate.C b/src/usr/hwpf/hwp/thread_activate/thread_activate.C
index bbefc6112..cce1589ac 100644
--- a/src/usr/hwpf/hwp/thread_activate/thread_activate.C
+++ b/src/usr/hwpf/hwp/thread_activate/thread_activate.C
@@ -26,6 +26,8 @@
*
* Support file to start non-primary threads
*
+ * HWP_IGNORE_VERSION_CHECK
+ *
*/
/******************************************************************************/
OpenPOWER on IntegriCloud