<!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 (2010-05-07)</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>2010-05-07 Michael Walle <michael@walle.cc>

        * shared/start/start.S: Add support for qemu-system-lm32 shutdown
        device.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/lm32/ChangeLog.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>c/src/lib/libbsp/lm32/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/lm32/shared/start/start.S.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>c/src/lib/libbsp/lm32/shared/start/start.S</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/lm32/ChangeLog:1.12 rtems/c/src/lib/libbsp/lm32/ChangeLog:1.13
--- rtems/c/src/lib/libbsp/lm32/ChangeLog:1.12  Wed Nov 25 16:55:51 2009
+++ rtems/c/src/lib/libbsp/lm32/ChangeLog       Fri May  7 14:02:45 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-05-07    Michael Walle <michael@walle.cc>
+
+       * shared/start/start.S: Add support for qemu-system-lm32 shutdown
+       device.
+
</font> 2009-11-25        Michael Walle <michael@walle.cc>
 
        * shared/gdbstub/lm32-stub.c: Fix wrong computation of negative branch

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/lm32/shared/start/start.S:1.7 rtems/c/src/lib/libbsp/lm32/shared/start/start.S:1.8
--- rtems/c/src/lib/libbsp/lm32/shared/start/start.S:1.7        Sun Nov 29 08:48:22 2009
+++ rtems/c/src/lib/libbsp/lm32/shared/start/start.S    Fri May  7 14:02:45 2010
</font><font color='#997700'>@@ -150,10 +150,16 @@
</font>   call    r7
        # boot_card returns when RTEMS is shutdown
 #if ON_SIMULATOR
<font color='#000088'>+    #if defined(ON_GDB_SIM)
</font>   #define SYS_exit        1
<font color='#880000'>-
</font>         mvi     r8, SYS_exit
         scall
<font color='#000088'>+    #else
+       # on qemu-lm32
+       mvhi    r7, hi(SYS_CTRL_REG)
+       ori     r7, r7, lo(SYS_CTRL_REG)
+       sw      (r7+0), r0
+    #endif
</font> #endif
 
 .dead_end:
</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>