summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-12 21:16:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-10-12 21:16:23 +0000
commita00ab66fe0a1d0d9602c636f5e4bfa4cf64218de (patch)
tree1aebab10fd9d90476772ca855a2aa5557ef2a75f /sim-scripts
parent6b3f2b379036b4f51c55fdd9f0a7d5de2377f056 (diff)
2009-10-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in, csb360.in, ezkit533.in, gdb-sim-run.in, gdbarmsim.in, gumstix.in, h8sim.in, jmr3904.in, lm32_evr.in, m32csim.in, m32rsim.in, pc386.in, psim.in, qemu-gumstix.in, qemu-leon2.in, qemuppc.in, rtl22xx.in, simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support, uC5282.in: Add running minimum to pick up path where there are no Classic API Initialization Tasks. Minimum has IDLE task as first application task.
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog11
-rw-r--r--sim-scripts/ant5206.in1
-rw-r--r--sim-scripts/avrtest.in1
-rw-r--r--sim-scripts/bf537Stamp.in1
-rw-r--r--sim-scripts/csb337.in1
-rw-r--r--sim-scripts/csb350.in1
-rw-r--r--sim-scripts/csb360.in1
-rw-r--r--sim-scripts/ezkit533.in1
-rwxr-xr-xsim-scripts/gdb-sim-run.in9
-rw-r--r--sim-scripts/gdbarmsim.in1
-rw-r--r--sim-scripts/gumstix.in1
-rw-r--r--sim-scripts/h8sim.in1
-rw-r--r--sim-scripts/jmr3904.in1
-rw-r--r--sim-scripts/lm32_evr.in1
-rw-r--r--sim-scripts/m32csim.in1
-rw-r--r--sim-scripts/m32rsim.in1
-rw-r--r--sim-scripts/pc386.in1
-rw-r--r--sim-scripts/psim.in1
-rw-r--r--sim-scripts/qemu-gumstix.in1
-rw-r--r--sim-scripts/qemu-leon2.in1
-rw-r--r--sim-scripts/qemuppc.in1
-rw-r--r--sim-scripts/rtl22xx.in1
-rw-r--r--sim-scripts/simsh.in1
-rw-r--r--sim-scripts/sis.in1
-rw-r--r--sim-scripts/skyeye-support1
-rw-r--r--sim-scripts/smdk2410.in1
-rw-r--r--sim-scripts/tsim-support1
-rw-r--r--sim-scripts/uC5282.in1
28 files changed, 42 insertions, 4 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 55bb810..102b55c 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,14 @@
+2009-10-12 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * ant5206.in, avrtest.in, bf537Stamp.in, csb337.in, csb350.in,
+ csb360.in, ezkit533.in, gdb-sim-run.in, gdbarmsim.in, gumstix.in,
+ h8sim.in, jmr3904.in, lm32_evr.in, m32csim.in, m32rsim.in, pc386.in,
+ psim.in, qemu-gumstix.in, qemu-leon2.in, qemuppc.in, rtl22xx.in,
+ simsh.in, sis.in, skyeye-support, smdk2410.in, tsim-support,
+ uC5282.in: Add running minimum to pick up path where there are no
+ Classic API Initialization Tasks. Minimum has IDLE task as first
+ application task.
+
2009-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, Makefile, gdb-sim-run.in: Add QEMU Gumstix Connex
diff --git a/sim-scripts/ant5206.in b/sim-scripts/ant5206.in
index f2b1fcd..a312f9e 100644
--- a/sim-scripts/ant5206.in
+++ b/sim-scripts/ant5206.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/avrtest.in b/sim-scripts/avrtest.in
index 76f165e..1252f74 100644
--- a/sim-scripts/avrtest.in
+++ b/sim-scripts/avrtest.in
@@ -23,6 +23,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/bf537Stamp.in b/sim-scripts/bf537Stamp.in
index e64f741..c3da1ad 100644
--- a/sim-scripts/bf537Stamp.in
+++ b/sim-scripts/bf537Stamp.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/csb337.in b/sim-scripts/csb337.in
index 89cace7..977b9b6 100644
--- a/sim-scripts/csb337.in
+++ b/sim-scripts/csb337.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/csb350.in b/sim-scripts/csb350.in
index 4ee451b..b1896ad 100644
--- a/sim-scripts/csb350.in
+++ b/sim-scripts/csb350.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/csb360.in b/sim-scripts/csb360.in
index b31b45c..abf0bf1 100644
--- a/sim-scripts/csb360.in
+++ b/sim-scripts/csb360.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/ezkit533.in b/sim-scripts/ezkit533.in
index 7c759c0..1c6b08a 100644
--- a/sim-scripts/ezkit533.in
+++ b/sim-scripts/ezkit533.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/gdb-sim-run.in b/sim-scripts/gdb-sim-run.in
index 9dba185..e1d4405 100755
--- a/sim-scripts/gdb-sim-run.in
+++ b/sim-scripts/gdb-sim-run.in
@@ -367,9 +367,10 @@ for toRun in $args
do
baseToRun=`basename ${toRun}`
case ${baseToRun} in
- *-node*) testtype="mp" ;;
- *fatal*) testtype="fatal" ;;
- *) testtype="single" ;;
+ *-node*) testtype="mp" ;;
+ *minimum*) testtype="fatal" ;;
+ *fatal*) testtype="fatal" ;;
+ *) testtype="single" ;;
esac
# calculate the limit in case it is used by the simulator script
if [ ${defaultLimit} = "not_set" ] ; then
@@ -424,7 +425,7 @@ do
*-node1*)
warn "Running both nodes associated with ${toRun}"
;;
- minimum*|pppd*)
+ pppd*)
warn "Skipping ${toRun}; it locks up or takes a VERY long time to run"
continue
;;
diff --git a/sim-scripts/gdbarmsim.in b/sim-scripts/gdbarmsim.in
index 4b29df7..1286b6d 100644
--- a/sim-scripts/gdbarmsim.in
+++ b/sim-scripts/gdbarmsim.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index cb98da2..dcf311b 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -21,6 +21,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*cpuuse*) limit=180 ;;
*sp04*) limit=360 ;;
diff --git a/sim-scripts/h8sim.in b/sim-scripts/h8sim.in
index 73687d7..8a711f9 100644
--- a/sim-scripts/h8sim.in
+++ b/sim-scripts/h8sim.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/jmr3904.in b/sim-scripts/jmr3904.in
index d2f6ef1..fe95ac6 100644
--- a/sim-scripts/jmr3904.in
+++ b/sim-scripts/jmr3904.in
@@ -28,6 +28,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/lm32_evr.in b/sim-scripts/lm32_evr.in
index e82db57..cb1ccd7 100644
--- a/sim-scripts/lm32_evr.in
+++ b/sim-scripts/lm32_evr.in
@@ -49,6 +49,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/m32csim.in b/sim-scripts/m32csim.in
index 51aa666..7979d76 100644
--- a/sim-scripts/m32csim.in
+++ b/sim-scripts/m32csim.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/m32rsim.in b/sim-scripts/m32rsim.in
index 0ffe0e4..20765b8 100644
--- a/sim-scripts/m32rsim.in
+++ b/sim-scripts/m32rsim.in
@@ -19,6 +19,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index e02d54a..18f532d 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -99,6 +99,7 @@ bspLimit()
*base_sp*) limit=5 ;;
*stackchk*)limit=5 ;;
*fatal*) limit=5 ;;
+ *minimum*) limit=5 ;;
*psxtime*) limit=180 ;;
*cpuuse*) limit=30 ;;
*) limit=60 ;;
diff --git a/sim-scripts/psim.in b/sim-scripts/psim.in
index 35e5bd7..ff81c98 100644
--- a/sim-scripts/psim.in
+++ b/sim-scripts/psim.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/qemu-gumstix.in b/sim-scripts/qemu-gumstix.in
index 26c61d5..a9fff07 100644
--- a/sim-scripts/qemu-gumstix.in
+++ b/sim-scripts/qemu-gumstix.in
@@ -55,6 +55,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/qemu-leon2.in b/sim-scripts/qemu-leon2.in
index 904aa78..7af5da3 100644
--- a/sim-scripts/qemu-leon2.in
+++ b/sim-scripts/qemu-leon2.in
@@ -26,6 +26,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/qemuppc.in b/sim-scripts/qemuppc.in
index 71c31f2..9eea770 100644
--- a/sim-scripts/qemuppc.in
+++ b/sim-scripts/qemuppc.in
@@ -35,6 +35,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=270 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/rtl22xx.in b/sim-scripts/rtl22xx.in
index 7cc9ae8..ff31c7d 100644
--- a/sim-scripts/rtl22xx.in
+++ b/sim-scripts/rtl22xx.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/simsh.in b/sim-scripts/simsh.in
index ad91966..6ba5382 100644
--- a/sim-scripts/simsh.in
+++ b/sim-scripts/simsh.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/sis.in b/sim-scripts/sis.in
index 3941997..9bb2f8a 100644
--- a/sim-scripts/sis.in
+++ b/sim-scripts/sis.in
@@ -20,6 +20,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 24c1cd1..8ee8df8 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -51,6 +51,7 @@ bspLimit()
case ${tname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=180 ;;
*) limit=60 ;;
esac
diff --git a/sim-scripts/smdk2410.in b/sim-scripts/smdk2410.in
index 005bfe4..92d3d77 100644
--- a/sim-scripts/smdk2410.in
+++ b/sim-scripts/smdk2410.in
@@ -18,6 +18,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*intrcrit*) limit=120 ;;
*psxfile01*) limit=90 ;;
*psxsignal02*) limit=240 ;;
diff --git a/sim-scripts/tsim-support b/sim-scripts/tsim-support
index 961a66b..845fa16 100644
--- a/sim-scripts/tsim-support
+++ b/sim-scripts/tsim-support
@@ -52,6 +52,7 @@ bspLimit()
case ${testname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*)
case ${tsimName} in
leon) limit=240 ;; # ran in 200 seconds on idle england
diff --git a/sim-scripts/uC5282.in b/sim-scripts/uC5282.in
index 3f7baee..05ad1eb 100644
--- a/sim-scripts/uC5282.in
+++ b/sim-scripts/uC5282.in
@@ -43,6 +43,7 @@ bspLimit()
case ${tname} in
*stackchk*)limit=5 ;;
*fatal*) limit=1 ;;
+ *minimum*) limit=1 ;;
*psxtime*) limit=270 ;;
*) limit=60 ;;
esac