diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-01-07 17:29:47 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-01-14 14:56:46 -0600 |
| commit | a84cc4b307526e9895747f2e78bb36c93582d796 (patch) | |
| tree | a7d39903e0012b1637fc7723cb93862cad9d65ff /src/build/debug/Hostboot | |
| parent | 57eeca20f6cc9236834b763b6301d475ad9944f0 (diff) | |
| download | talos-hostboot-a84cc4b307526e9895747f2e78bb36c93582d796.tar.gz talos-hostboot-a84cc4b307526e9895747f2e78bb36c93582d796.zip | |
ECMD-based debug framework.
RTC: 47061
Change-Id: Ie77c553a6f4e67c11927ed8650f81ab80ae1672c
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2883
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
| -rwxr-xr-x | src/build/debug/Hostboot/Gcov.pm | 28 | ||||
| -rwxr-xr-x | src/build/debug/Hostboot/Trace.pm | 2 |
2 files changed, 15 insertions, 15 deletions
diff --git a/src/build/debug/Hostboot/Gcov.pm b/src/build/debug/Hostboot/Gcov.pm index 0ebfaaef3..cce539d6c 100755 --- a/src/build/debug/Hostboot/Gcov.pm +++ b/src/build/debug/Hostboot/Gcov.pm @@ -1,26 +1,26 @@ #!/usr/bin/perl -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. # -# $Source: src/build/debug/Hostboot/Gcov.pm $ +# $Source: src/build/debug/Hostboot/Gcov.pm $ # -# IBM CONFIDENTIAL +# IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2012 +# COPYRIGHT International Business Machines Corp. 2012,2013 # -# p1 +# p1 # -# Object Code Only (OCO) source materials -# Licensed Internal Code Source Materials -# IBM HostBoot Licensed Internal Code +# 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. +# 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 +# Origin: 30 # -# IBM_PROLOG_END_TAG +# IBM_PROLOG_END_TAG use strict; use File::Path; use File::Basename; diff --git a/src/build/debug/Hostboot/Trace.pm b/src/build/debug/Hostboot/Trace.pm index 5e3adc05d..a124d8e17 100755 --- a/src/build/debug/Hostboot/Trace.pm +++ b/src/build/debug/Hostboot/Trace.pm @@ -6,7 +6,7 @@ # # IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011,2012 +# COPYRIGHT International Business Machines Corp. 2011,2013 # # p1 # |

