aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Davidsaver <mdavidsaver@gmail.com>2015-11-28 18:47:12 -0500
committerMichael Davidsaver <mdavidsaver@gmail.com>2015-11-28 18:47:12 -0500
commit90d2e039bc9a4a060af4cf98ad6321934c052061 (patch)
treea23c2117f50224825258be011a8336793af6eb1a
parent6f925a6994f28856ff704697ec3847f10d75067c (diff)
update README
-rw-r--r--README21
1 files changed, 19 insertions, 2 deletions
diff --git a/README b/README
index 580273e..9c80780 100644
--- a/README
+++ b/README
@@ -11,8 +11,25 @@ Others should change PREFIX= in the Makefile.
= Run tests
+# Basic load test
qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test1-kern.bin
-qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test2-kern.bin
-qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test3-kern.bin
+# Check initial register states
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test9-kern.bin
+# Check register exception handling register states
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test10-kern.bin
+# Handling of external (NVIC) exceptions
qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test4-kern.bin
+# Thread mode Unprivlaged and processs stack
qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test5-kern.bin
+# Exception masking and escalation
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test3-kern.bin
+# Test unrecoverable exception
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test6-kern.bin
+# Test magic exception return from thread mode
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test7-kern.bin
+# Test MPU
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test8-kern.bin
+# Various access fault handling and recovery
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test11-kern.bin
+# Invalid exception table entry (not thumb mode)
+qemu-system-arm -M lm3s6965evb -m 16 -no-reboot -serial stdio -d unimp,guest_errors -kernel test12-kern.bin