Skip to content

Commit

Permalink
gcov: Fix skiboot size to dump out from simulators
Browse files Browse the repository at this point in the history
We can be up to 5MB now, and have been for a while.

Fixes: 7c9b3eb
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
stewartsmith authored and oohal committed Jul 19, 2019
1 parent 62ceded commit 0ee242b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/hello_world/run_hello_world.tcl
@@ -1,5 +1,5 @@
source ../../external/mambo/skiboot.tcl

mysim go
mysim memory fwrite 0x30000000 0x300000 skiboot-hello_world.dump
mysim memory fwrite 0x30000000 0x500000 skiboot-hello_world.dump
exit
2 changes: 1 addition & 1 deletion test/run_boot_test.tcl
Expand Up @@ -12,5 +12,5 @@ proc console_trigger {response args} {
mysim trigger set console "Welcome to Petitboot" { console_trigger "x" }
mysim trigger set console "# " { console_trigger "halt\n" }
mysim go
mysim memory fwrite 0x30000000 0x300000 $env(SKIBOOT_MEM_DUMP)
mysim memory fwrite 0x30000000 0x500000 $env(SKIBOOT_MEM_DUMP)
exit
2 changes: 1 addition & 1 deletion test/sreset_world/run_sreset_world.tcl
Expand Up @@ -2,5 +2,5 @@ source ../../external/mambo/skiboot.tcl
source ../../external/mambo/mambo_utils.tcl

mysim go
mysim memory fwrite 0x30000000 0x300000 skiboot-sreset_world.dump
mysim memory fwrite 0x30000000 0x500000 skiboot-sreset_world.dump
exit

0 comments on commit 0ee242b

Please sign in to comment.