summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-16 16:31:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-16 16:31:32 +0000
commit74b09f1ca9ba5035c4e82c4c8830f6d015bbfdca (patch)
treea195ee58aeed6d53e559d1f958769680e9380e9a /c/src/lib/libbsp/sparc/erc32/ChangeLog
parentFix typo. (diff)
downloadrtems-74b09f1ca9ba5035c4e82c4c8830f6d015bbfdca.tar.bz2
2006-11-16 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c, console/console.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.
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/ChangeLog')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/ChangeLog b/c/src/lib/libbsp/sparc/erc32/ChangeLog
index 32c71ed5e0..98933af84f 100644
--- a/c/src/lib/libbsp/sparc/erc32/ChangeLog
+++ b/c/src/lib/libbsp/sparc/erc32/ChangeLog
@@ -1,3 +1,13 @@
+2006-11-16 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/ckinit.c, console/console.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