History log of /seL4-refos-master/libs/libplatsupport/src/arch/arm/irqchip/gic.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>


# 590bcfbd 19-Jan-2020 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Support GIC-400 in the GIC parser

The GIC-400 IRQ chip is similar to the GIC IRQ chip.


# d491d6fd 17-Sep-2019 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Fix compiler 'const' warnings


# 3f25f675 22-Aug-2019 Damon Lee <Damon.Lee@data61.csiro.au>

libplatsupport: Add ARM GIC parser module

This commit adds a ARM GIC parser module to the IRQ controller parser
library.