diff mbox series

gcov: Fix skiboot size to dump out from simulators

Message ID 20190719063339.21451-1-stewart@linux.ibm.com
State Accepted
Headers show
Series gcov: Fix skiboot size to dump out from simulators | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (3a6fdede6ce117facec0108afe716cf5d0472c3f)
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot-dco success Signed-off-by present

Commit Message

Stewart Smith July 19, 2019, 6:33 a.m. UTC
We can be up to 5MB now, and have been for a while.

Fixes: 7c9b3eb3c149843a27b9674e66b0227cf289a29a
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
---
 test/hello_world/run_hello_world.tcl   | 2 +-
 test/run_boot_test.tcl                 | 2 +-
 test/sreset_world/run_sreset_world.tcl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Comments

Oliver O'Halloran July 19, 2019, 10:10 a.m. UTC | #1
On Fri, Jul 19, 2019 at 4:34 PM Stewart Smith <stewart@linux.ibm.com> wrote:
>
> We can be up to 5MB now, and have been for a while.
>
> Fixes: 7c9b3eb3c149843a27b9674e66b0227cf289a29a

That's not how fixes tags work, but whatever. Merged to master as
on0ee242b947da149c9c319ff466bd0f4996feca8b

> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>

> ---
>  test/hello_world/run_hello_world.tcl   | 2 +-
>  test/run_boot_test.tcl                 | 2 +-
>  test/sreset_world/run_sreset_world.tcl | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/test/hello_world/run_hello_world.tcl b/test/hello_world/run_hello_world.tcl
> index 0e2922db6baf..bbd916c39674 100644
> --- a/test/hello_world/run_hello_world.tcl
> +++ b/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
> diff --git a/test/run_boot_test.tcl b/test/run_boot_test.tcl
> index f8072ccab971..9aa708de27c9 100644
> --- a/test/run_boot_test.tcl
> +++ b/test/run_boot_test.tcl
> @@ -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
> diff --git a/test/sreset_world/run_sreset_world.tcl b/test/sreset_world/run_sreset_world.tcl
> index d399a0dafaba..38da0d23542a 100644
> --- a/test/sreset_world/run_sreset_world.tcl
> +++ b/test/sreset_world/run_sreset_world.tcl
> @@ -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
> --
> 2.21.0
>
> _______________________________________________
> Skiboot mailing list
> Skiboot@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot
diff mbox series

Patch

diff --git a/test/hello_world/run_hello_world.tcl b/test/hello_world/run_hello_world.tcl
index 0e2922db6baf..bbd916c39674 100644
--- a/test/hello_world/run_hello_world.tcl
+++ b/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
diff --git a/test/run_boot_test.tcl b/test/run_boot_test.tcl
index f8072ccab971..9aa708de27c9 100644
--- a/test/run_boot_test.tcl
+++ b/test/run_boot_test.tcl
@@ -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
diff --git a/test/sreset_world/run_sreset_world.tcl b/test/sreset_world/run_sreset_world.tcl
index d399a0dafaba..38da0d23542a 100644
--- a/test/sreset_world/run_sreset_world.tcl
+++ b/test/sreset_world/run_sreset_world.tcl
@@ -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