summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon3/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/leon3/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/ChangeLog b/c/src/lib/libbsp/sparc/leon3/ChangeLog
index 340be0ee39..b2c982359e 100644
--- a/c/src/lib/libbsp/sparc/leon3/ChangeLog
+++ b/c/src/lib/libbsp/sparc/leon3/ChangeLog
@@ -1,3 +1,13 @@
+2006-11-16 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c, startup/bspstart.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