<!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 (2011-01-31)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>

        * startup/bspreset.c: New file.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>c/src/lib/libbsp/m32r/m32rsim/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c?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">c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog:1.10 rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog:1.11
--- rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog:1.10  Mon Jan 31 11:41:09 2011
+++ rtems/c/src/lib/libbsp/m32r/m32rsim/ChangeLog       Mon Jan 31 19:13:10 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-01-31        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * startup/bspreset.c: New file.
+
+2011-01-31     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
        start/start.S: Create dedicated bsp_reset() and clean up.
 

<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c:1.1
--- /dev/null   Mon Jan 31 20:10:21 2011
+++ rtems/c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c      Mon Jan 31 19:13:10 2011
</font><font color='#997700'>@@ -0,0 +1,19 @@
</font><font color='#000088'>+/*
+ *  COPYRIGHT (c) 1989-2011.
+ *  On-Line Applications Research Corporation (OAR).
+ *
+ *  The license and distribution terms for this file may be
+ *  found in the file LICENSE in this distribution or at
+ *  http://www.rtems.com/license/LICENSE.
+ *
+ *  $Id$
+ */
+
+#include <rtems.h>
+#include <bsp/bootcard.h>
+#include <bsp.h>
+
+void bsp_reset( void )
+{
+  TRAP0(SYS_exit, 0, 0, 0);
+}
</font></pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-01-31 Joel Sherrill <joel.sherrill@oarcorp.com>

        * context_switch.S: Reverse registers.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32r/ChangeLog.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>cpukit/score/cpu/m32r/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/score/cpu/m32r/context_switch.S.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>cpukit/score/cpu/m32r/context_switch.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32r/ChangeLog:1.9 rtems/cpukit/score/cpu/m32r/ChangeLog:1.10
--- rtems/cpukit/score/cpu/m32r/ChangeLog:1.9   Thu Oct 21 17:13:20 2010
+++ rtems/cpukit/score/cpu/m32r/ChangeLog       Mon Jan 31 19:14:54 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-01-31    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * context_switch.S: Reverse registers.
+
</font> 2010-10-21        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to

<font color='#006600'>diff -u rtems/cpukit/score/cpu/m32r/context_switch.S:1.2 rtems/cpukit/score/cpu/m32r/context_switch.S:1.3
--- rtems/cpukit/score/cpu/m32r/context_switch.S:1.2    Sat Mar 27 10:02:02 2010
+++ rtems/cpukit/score/cpu/m32r/context_switch.S        Mon Jan 31 19:14:54 2011
</font><font color='#997700'>@@ -65,5 +65,5 @@
</font>   .global _CPU_Context_Restart_self
        .type   _CPU_Context_Restart_self, @function
 _CPU_Context_Restart_self:
<font color='#880000'>-   mv      r0, r1
</font><font color='#000088'>+      mv      r1, r0
</font>   bra     restore
</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>