summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/bfin/clock (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-03-26bsp/bfin: Move libcpu content to bspsSebastian Huber2-339/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-11-09score: Add and use Thread_Control::is_idleSebastian Huber1-5/+1
Update #2797.
2016-03-27libcpu/bfin/clock/clock.c: Fix warning by including <rtems/clockdrv.h>Joel Sherrill1-0/+2
2016-01-11score: Introduce Thread_Entry_informationSebastian Huber1-2/+2
This avoids potential dead code in _Thread_Handler(). It gets rid of the dangerous function pointer casts. Update #2514.
2015-06-26score: Simplify <rtems/system.h>Sebastian Huber1-0/+1
Drop the <rtems/score/percpu.h> include since this file exposes a lot of implementation details.
2015-03-17libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get()Joel Sherrill1-2/+2
2014-10-31libcpu/bfin/clock/tod.h: Delete - missed on previous commitsJoel Sherrill1-61/+0
2014-10-16bfin libcpu and libbsp: Fix warningsJoel Sherrill2-2/+3
2014-10-13libcpu/bfin/clock: Fix warningsJoel Sherrill2-52/+21
2014-09-16tod.h -> libcsupport like other driver and helper prototype filesJoel Sherrill1-1/+1
This rippled into the handful of files that should have been using <rtems/tod.h>.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2013-08-14bsps: Fix clock driver definesSebastian Huber1-2/+2
2013-08-01score: Rename tod.h to todimpl.hSebastian Huber1-1/+1
2013-07-26score: Merge tod implementation into one fileSebastian Huber1-0/+1
Delete TOD_MICROSECONDS_PER_SECOND, TOD_MICROSECONDS_TO_TICKS() and TOD_MILLISECONDS_TO_TICKS().
2013-05-31score: Remove idle field of Per_CPU_ControlSebastian Huber1-2/+5
This field is unused except for special case simulator clock drivers. In these places use an alternative. Add and use _Thread_Set_global_exit_status() and _Thread_Get_global_exit_status().
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill3-6/+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.
2009-11-30Whitespace removal.Ralf Corsepius3-20/+20
2009-10-202009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-1/+1
* clock/rtc.c: Add initializer (Silence warning).
2009-05-272009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2-27/+103
* clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
2008-09-252008-09-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill1-0/+3
* clock/clock.c, include/bf533.h, include/bf537.h, include/sicRegs.h:
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-43/+0
* clock/clock.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
2008-08-18Add missing prototypes.Ralf Corsepius1-3/+3
2008-08-152008-08-15 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill3-0/+397
* ChangeLog, Makefile.am, README, configure.ac, preinstall.am, cache/cache.c, cache/cache_.h, clock/clock.c, clock/rtc.c, clock/tod.h, include/bf533.h, include/bf537.h, include/cecRegs.h, include/coreTimerRegs.h, include/dmaRegs.h, include/ebiuRegs.h, include/ethernetRegs.h, include/gpioRegs.h, include/memoryRegs.h, include/mmuRegs.h, include/ppiRegs.h, include/rtcRegs.h, include/sicRegs.h, include/spiRegs.h, include/sportRegs.h, include/timerRegs.h, include/twiRegs.h, include/uartRegs.h, include/wdogRegs.h, interrupt/interrupt.c, interrupt/interrupt.h, mmu/mmu.c, mmu/mmu.h, network/ethernet.c, network/ethernet.h, serial/spi.c, serial/spi.h, serial/sport.c, serial/sport.h, serial/twi.c, serial/twi.h, serial/uart.c, serial/uart.h, timer/timer.c: New files.