diff options
author | CamVan Nguyen <ctnguyen@us.ibm.com> | 2011-09-21 14:51:35 -0500 |
---|---|---|
committer | CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> | 2011-09-22 10:44:45 -0500 |
commit | 0a6197f1b257f230694bff493bf7239a1a644cd6 (patch) | |
tree | 041752e41574ab9eedc2b22a1f2db21e1fa2aa8c /src/build | |
parent | b8c29e89751fd2cd5b5fd3f450d51fe97db9e4b7 (diff) | |
download | talos-hostboot-0a6197f1b257f230694bff493bf7239a1a644cd6.tar.gz talos-hostboot-0a6197f1b257f230694bff493bf7239a1a644cd6.zip |
Added option to use a chiplet level target when flushing L2
Change-Id: I1a31d574a15f1c40f9ea464776441c28347c06e5
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/355
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/build')
-rwxr-xr-x | src/build/vpo/hb-virtdebug.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/vpo/hb-virtdebug.pl b/src/build/vpo/hb-virtdebug.pl index 577d17b87..8ebda6199 100755 --- a/src/build/vpo/hb-virtdebug.pl +++ b/src/build/vpo/hb-virtdebug.pl @@ -277,7 +277,7 @@ print "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 .= "@ecmdOpt -debug5.6"; +$command .= "@ecmdOpt -loop ex -debug5.6"; print "$command\n"; die if (system("$command") != 0); |