aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/hello_world/run_hello_world.tcl2
-rw-r--r--test/run_boot_test.tcl2
-rw-r--r--test/sreset_world/run_sreset_world.tcl2
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 0e2922d..bbd916c 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 f8072cc..9aa708d 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 d399a0d..38da0d2 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