summaryrefslogtreecommitdiffstats
path: root/src/build/vpo/hb-virtdebug.pl
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-01-13 15:22:49 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-01-13 16:25:38 -0600
commit811a7e18fb3630f4af77c545f057aa147b18334c (patch)
tree2099dda0d51ab054a0166c2dc3a0b672e84bace0 /src/build/vpo/hb-virtdebug.pl
parent73c0a7c9842c19f6758feb1fe7a466a7d7183a17 (diff)
downloadtalos-hostboot-811a7e18fb3630f4af77c545f057aa147b18334c.tar.gz
talos-hostboot-811a7e18fb3630f4af77c545f057aa147b18334c.zip
Change to use new flush L2 tool for new AWAN model.
Change-Id: I39fb79f5c1ceeced58f367dbd7385dc708f11a3c Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/614 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/vpo/hb-virtdebug.pl')
-rwxr-xr-xsrc/build/vpo/hb-virtdebug.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/vpo/hb-virtdebug.pl b/src/build/vpo/hb-virtdebug.pl
index 2a45ea6e1..74013231c 100755
--- a/src/build/vpo/hb-virtdebug.pl
+++ b/src/build/vpo/hb-virtdebug.pl
@@ -277,8 +277,8 @@ 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_l2_flush.x86 ";
-$command .= "@ecmdOpt -loop ex -debug5.6";
+$command = "/afs/awd.austin.ibm.com/projects/eclipz/lab/p8/compiled_procs/procs/p8_l2_flush_wrap.x86 ";
+$command .= "@ecmdOpt -quiet";
print "$command\n";
die if (system("$command") != 0);
OpenPOWER on IntegriCloud