aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/mpcore_timer.c
Commit message (Expand)AuthorAgeFilesLines
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* Add a missing \n to a bootverbose printf.Ian Lepore2019-01-071-1/+1
* Use the TSLOG framework to record entry/exit timestamps for DELAY andColin Percival2017-12-311-0/+2
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add inline functions to convert between sbintime_t and decimal time units.Ian Lepore2017-07-291-1/+1
* Remove the MULTIDELAY option from arm. It's now enabled when PLATFORM isAndrew Turner2017-07-071-8/+2
* Make MULTIDELAY a requirement in the MPCore Timer driver when usingAndrew Turner2017-07-051-0/+4
* Only register as the platform DELAY() implementation if the setup of theIan Lepore2017-06-181-1/+6
* Add MULTIDELAY support to the mpcore timer driver. This is needed whenAndrew Turner2017-06-031-31/+43
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-2/+2
* Remove trailing whitespace from sys/arm/armAndrew Turner2015-05-241-2/+2
* Don't include unneeded files in the arm machine/fdt.h. While here, removeAndrew Turner2015-04-041-1/+0
* Make the ARM MPCore Timer driver work with published standard FDT bindings.Ian Lepore2014-09-201-106/+183
* Attach arm generic interrupt and timer drivers in the middle ofIan Lepore2014-08-051-1/+2
* Actually save the clock frequency retrieved from fdt data. I fumbledIan Lepore2014-04-041-0/+1
* Trivial changes/forced-commit to document previous change r264050 whoseIan Lepore2014-04-021-7/+7
* (no commit message)Ian Lepore2014-04-021-25/+72
* Disable the timer and clear any pending bit, then setup the new counterIan Lepore2014-04-021-2/+5
* Use the standard __used macro instead of a bare __attribute__.Ian Lepore2014-03-031-2/+1
* Add __attribute__((used)) so that the delay implementation doesn't getIan Lepore2014-03-021-0/+1
* Supply a DELAY() implementation via weak linkage, so that SoC-specificIan Lepore2014-02-281-6/+14
* Replace many pasted identical definitions of cpu_initclocks() with a commonIan Lepore2014-02-261-19/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-271-1/+0
* Let the platform calculate the timer frequency at runtime, and use that forOlivier Houchard2013-08-051-6/+13
* MFcalloutng:Alexander Motin2013-02-281-21/+9
* Fix spelling.Tim Kientzle2012-11-251-1/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-0/+431