diff options
| author | Dean Sanner <dsanner@us.ibm.com> | 2016-03-25 13:21:22 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-26 15:37:42 -0400 |
| commit | f1ac3ea6887847d485334099d875b46e828ad053 (patch) | |
| tree | 176abd68f4b563deb32045d0036c49e6dc73a7ca /src/build/debug/Hostboot | |
| parent | 5d6d057e938ef6790252be4224917756c7dc7355 (diff) | |
| download | blackbird-hostboot-f1ac3ea6887847d485334099d875b46e828ad053.tar.gz blackbird-hostboot-f1ac3ea6887847d485334099d875b46e828ad053.zip | |
Enable P9 istep control against VPO model
Change-Id: If8c393830f691f1c5275a3006687c36d9686c3f5
RTC: 127344
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22491
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/debug/Hostboot')
| -rwxr-xr-x | src/build/debug/Hostboot/Istep.pm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/build/debug/Hostboot/Istep.pm b/src/build/debug/Hostboot/Istep.pm index 23537343f..ebbcfc63c 100755 --- a/src/build/debug/Hostboot/Istep.pm +++ b/src/build/debug/Hostboot/Istep.pm @@ -6,7 +6,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2012,2015 +# Contributors Listed Below - COPYRIGHT 2012,2016 # [+] International Business Machines Corp. # # @@ -869,7 +869,6 @@ sub setMode( $ ) { my ( $cmd ) = @_; my $count = 0; - my $expected = 0; my $readybit = 0; my $result = 0; @@ -880,7 +879,7 @@ sub setMode( $ ) ::userDisplay "Use attributes to enter SPLESS mode\n"; ::userDisplay "\tSP_FUNCTIONS:mailboxEnabled = 0b0\n"; ::userDisplay "\tISTEP_MODE = 0x1\n"; - $expected = 1; + ::userDisplay "\n WAITING for readybit to come on"; } else { @@ -913,8 +912,13 @@ sub setMode( $ ) if ( $opt_debug ) { ::userDisplay "=== isReadyBitOn\n"; } if ( isReadyBitOn() ) { + ::userDisplay "READY!\n"; return 0; } + else + { + ::userDisplay "."; + } if ( $count <= 0 ) { |

