change log for rtems (2011-01-31)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Feb 1 02:10:21 UTC 2011
*joel*:
2011-01-31 Joel Sherrill <joel.sherrill at oarcorp.com>
* startup/bspreset.c: New file.
M 1.11 c/src/lib/libbsp/m32r/m32rsim/ChangeLog
A 1.1 c/src/lib/libbsp/m32r/m32rsim/startup/bspreset.c
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
@@ -1,5 +1,9 @@
2011-01-31 Joel Sherrill <joel.sherrill at oarcorp.com>
+ * startup/bspreset.c: New file.
+
+2011-01-31 Joel Sherrill <joel.sherrill at oarcorp.com>
+
* Makefile.am, configure.ac, console/console-io.c, include/bsp.h,
start/start.S: Create dedicated bsp_reset() and clean up.
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
@@ -0,0 +1,19 @@
+/*
+ * 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);
+}
*joel*:
2011-01-31 Joel Sherrill <joel.sherrill at oarcorp.com>
* context_switch.S: Reverse registers.
M 1.10 cpukit/score/cpu/m32r/ChangeLog
M 1.3 cpukit/score/cpu/m32r/context_switch.S
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
@@ -1,3 +1,7 @@
+2011-01-31 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * context_switch.S: Reverse registers.
+
2010-10-21 Joel Sherrill <joel.sherrill at oarcorp.com>
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
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
@@ -65,5 +65,5 @@
.global _CPU_Context_Restart_self
.type _CPU_Context_Restart_self, @function
_CPU_Context_Restart_self:
- mv r0, r1
+ mv r1, r0
bra restore
--
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/20110131/30174289/attachment.html>
More information about the vc
mailing list