History log of /seL4-camkes-master/projects/util_libs/libplatsupport/plat_include/omap3/platsupport/plat/gpt_constants.h
Revision Date Author Comments
# b31d9da3 07-May-2020 Michael Yoo <michael.yoo@data61.csiro.au>

libplatsupport: omap3 ltimer refactor

This refactors the omap3 ltimer to use the new
driver framework APIs.
- IRQ Chip parser "copied" off avic.c
- Change array-based ABS and REL timer distinction
into two different variables
- gpt_create() sets up mappings, while
abs_gpt_init()/rel_gpt_init() set up the registers
- Change some signatures to void
- IRQ handler moved to timer driver
- IRQ handler logic is shared between 'abs' and
'rel' timers, behaviour differs on how they were
initialised


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

trivial: use pragma once


# 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


# 03ede780 23-Aug-2016 Kent McLeod <kent.mcleod@nicta.com.au>

Remove trailing whitespace


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

libplatsupport: Add absolute timer driver for omap


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

libplatsupport: Add absolute timer driver for omap