change log for rtems-testing (2011-09-24)

rtems-vc at rtems.org rtems-vc at rtems.org
Sat Sep 24 14:10:02 UTC 2011


 *sh*:
2011-09-24	Sebastian Huber <sebastian.huber at embedded-brains.de>

	* lm3s6965.in.: New file.
	* Makefile: Reflect change above.

M   1.25  sim-scripts/.cvsignore
M  1.103  sim-scripts/ChangeLog
M   1.31  sim-scripts/Makefile
A    1.1  sim-scripts/lm3s6965.in

diff -u rtems-testing/sim-scripts/.cvsignore:1.24 rtems-testing/sim-scripts/.cvsignore:1.25
--- rtems-testing/sim-scripts/.cvsignore:1.24	Tue Apr 20 16:20:12 2010
+++ rtems-testing/sim-scripts/.cvsignore	Sat Sep 24 08:30:54 2011
@@ -35,6 +35,7 @@
 leon3-gdb
 lm32_evr
 lm32_evr-gdb
+lm3s6965
 m32csim
 m32csim-gdb
 m32rsim

diff -u rtems-testing/sim-scripts/ChangeLog:1.102 rtems-testing/sim-scripts/ChangeLog:1.103
--- rtems-testing/sim-scripts/ChangeLog:1.102	Fri Sep 16 04:29:34 2011
+++ rtems-testing/sim-scripts/ChangeLog	Sat Sep 24 08:30:54 2011
@@ -1,3 +1,8 @@
+2011-09-24	Sebastian Huber <sebastian.huber at embedded-brains.de>
+
+	* lm3s6965.in.: New file.
+	* Makefile: Reflect change above.
+
 2011-09-16	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* check_endof: Update due to test case output changes.

diff -u rtems-testing/sim-scripts/Makefile:1.30 rtems-testing/sim-scripts/Makefile:1.31
--- rtems-testing/sim-scripts/Makefile:1.30	Fri Jun  4 14:32:36 2010
+++ rtems-testing/sim-scripts/Makefile	Sat Sep 24 08:30:54 2011
@@ -9,7 +9,7 @@
   ezkit533-skyeye gumstix rtl22xx smdk2410 leon2-skyeye
 
 TSIM_SCRIPTS=erc32 leon2 leon3
-QEMU_SCRIPTS=pc386 qemuppc qemu-gumstix qemu-leon2 qemu-lm32_evr uC5282
+QEMU_SCRIPTS=pc386 qemuppc qemu-gumstix qemu-leon2 qemu-lm32_evr uC5282 lm3s6965
 OTHER_SCRIPTS=avrtest
 GENERATED_SCRIPTS=\
   ${GDBSIM_SCRIPTS} $(GDBSIM_SCRIPTS:%=%-gdb) \
@@ -50,6 +50,9 @@
 uC5282: gdb-sim-run.in uC5282.in
 	./mkrun no M68K-Coldfire m68k uC5282
 
+lm3s6965: gdb-sim-run.in lm3s6965.in
+	./mkrun no ARM arm lm3s6965
+
 ### Skyeye Simulator BSPs
 ant5206: gdb-sim-run.in gdb-sim.in ant5206.in
 	./mkrun yes M68K-Coldfire m68k ant5206

diff -u /dev/null rtems-testing/sim-scripts/lm3s6965.in:1.1
--- /dev/null	Sat Sep 24 09:10:02 2011
+++ rtems-testing/sim-scripts/lm3s6965.in	Sat Sep 24 08:30:54 2011
@@ -0,0 +1,39 @@
+#
+#  arm/lm3s6965 Qemu Support 
+#
+#  $Id$
+#
+
+bspUsesGDBSimulator="no"
+# bspGeneratesGDBCommands="yes"
+# bspSupportsGDBServerMode="yes"
+runBSP=NOT_OVERRIDDEN
+if [ ! -r ${runBSP} ] ; then
+  runBSP=qemu-system-arm
+fi
+bspNeedsDos2Unix="yes"
+
+runARGS()
+{
+  if [ ${coverage} = yes ] ; then
+    COVERAGE_ARG="-trace ${1}.cov"
+  fi
+
+  echo "-nographic ${COVERAGE_ARG} -M lm3s6965evb -kernel `basename ${1}`"
+}
+
+checkBSPFaults()
+{
+  return 0
+}
+
+bspLimit()
+{
+  testname=$1
+  case ${testname} in
+    *)         limit=180 ;;
+  esac
+  echo ${limit}
+}
+
+bspGeneratesDeviceTree="no"



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110924/d7f89db2/attachment.html>


More information about the vc mailing list