History log of /seL4-refos-master/projects/util_libs/libplatsupport/include/platsupport/timer.h
Revision Date Author Comments
# fff76a36 26-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

trivial: yet another missing include


# f5c33eb7 19-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Remove pstimer_t -> deprecated by ltimer


# 398af6af 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of file


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 97b6b0e5 31-Jan-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

Hikey: Add the RTC and a virtual timer

The hikey timer we were using before was a downcounter, and it
didn't provide timestamps. There is no upcounter available for
userspace either other than the RTCs (there are 2, but they operate literally
at 1Hz), but they are meant for D/M/Y type timestamps -- they're not
meant to be high resolution timers.

There are, on the other hand, 18 high-resolution microsecond-resolution
timers on the hi6220 hikey SoC (although they are all downcounters). So
this patch introduces a pseudo VIRTUAL_COUNTER driver that combines the
RTC timestamp upcounter with a high resolution downcounter to provide a
high resolution timestamp upcounter.


# 7c2445e5 15-Mar-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

libplatsupport: Expand timer properties

Indicate the types of timeout supported in the properties.


# 28fd95e9 15-Mar-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

libplatsupport: Expand timer properties

Indicate the types of timeout supported in the properties.