History log of /seL4-refos-master/projects/util_libs/libplatsupport/plat_include/rockpro64/platsupport/plat/timer.h
Revision Date Author Comments
# 28c378b5 10-Sep-2020 Curtis Millar <curtis.millar@data61.csiro.au>

rockpro64 timer: Allocate IRQ from FDT directly

This traverses the FDT directly when initialising the driver for the
rockpro64 timer so that the IRQ for the second timer can be derived from
the IRQ allocated to the first device.

Signed-off-by: Curtis Millar <curtis.millar@data61.csiro.au>


# ef1dfb7d 20-May-2020 Michael Yoo <michael.yoo@data61.csiro.au>

libplatsupport: refactor more timers

- The following platforms are changed: am335x,
fvp, hikey, rockpro64
- All platforms pass build
- Except for fvp which doesn't have a machine handy,
the other 3 platforms pass sel4test
- For each platform, the ltimer.c and device-specific
code is more intertwined than I would have liked,
including things like device code branching on
`LTIMER` constants, but I think cleaning the
interface is a project for later


# de5c6cd0 15-Jul-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

Added rockpro64 Platform support

This adds enough to use timer and serial for sel4test