diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-03-06 15:50:58 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-03-07 15:40:32 +1100 |
commit | dd694b530c7b2c28efcae018bca8ad7910f845d8 (patch) | |
tree | e80c4027aec588dd8d42098f155c259790f8e2a1 /test/sreset_world/run_sreset_world.tcl | |
parent | 139e32d139103fc7fcb2121146c89edb9f40c55f (diff) | |
download | blackbird-skiboot-dd694b530c7b2c28efcae018bca8ad7910f845d8.tar.gz blackbird-skiboot-dd694b530c7b2c28efcae018bca8ad7910f845d8.zip |
test/sreset_world: Kind of like Hello World, but from the SRESET vector.
A regression test for the mambo implementation of OPAL_SIGNAL_SYSTEM_RESET.
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'test/sreset_world/run_sreset_world.tcl')
-rw-r--r-- | test/sreset_world/run_sreset_world.tcl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/sreset_world/run_sreset_world.tcl b/test/sreset_world/run_sreset_world.tcl new file mode 100644 index 00000000..d399a0da --- /dev/null +++ b/test/sreset_world/run_sreset_world.tcl @@ -0,0 +1,6 @@ +source ../../external/mambo/skiboot.tcl +source ../../external/mambo/mambo_utils.tcl + +mysim go +mysim memory fwrite 0x30000000 0x300000 skiboot-sreset_world.dump +exit |