summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2011-11-08 10:05:50 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2011-11-08 10:05:50 +0000
commitedb1dd83b8fa76b1862162b9c2dfd6a8f42f63ef (patch)
tree50ab7f03eccb55fab2062696f3a0ab859e5115b7 /c/src/lib/libcpu/powerpc/ChangeLog
parent2011-11-07 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-edb1dd83b8fa76b1862162b9c2dfd6a8f42f63ef.tar.bz2
2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for MPC5674F. Use it for all to be safe. * mpc55xx/include/emios.h: Fixed eMIOS module count. * mpc55xx/include/irq.h: Fixed CAN vector numbers. BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 6287d014af..d146dde835 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * new-exceptions/bspsupport/ppc_exc_async_normal.S: Bugfix for
+ MPC5674F. Use it for all to be safe.
+ * mpc55xx/include/emios.h: Fixed eMIOS module count.
+ * mpc55xx/include/irq.h: Fixed CAN vector numbers.
+ BSP_INTERRUPT_HANDLER_TABLE_SIZE is now a BSP option.
+
2011-10-10 Sebastian Huber <sebastian.huber@embedded-brains.de>
* mpc55xx/include/fsl-mpc567x.h: Added EQADC as an alias to EQADC_A.