summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/ChangeLog b/c/src/lib/libbsp/sparc/leon2/ChangeLog
index d8a1178998..2b14897432 100644
--- a/c/src/lib/libbsp/sparc/leon2/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon2/ChangeLog
@@ -1,3 +1,12 @@
+2006-11-16 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c: Use common clock driver template and eliminate all
+ fast idle code specific to this BSP. This eliminates a fair amount of
+ code in the BSP clock driver and bsp_startup. The LEON3 has to do a
+ scan of the AMBA bus to find the timer so I added the new hook
+ Clock_driver_support_find_timer to support this. In general, there
+ was some clean up to the file headers of various files.
+
2006-11-15 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a