<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-09-24)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>sh</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-09-24 Sebastian Huber <sebastian.huber@embedded-brains.de>

        * lm3s6965.in.: New file.
        * Makefile: Reflect change above.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/.cvsignore.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>sim-scripts/.cvsignore</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/ChangeLog.diff?r1=text&tr1=1.102&r2=text&tr2=1.103&diff_format=h">M</a></td><td width='1%'>1.103</td><td width='100%'>sim-scripts/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/Makefile.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&diff_format=h">M</a></td><td width='1%'>1.31</td><td width='100%'>sim-scripts/Makefile</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/lm3s6965.in?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">sim-scripts/lm3s6965.in</font></td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -35,6 +35,7 @@
</font> leon3-gdb
 lm32_evr
 lm32_evr-gdb
<font color='#000088'>+lm3s6965
</font> m32csim
 m32csim-gdb
 m32rsim

<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-09-24    Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+       * lm3s6965.in.: New file.
+       * Makefile: Reflect change above.
+
</font> 2011-09-16        Sebastian Huber <sebastian.huber@embedded-brains.de>
 
        * check_endof: Update due to test case output changes.

<font color='#006600'>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
</font><font color='#997700'>@@ -9,7 +9,7 @@
</font>   ezkit533-skyeye gumstix rtl22xx smdk2410 leon2-skyeye
 
 TSIM_SCRIPTS=erc32 leon2 leon3
<font color='#880000'>-QEMU_SCRIPTS=pc386 qemuppc qemu-gumstix qemu-leon2 qemu-lm32_evr uC5282
</font><font color='#000088'>+QEMU_SCRIPTS=pc386 qemuppc qemu-gumstix qemu-leon2 qemu-lm32_evr uC5282 lm3s6965
</font> OTHER_SCRIPTS=avrtest
 GENERATED_SCRIPTS=\
   ${GDBSIM_SCRIPTS} $(GDBSIM_SCRIPTS:%=%-gdb) \
<font color='#997700'>@@ -50,6 +50,9 @@
</font> uC5282: gdb-sim-run.in uC5282.in
        ./mkrun no M68K-Coldfire m68k uC5282
 
<font color='#000088'>+lm3s6965: gdb-sim-run.in lm3s6965.in
+       ./mkrun no ARM arm lm3s6965
+
</font> ### Skyeye Simulator BSPs
 ant5206: gdb-sim-run.in gdb-sim.in ant5206.in
        ./mkrun yes M68K-Coldfire m68k ant5206

<font color='#006600'>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
</font><font color='#997700'>@@ -0,0 +1,39 @@
</font><font color='#000088'>+#
+#  arm/lm3s6965 Qemu Support<span style="background-color: #FF0000"> </span>
+#
+#  $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"
</font></pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>