History log of /seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/imx/gpt.c
Revision Date Author Comments
# ababc799 01-Jan-2020 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Update licenses

All of these files saw significant changes, so we update the license to
reflect this.


# e3e65575 01-Jan-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport,imx: Move HW ops to driver level

Timer resource initialisation and the management of interrupts should
belong in the driver level and not the timer abstraction level. This
commits moves those operations down into the driver level for the i.MX
platforms.


# c6e8b8b9 07-Mar-2019 Damon Lee <Damon.Lee@data61.csiro.au>

Libplatsupport: Cap the timer counter values if it cannot fit in 32 bits


# 5a483d23 13-Dec-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Trivial: s/<</BIT


# fd0e2d06 24-Aug-2017 Yanyan Shen <yanyan.shen@data61.csiro.au>

plat/imx7: add initial support for imx7 SoC


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

Remove pstimer from imx gpt

Users interact directly with gpt interface


# 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


# 002fe13a 16-Apr-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

platsupport: fix imx gpt reset

It would override the config of the timer in timer_stop, so
timer_start wouldn't work next time.


# 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.