summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
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 5033d9087f..f9dc8605d2 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,18 @@
+2008-07-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
+
+ * shared/include/powerpc-utility.h: Changed special purpose register
+ inline functions to macros. Added macros to set and clear bits for
+ SPRs and DCRs.
+
+ * new-exceptions/raw_exception.c: The watchdog exception for e200 is
+ now asynchronous.
+
+ * mpc83xx/gtm/gtm.c: Bugfix for some value assignments.
+
+ * mpc55xx/include/watchdog.h: New file.
+
+ * Makefile.am: Install mpc55xx/include/watchdog.h for MPC55XX.
+
2008-07-18 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* mpc83xx/network/tsec.c: Initialize PHY registers late enough,