change log for rtems (2010-04-28)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Apr 28 21:11:36 UTC 2010
*joel*:
2010-04-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
* irq/irq.h, startup/bspstart.c: Remove warnings.
M 1.178 c/src/lib/libbsp/powerpc/score603e/ChangeLog
M 1.7 c/src/lib/libbsp/powerpc/score603e/irq/irq.h
M 1.36 c/src/lib/libbsp/powerpc/score603e/startup/bspstart.c
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
@@ -1,3 +1,7 @@
+2010-04-28 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+ * irq/irq.h, startup/bspstart.c: Remove warnings.
+
2010-04-25 Joel Sherrill <joel.sherrilL at OARcorp.com>
* console/consolebsp.h: Remove extraneous #warning.
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
@@ -145,6 +145,8 @@
#define MAX_BOARD_IRQS SCORE603E_IRQ19
+extern void BSP_rtems_irq_mng_init(unsigned cpuId);
+
#ifdef __cplusplus
}
#endif
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
@@ -5,7 +5,7 @@
* The generic CPU dependent initialization has been performed
* before any of these are invoked.
*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -22,6 +22,7 @@
#include <rtems/libcsupport.h>
#include <rtems/bspIo.h>
#include <libcpu/cpuIdent.h>
+#include <bsp/irq.h>
#define DEBUG 0
@@ -158,11 +159,9 @@
void bsp_start( void )
{
rtems_status_code sc = RTEMS_SUCCESSFUL;
- unsigned char *work_space_start;
unsigned int msr_value = 0x0000;
uintptr_t intrStackStart;
uintptr_t intrStackSize;
- volatile uint32_t *ptr;
ppc_cpu_id_t myCpu;
ppc_cpu_revision_t myCpuRevision;
@@ -197,9 +196,8 @@
intrStackStart, intrStackSize, BSP_heap_start
);
- BSP_mem_size = RamSize;
- printk("BSP_mem_size: 0x%x\n", BSP_mem_size );
-
+ BSP_mem_size = (uint32_t) RamSize;
+ printk("BSP_mem_size: %p\n", RamSize );
/*
* Initialize default raw exception handlers.
--
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/20100428/3b6811aa/attachment-0001.html>
More information about the vc
mailing list