summaryrefslogtreecommitdiff
path: root/sys/arch/arm/cortex/agtimer.c
AgeCommit message (Expand)Author
2020-07-12Use the full 32 bits for the miscellaneous armv7 timecounters.Christian Weisgerber
2018-08-11Use MAXCPUS as the number of elements for the array of per-cpu data.Mark Kettenis
2016-09-24Remove a couple of unsused static inline functions. Also remove a comparisMark Kettenis
2016-08-10Dynamically attach agtimer(4). Since agtimer(4) also provides the delay()Mark Kettenis
2016-08-05Unmask the timer output signal for real.Mark Kettenis
2015-12-12comment typommcc
2015-06-06Add some changes from Patrick Wildt in bitrig that are required to makeJonathan Gray
2015-05-29add some more cortex A idsJonathan Gray
2015-05-29Remove unused bus space tags/handles. The generic timer uses the cp15Jonathan Gray
2013-09-09Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.Patrick Wildt