summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/leon2/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-06 00:03:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-09-06 00:03:14 +0000
commit5982921836cadf985efcff7f52f063055848a4d2 (patch)
tree578e3462b392137e4e827618b54fa8d487250b8e /c/src/lib/libbsp/sparc/leon2/ChangeLog
parent2eb4aba98f423088e0ed8f53ac1f93d47e7447bc (diff)
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
* include/bsp.h: 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/leon2/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/ChangeLog b/c/src/lib/libbsp/sparc/leon2/ChangeLog
index 69190125ba..54eb6eff4a 100644
--- a/c/src/lib/libbsp/sparc/leon2/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon2/ChangeLog
@@ -1,5 +1,13 @@
2007-09-05 Daniel Hellstrom <daniel@gaisler.com>
+ * include/bsp.h: 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: LEON3 AMBA PnP bus scanning moved to
shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was
improved to take account for PnP info address translation. This is