summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/ChangeLog
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-03-10 19:52:35 +0000
committerEric Norum <WENorum@lbl.gov>2005-03-10 19:52:35 +0000
commitcbb615bfa57789f685ec2cae3f12772180f6f60e (patch)
tree4fdefe4bef268bf42c5a19c1d5e566fb3125337e /c/src/lib/libbsp/m68k/uC5282/ChangeLog
parent2005-03-08 Jay Monkman <jtm@lopingdog.com> (diff)
downloadrtems-cbb615bfa57789f685ec2cae3f12772180f6f60e.tar.bz2
Add NOP after writing the CACR is there to address the issue
noted in "Device Errata MCF5282DE", Rev. 1.7, 09/2004.
Diffstat (limited to 'c/src/lib/libbsp/m68k/uC5282/ChangeLog')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/ChangeLog b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
index 05275b0552..ac69eea3b1 100644
--- a/c/src/lib/libbsp/m68k/uC5282/ChangeLog
+++ b/c/src/lib/libbsp/m68k/uC5282/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-10 Eric Norum <norume@aps.anl.gov>
+
+ * startup/bspstart.c: Add NOP after CACR writes. (work around hardware bug)
+
2005-02-14 Eric Norum <norume@aps.anl.gov>
* startup/bspstart.c: Don't cache flash -- it messes up programming.