summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2011-11-21 15:32:54 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-11-22 10:36:09 -0600
commitec713997f4b43ebfbea50c37330198208cf5a471 (patch)
tree07ebe5a84c4d7ed523b9775ecb75034df0a3376e /src/build
parent72067b1914df3a532ccbb5e4f250d9de41c3f147 (diff)
downloadtalos-hostboot-ec713997f4b43ebfbea50c37330198208cf5a471.tar.gz
talos-hostboot-ec713997f4b43ebfbea50c37330198208cf5a471.zip
Update VPO debug script for new HW program location
Change-Id: I7bb2830470e5c32af89c6c776ee40257a18228ab Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/512 Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/vpo/hb-virtdebug.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build/vpo/hb-virtdebug.pl b/src/build/vpo/hb-virtdebug.pl
index 8ebda6199..5636f93b3 100755
--- a/src/build/vpo/hb-virtdebug.pl
+++ b/src/build/vpo/hb-virtdebug.pl
@@ -275,8 +275,7 @@ print "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#Flush L2 - this step is needed in order to dump L3 quickly
#------------------------------------------------------------------------------
my $command = "";
-$command = "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/p8_runso.x86 ";
-$command .= "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/p8_l2_flush_x86.so ";
+$command = "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/gsiexe/p8_l2_flush.x86 ";
$command .= "@ecmdOpt -loop ex -debug5.6";
print "$command\n";
die if (system("$command") != 0);
OpenPOWER on IntegriCloud