summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/leon2/clock (follow)
AgeCommit message (Collapse)Author
2008-05-072008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* clock/ckinit.c: Add nanoseconds clock tick granularity support.
2006-11-162006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* 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-01-09Backport from rtems-4-6-branch.Ralf Corsepius