summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-13 13:13:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-09-13 13:13:34 +0000
commit0130f65396d22808318dd6ea4b3635ac942e887a (patch)
treec72a5bc05b9405756c398f0c18d60ae84d2cb6b1 /c/src/lib/libcpu/powerpc/ChangeLog
parentAdded reference to PR527. (diff)
downloadrtems-0130f65396d22808318dd6ea4b3635ac942e887a.tar.bz2
2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 527/bsps PR 822/bsps * mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot, because some logical errors are in the startup code. Additionally, the mpc8xx shared clock driver does not support the clocking scheme of some of the board variants, which are clocked from a 32768Hz (!) external crystal.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 99f61ce643..cfb03b4233 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,13 @@
+2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+
+ PR 527/bsps
+ PR 822/bsps
+ * mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot,
+ because some logical errors are in the startup code. Additionally,
+ the mpc8xx shared clock driver does not support the clocking scheme
+ of some of the board variants, which are clocked from a 32768Hz (!)
+ external crystal.
+
2005-08-12 Phil Torre <ptorre@zetron.com>
PR 816/bsps