History log of /seL4-refos-master/libs/libplatsupport/src/plat/pc99/pit.c
Revision Date Author Comments
# 4d7850d4 07-Nov-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libutils: Avoid unncessary error messages

This error case already returns a unique error code and could be quite reasonably
triggered in a normally behaving application.


# 692d3fce 07-Nov-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libplatsupport: Consistently print NS

Previous print mixed printing NS and ticks, this unifies to just printing NS


# 82830e96 09-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

platsupport: Check for io port support in pit_init

This prevents the pit driver from claiming to be successfully initialized when it does not
have access to any I/O ports.


# 3bc36d44 08-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libplatsupport: Correct format types for printf


# e86649e8 08-Oct-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

platsupport: remove unused constant in pit.c


# dae158f7 05-Oct-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

platsupport: expose pit constants, improve pit ltimer

- expose pit constants (min and max ns it can handle)
- modify pit ltimer to be able to set absolute and relative timeouts for
the pit that are greater than what the pit can handle by setting
a shorter timerout
- however, periodic timeouts which are greater than the max value the
pit can handle are NOT yet implemented
- otherwise just set a shorter timeout
- update pit error messages and codes. As the PIT is not an absolute
time source it doesn't make sense to return ETIME, instead return EINVAL
as the arguments are invalid


# 8a7bded7 06-Aug-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: Change log level to warning


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

Remove pstimer from PIT

users are expected to interact with PIT directly


# 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


# 3bd35371 15-Mar-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

libplatsupport: Use stubtimer timeout method

Remove a bunch of duplicated code.


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

libplatsupport: Expand timer properties

Indicate the types of timeout supported in the properties.


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

libplatsupport: Use stubtimer timeout method

Remove a bunch of duplicated code.


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

libplatsupport: Expand timer properties

Indicate the types of timeout supported in the properties.