summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-17 19:59:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-17 19:59:41 +0000
commitef35dfbbdc3c7280b6be0edef36d9e1bee806ead (patch)
treee9d868c725ec7e72f08ae152d0026c5f4970fdfc
parent64983516e40a6dfd287006324e993b33afd90a13 (diff)
2009-06-17 Xi Yang <hiyangxi@gmail.com>
* gumstix.in: Update to reflect latest support in Skyeye.
-rw-r--r--sim-scripts/ChangeLog4
-rw-r--r--sim-scripts/gumstix.in5
2 files changed, 7 insertions, 2 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 03a469e..681b42a 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-17 Xi Yang <hiyangxi@gmail.com>
+
+ * gumstix.in: Update to reflect latest support in Skyeye.
+
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* gumstix.in: Attempt to fix coverage range for gumstix.
diff --git a/sim-scripts/gumstix.in b/sim-scripts/gumstix.in
index 955150b..172e809 100644
--- a/sim-scripts/gumstix.in
+++ b/sim-scripts/gumstix.in
@@ -5,7 +5,7 @@
#
##INSERT SKYEYE SUPPORT HERE
-
+bspSimTrustedToExit="yes"
runARGS()
{
echo "-c ${bspTreeFile} -e ${1}"
@@ -42,8 +42,9 @@ mem_bank: map=M, type=RW, addr=0x5c000000, size=0x100000
mem_bank: map=M, type=RW, addr=0xA0000000, size=0x4000000
mem_bank: map=I, type=RW, addr=0xB0000000, size=0x100000
mem_bank: map=I, type=RW, addr=0x40000000, size=0x4C000000
+shutdown_device: addr=0xb0000000, max_ins=${limit}0000000
EOF
if [ ${coverage} = yes ] ; then
- echo "code_coverage: state=on, filename=${2}.cov, start=0xA0000000, end=0xA4000000
+ echo "code_coverage: state=on, filename=${2}.cov, start=0xA0000000, end=0xA4000000"
fi
}