History log of /seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/imx7/platsupport/plat/timer.h
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.


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

Generify i.MX timers

This commit splits out imx timer functionality to remove the #ifdefs for
i.MX7. This is driven by the need on the RT kernel to use two EPITS
instead of an EPIT and GPT for the user level timer drivers, which makes
all the i.MX timers similar, in that they use a timer for timeouts and a
timer for the time, but different in that they all use different
combinations of timers.


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

plat/imx7: add initial support for imx7 SoC