summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-06 00:03:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-06 00:03:16 +0000
commit4cb04f22509a2c8469700a9653ff463e740a0629 (patch)
treedef6a97e9b5f1e85480922a49f62f67a24afd84f /c/src/lib/libbsp/sparc/leon3/ChangeLog
parent2007-09-05 Daniel Hellstrom <daniel@gaisler.com> (diff)
downloadrtems-4cb04f22509a2c8469700a9653ff463e740a0629.tar.bz2
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
* include/bsp.h, startup/bspstart.c: LEON2 and LEON3 Data cache snooping detection on startup, for drivers. (LEON2,3 are configurable processors, they can be with or without DCache snooping. Caches without snooping needs the drivers to flush cache or use the sparc instruction lda to force cache miss...)
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index 6abc98391d..ad22325cf5 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,5 +1,13 @@
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
+ * include/bsp.h, startup/bspstart.c: LEON2 and LEON3 Data cache
+ snooping detection on startup, for drivers. (LEON2,3 are configurable
+ processors, they can be with or without DCache snooping. Caches
+ without snooping needs the drivers to flush cache or use the sparc
+ instruction lda to force cache miss...)
+
+2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
+
* Makefile.am, preinstall.am, amba/amba.c, include/amba.h,
include/leon.h: LEON3 AMBA PnP bus scanning moved to
shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was