<!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-05-18)</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>strauman</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-05-18 Till Straumann <strauman@slac.stanford.edu>

        PR1797/bsps
        * shared/bootcard.c: Fixed a typo (in code, not comment) which
        I introduced with the last change.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/ChangeLog.diff?r1=text&tr1=1.69&r2=text&tr2=1.70&diff_format=h">M</a></td><td width='1%'>1.70</td><td width='100%'>c/src/lib/libbsp/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/ChangeLog.diff?r1=text&tr1=1.68.2.1&r2=text&tr2=1.68.2.2&diff_format=h">M</a></td><td width='1%'>1.68.2.2</td><td width='100%'>c/src/lib/libbsp/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/bootcard.c.diff?r1=text&tr1=1.48&r2=text&tr2=1.49&diff_format=h">M</a></td><td width='1%'>1.49</td><td width='100%'>c/src/lib/libbsp/shared/bootcard.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/bootcard.c.diff?r1=text&tr1=1.47.2.1&r2=text&tr2=1.47.2.2&diff_format=h">M</a></td><td width='1%'>1.47.2.2</td><td width='100%'>c/src/lib/libbsp/shared/bootcard.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/ChangeLog:1.69 rtems/c/src/lib/libbsp/ChangeLog:1.70
--- rtems/c/src/lib/libbsp/ChangeLog:1.69       Wed May 18 00:26:52 2011
+++ rtems/c/src/lib/libbsp/ChangeLog    Wed May 18 11:09:37 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-05-18    Till Straumann <strauman@slac.stanford.edu>
+
+       PR1797/bsps
+       * shared/bootcard.c: Fixed a typo (in code, not comment) which
+       I introduced with the last change.
+
</font> 2011-05-17        Till Straumann <strauman@slac.stanford.edu>
 
        PR1797/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/ChangeLog:1.68.2.1 rtems/c/src/lib/libbsp/ChangeLog:1.68.2.2
--- rtems/c/src/lib/libbsp/ChangeLog:1.68.2.1   Wed May 18 00:08:35 2011
+++ rtems/c/src/lib/libbsp/ChangeLog    Wed May 18 11:08:56 2011
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2011-05-18    Till Straumann <strauman@slac.stanford.edu>
+
+       PR1797/bsps
+       * shared/bootcard.c: Fixed a typo (in code, not comment) which
+       I introduced with the last change.
+
</font> 2011-05-17        Till Straumann <strauman@slac.stanford.edu>
 
        PR1797/bsps

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/bootcard.c:1.48 rtems/c/src/lib/libbsp/shared/bootcard.c:1.49
--- rtems/c/src/lib/libbsp/shared/bootcard.c:1.48       Wed May 18 00:26:52 2011
+++ rtems/c/src/lib/libbsp/shared/bootcard.c    Wed May 18 11:09:37 2011
</font><font color='#997700'>@@ -84,7 +84,7 @@
</font> )
 {
   if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
<font color='#880000'>-    if ( rtems_unified_work_area ) {
</font><font color='#000088'>+    if ( ! rtems_unified_work_area ) {
</font>       uintptr_t work_space_size = rtems_configuration_get_work_space_size();
 
       heap_start = (char *) work_area_start + work_space_size;

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.1 rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.2
--- rtems/c/src/lib/libbsp/shared/bootcard.c:1.47.2.1   Wed May 18 00:08:35 2011
+++ rtems/c/src/lib/libbsp/shared/bootcard.c    Wed May 18 11:08:56 2011
</font><font color='#997700'>@@ -84,7 +84,7 @@
</font> )
 {
   if ( heap_start == BSP_BOOTCARD_HEAP_USES_WORK_AREA ) {
<font color='#880000'>-    if ( rtems_unified_work_area ) {
</font><font color='#000088'>+    if ( ! rtems_unified_work_area ) {
</font>       uintptr_t work_space_size = rtems_configuration_get_work_space_size();
 
       heap_start = (char *) work_area_start + work_space_size;
</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>