<!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-04-28)</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-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * irq/irq.h, startup/bspstart.c: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog.diff?r1=text&tr1=1.177&r2=text&tr2=1.178&diff_format=h">M</a></td><td width='1%'>1.178</td><td width='100%'>c/src/lib/libbsp/powerpc/score603e/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.h.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>c/src/lib/libbsp/powerpc/score603e/irq/irq.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c.diff?r1=text&tr1=1.35&r2=text&tr2=1.36&diff_format=h">M</a></td><td width='1%'>1.36</td><td width='100%'>c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.177 rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.178
--- rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog:1.177    Sun Apr 25 10:27:55 2010
+++ rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog  Wed Apr 28 15:25:22 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * irq/irq.h, startup/bspstart.c: Remove warnings.
+
</font> 2010-04-25        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * console/consolebsp.h: Remove extraneous #warning.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.h:1.6 rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.h:1.7
--- rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.h:1.6      Tue May  5 11:24:04 2009
+++ rtems/c/src/lib/libbsp/powerpc/score603e/irq/irq.h  Wed Apr 28 15:25:22 2010
</font><font color='#997700'>@@ -145,6 +145,8 @@
</font> 
 #define MAX_BOARD_IRQS                 SCORE603E_IRQ19
 
<font color='#000088'>+extern void BSP_rtems_irq_mng_init(unsigned cpuId);
+
</font> #ifdef __cplusplus
 }
 #endif

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c:1.35 rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c:1.36
--- rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c:1.35    Sun Nov 29 22:33:54 2009
+++ rtems/c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c Wed Apr 28 15:25:23 2010
</font><font color='#997700'>@@ -5,7 +5,7 @@
</font>  *  The generic CPU dependent initialization has been performed
  *  before any of these are invoked.
  *
<font color='#880000'>- *  COPYRIGHT (c) 1989-2009.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2010.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -22,6 +22,7 @@
</font> #include <rtems/libcsupport.h>
 #include <rtems/bspIo.h>
 #include <libcpu/cpuIdent.h>
<font color='#000088'>+#include <bsp/irq.h>
</font> 
 #define DEBUG 0
 
<font color='#997700'>@@ -158,11 +159,9 @@
</font> void bsp_start( void )
 {
   rtems_status_code sc = RTEMS_SUCCESSFUL;
<font color='#880000'>-  unsigned char        *work_space_start;
</font>   unsigned int         msr_value = 0x0000;
   uintptr_t            intrStackStart;
   uintptr_t            intrStackSize;
<font color='#880000'>-  volatile uint32_t    *ptr;
</font>   ppc_cpu_id_t         myCpu;
   ppc_cpu_revision_t   myCpuRevision;
 
<font color='#997700'>@@ -197,9 +196,8 @@
</font>     intrStackStart, intrStackSize, BSP_heap_start
   );
 
<font color='#880000'>-  BSP_mem_size = RamSize;
-  printk("BSP_mem_size: 0x%x\n", BSP_mem_size );
-
</font><font color='#000088'>+  BSP_mem_size = (uint32_t) RamSize;
+  printk("BSP_mem_size: %p\n", RamSize );
</font> 
   /*
    * Initialize default raw exception handlers.
</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>