History log of /seL4-refos-master/libs/libplatsupport/src/arch/arm/irqchip/gicv3.c
Revision Date Author Comments
# 1d868d63 01-Aug-2020 Stefan O'Rear <sorear@fastmail.com>

Do not make symbols for enums in gic(v3)

These conflict with each other cause cause a multiple definition error
with clang 11.

Signed-off-by: Stefan O'Rear <sorear@fastmail.com>


# 155a803b 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix compiler warnings

- Mark unused variables unused
- Initialize uninitialized variables


# 2d2d4a81 20-Jan-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Add GICv3 IRQ chip parser

This new parser module is able to parse interrupts under the format
specified by the GICv3 bindings. For now, the parser is only able to
parse SPI interrupts and not PPI interrupts.