summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2013-01-07 15:11:58 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-19 14:37:56 -0600
commit5dccb59031180c1cbd467ec36d77f63b62de04ce (patch)
tree4888e8a340ea5603cf6bc578e5d706e0ac32e3d3 /src/build/debug/Hostboot
parent63a1ec42cc6b0a3e63112535e07c24e68d798397 (diff)
downloadtalos-hostboot-5dccb59031180c1cbd467ec36d77f63b62de04ce.tar.gz
talos-hostboot-5dccb59031180c1cbd467ec36d77f63b62de04ce.zip
Updated VPO tools and proc_start_clock_chiplets v1.10
Change-Id: I1c70b41527a5de809d3f8f2f3f6bef64abccf1c2 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2869 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
-rwxr-xr-xsrc/build/debug/Hostboot/ContTrace.pm32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/build/debug/Hostboot/ContTrace.pm b/src/build/debug/Hostboot/ContTrace.pm
index da1b8112d..89a7472ff 100755
--- a/src/build/debug/Hostboot/ContTrace.pm
+++ b/src/build/debug/Hostboot/ContTrace.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/ContTrace.pm $
+# $Source: src/build/debug/Hostboot/ContTrace.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;
package Hostboot::ContTrace;
@@ -91,7 +91,7 @@ sub main
return;
}
- my $trigger = ::readScom(0x00050038,8);
+ my $trigger = ::readScom(0x00050038);
if ($dbgMsg)
{
::userDisplay("$trigger...\n");
@@ -129,7 +129,7 @@ sub main
::userDisplay("$cycles\n");
}
- ::writeScom(0x00050038, 8, 0x0);
+ ::writeScom(0x00050038, 0x0);
open TRACE, ($args->{"fsp-trace"}." -s ".::getImgPath().
"hbotStringFile $fsptrace_options $fname |") || die;
OpenPOWER on IntegriCloud