summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/shared/start.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-16 16:31:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-16 16:31:38 +0000
commit9824dafe0ef03c5a54d5756fbc04c624aaf41ba5 (patch)
tree28af37840676816553bb051308181b37dae91900 /c/src/lib/libbsp/sparc/shared/start.S
parent2006-11-16 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9824dafe0ef03c5a54d5756fbc04c624aaf41ba5.tar.bz2
2006-11-16 Joel Sherrill <joel@OARcorp.com>
* shared/bspstart.c, shared/start.S: 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/shared/start.S')
-rw-r--r--c/src/lib/libbsp/sparc/shared/start.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/shared/start.S b/c/src/lib/libbsp/sparc/shared/start.S
index 4a1f1adebc..7d78119840 100644
--- a/c/src/lib/libbsp/sparc/shared/start.S
+++ b/c/src/lib/libbsp/sparc/shared/start.S
@@ -7,6 +7,13 @@
* distribution of the SPARC Instruction Simulator (SIS) found
* at ftp://ftp.estec.esa.nl/pub/ws/wsd/erc32.
*
+ * COPYRIGHT (c) 1989-2006.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
* $Id$
*/