summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2011-08-22 18:49:49 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-08-23 20:18:35 -0500
commit4b90ae7449d417258ad29e52ca3e03a3df3a7e02 (patch)
tree8807c7d17ca36fb88c82737602e0b94af83c4c02 /src/build/tools
parentb755e532a742a9143946c7b5bd17c6a244d2316a (diff)
downloadtalos-hostboot-4b90ae7449d417258ad29e52ca3e03a3df3a7e02.tar.gz
talos-hostboot-4b90ae7449d417258ad29e52ca3e03a3df3a7e02.zip
Add function to dump and parse error logs in SIMICS to python script
Change-Id: I5f475a83943b29ccc30e56535b4b9402ac364f28 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/274 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/cpfiles.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build/tools/cpfiles.pl b/src/build/tools/cpfiles.pl
index a6e218c63..981d22c84 100755
--- a/src/build/tools/cpfiles.pl
+++ b/src/build/tools/cpfiles.pl
@@ -28,7 +28,7 @@
#
# Usage:
-# cpFiles.pl <path>
+# cpfiles.pl <path>
#------------------------------------------------------------------------------
@@ -52,7 +52,6 @@ sub printUsage;
#List of files to copy. Path is relative to git repository.
my @files = ("src/build/tools/exthbdump.pl",
"src/build/simics/post_model_hook.simics",
- "src/build/trace/traceHB.py",
"src/usr/errl/parser/bin/errlparser",
"src/build/simics/hb-simdebug.py",
"img/hbotStringFile",
@@ -254,7 +253,7 @@ chdir $cwd;
#------------------------------------------------------------------------------
sub printUsage()
{
- print ("\nUsage: cpFiles.pl [--help] | [<path>] [--test]\n\n");
+ print ("\nUsage: cpfiles.pl [--help] | [<path>] [--test]\n\n");
print (" This program needs to be executed from the git repository.\n");
print (" It will copy all relevant files, scripts, hbotStringFile,\n");
print (" .list, .syms and .bin files needed for debug to one of two\n");
OpenPOWER on IntegriCloud