summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 17:46:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-03 17:46:55 +0000
commit2b382c41dde85d3fdce123e171694e66fea589e0 (patch)
tree8f2cacb7cc72dd7aebea47adfc9f5cfabca17207
parent2009-08-03 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-testing-2b382c41dde85d3fdce123e171694e66fea589e0.tar.bz2
2009-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>
* edb7312.in: Do not use maximum instructions yet. * skyeye-support: Add a couple more error conditions.
-rw-r--r--sim-scripts/ChangeLog5
-rw-r--r--sim-scripts/edb7312.in3
-rw-r--r--sim-scripts/skyeye-support4
3 files changed, 10 insertions, 2 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 7d33da1..0eaf7d1 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * edb7312.in: Do not use maximum instructions yet.
+ * skyeye-support: Add a couple more error conditions.
+
2009-07-30 Joel Sherrill <joel.sherrill@rtems.org>
* qemu-rtems.in: Add check for exceptions.
diff --git a/sim-scripts/edb7312.in b/sim-scripts/edb7312.in
index 5ae8e1c..11eaabd 100644
--- a/sim-scripts/edb7312.in
+++ b/sim-scripts/edb7312.in
@@ -28,8 +28,9 @@ mach: ep7312
mem_bank: map=I,type=RW, addr=0x80000000, size=0x00100000
mem_bank: map=M, type=RW, addr=0x00000000, size=0x1000000
uart: mod=pipe, desc_in=/dev/null, desc_out=/dev/stdout
-shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
+shutdown_device: addr=0xb0000000, max_ins=0xffffffff
EOF
+#shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
if [ ${coverage} = yes ] ; then
echo "code_coverage: state=on, filename=${2}.cov, start=0x00000000, end=0x00100000"
diff --git a/sim-scripts/skyeye-support b/sim-scripts/skyeye-support
index 46547e0..c3b836d 100644
--- a/sim-scripts/skyeye-support
+++ b/sim-scripts/skyeye-support
@@ -27,7 +27,9 @@ bspExited_ARM()
{
for pattern in \
"^Unhandled exception" \
- "^SKYEYE:Error"
+ "^SKYEYE:Error" \
+ "^Bus write error," \
+ "^Bus read error,"
do
grep "${pattern}" ${logfile}
if [ $? -eq 0 ] ; then