summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/clock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Clock_driver_support_install_isr()Sebastian Huber2017-09-181-4/+2
| | | | | | | Remove old ISR parameter since is not used by the clock driver shell. Make an implementation optional. Update #3139.
* Remove sparc/sis BSP.Joel Sherrill2016-11-291-4/+0
| | | | closes #2810.
* sparc: Optimize CPU counter supportSebastian Huber2016-06-221-5/+2
|
* sparc: Rework CPU counter supportSebastian Huber2016-06-211-0/+6
| | | | | Rework CPU counter support to enable use of the GR740 up-counter via %asr22 and %asr23.
* score: Fix simple timecounter supportSebastian Huber2016-01-191-3/+10
| | | | Update #2502.
* bsps: Convert clock drivers to use a timecounterAlexander Krutwig2015-05-201-18/+34
| | | | Update #2271.
* bsps/sparc: Change tabs to spaces.Daniel Cederman2014-05-271-1/+1
|
* bsps/sparc: Make lines in SPARC BSPs adhere to 80 character limit.Daniel Cederman2014-05-271-2/+4
|
* leon2 ckinit.c, console.c: Comment clean upJoel Sherrill2014-04-031-5/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* leon2_doxygen_1Radu2013-12-021-0/+6
|
* leon2/.../ckinit.c: Change get nanoseconds handler to staticJoel Sherrill2013-09-301-1/+1
|
* bsps: Fix clock driver definesSebastian Huber2013-08-141-1/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-07-21 Jorge Lopez <jorge.lopez.trescastro@esa.int>Joel Sherrill2011-07-211-0/+2
| | | | | PR 1766/bsps * clock/ckinit.c: Add missing read of Timer_Counter_1.
* 2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-03-041-5/+8
| | | | | | | PR 1748/bsps * clock/ckinit.c: When the clock tick generates an interrupt WHILE we have interrupts disabled doing a get TOD or uptime, the get nanoseconds handler was returning a bogusly large number.
* Whitespace removal.Ralf Corsepius2009-11-291-1/+1
|
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-301-1/+1
| | | | | * clock/ckinit.c: include "../../../shared/clockdrv_shell.h". * Makefile.am: Reflect changes above.
* 2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-071-1/+14
| | | | * clock/ckinit.c: Add nanoseconds clock tick granularity support.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-1/+1
| | | | | | * clock/ckinit.c, include/bsp.h: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2006-11-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-11-161-224/+37
| | | | | | | | | * 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.
* Backport from rtems-4-6-branch.Ralf Corsepius2006-01-091-0/+249