summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-08 23:43:24 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-08 23:43:24 +0000
commit94e1931c5b8ce7e34c4293efbb8dcc106a532ac9 (patch)
tree3723b8eeed0bb1cdf8905c4ba89a8b25720243da /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-08 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-94e1931c5b8ce7e34c4293efbb8dcc106a532ac9.tar.bz2
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/bspsupport/, new-exceptions/bspsupport/ppc_exc.S, new-exceptions/bspsupport/ppc_exc_test.c, new-exceptions/bspsupport/vectors.h, new-exceptions/bspsupport/vectors_init.c, new-exceptions/bspsupport/irq.c, new-exceptions/bspsupport/ppc_exc_bspsupp.h, new-exceptions/bspsupport/ppc_exc_hdl.c, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/nested_irq_test.c: New files. Added 'middleware' code for helping BSPs implement exception and interrupt handling and implementing the 'new' RTEMS IRQ API (which I personally dislike).
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 6353711fa3..bb036d34d5 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,20 @@
2007-12-08 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/bspsupport/, new-exceptions/bspsupport/ppc_exc.S,
+ new-exceptions/bspsupport/ppc_exc_test.c,
+ new-exceptions/bspsupport/vectors.h,
+ new-exceptions/bspsupport/vectors_init.c,
+ new-exceptions/bspsupport/irq.c,
+ new-exceptions/bspsupport/ppc_exc_bspsupp.h,
+ new-exceptions/bspsupport/ppc_exc_hdl.c,
+ new-exceptions/bspsupport/ppc_exc_asm_macros.h,
+ new-exceptions/bspsupport/nested_irq_test.c:
+ New files. Added 'middleware' code for helping BSPs implement
+ exception and interrupt handling and implementing the 'new'
+ RTEMS IRQ API (which I personally dislike).
+
+2007-12-08 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/e500_raw_exc_init.c, new-exceptions/raw_exception.c,
shared/include/cpuIdent.c, shared/include/cpuIdent.h:
Added different kinds of 'bookE' to the ppc_cpu_is_bookE feature