change log for rtems (2011-06-07)
rtems-vc at rtems.org
rtems-vc at rtems.org
Tue Jun 7 15:10:26 UTC 2011
*sh*:
2011-06-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
* Makefile.am: Added custom memcpy().
* startup/bspstart.c: Install standard alignment handler.
M 1.67 c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog
M 1.26 c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
M 1.21 c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c
diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.66 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.67
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog:1.66 Tue Jun 7 08:30:45 2011
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog Tue Jun 7 09:10:54 2011
@@ -1,5 +1,10 @@
2011-06-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
+ * Makefile.am: Added custom memcpy().
+ * startup/bspstart.c: Install standard alignment handler.
+
+2011-06-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
+
* configure.ac, startup/start.S: Use standard cache BSP options.
2011-06-07 Sebastian Huber <sebastian.huber at embedded-brains.de>
diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.25 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.26
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am:1.25 Tue Jun 7 04:14:06 2011
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am Tue Jun 7 09:10:54 2011
@@ -50,6 +50,7 @@
../../shared/bootcard.c ../shared/src/tictac.c ../../shared/bspclean.c \
../shared/startup/bspidle.c startup/bspstart.c startup/bspgetworkarea.c \
../../shared/bsppretaskinghook.c \
+ ../shared/src/memcpy.c \
../shared/src/bsp-start-zero.S
# clock
diff -u rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c:1.20 rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c:1.21
--- rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c:1.20 Tue Jun 7 04:14:06 2011
+++ rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspstart.c Tue Jun 7 09:10:54 2011
@@ -617,6 +617,7 @@
} else {
DEBUG_DONE();
}
+ ppc_exc_set_handler(ASM_ALIGN_VECTOR, ppc_exc_alignment_handler);
/* Initialize interrupts */
RTEMS_DEBUG_PRINT( "Initialize interrupts ...\n");
--
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/20110607/bc24af04/attachment-0001.html>
More information about the vc
mailing list