History log of /seL4-camkes-master/kernel/src/arch/arm/object/interrupt.c
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# 2d362cb7 11-Nov-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

arm,SMP: Refactor irq_t structure for smp

Explicitly create a struct definition for irq_t on SMP Arm
configurations. This makes it a lot harder to mistakenly use the wrong
irq encoding when moving an irq between a cnode index and hardware irq
number / core. A couple areas where this was being handled incorrectly
was fixed as part of the refactor. When performing an ipi for masking
PPI interrupts, the idx encoding is used as it fits into a single word.


# a6157d5d 18-Jul-2019 Sylvain Gauthier <sylvain.gauthier@data61.csiro.au>

[SMP] Abstracted IRQ indexing to handle PPIs

irq_t is now a "virtual" interrupt type that encapsulates the
information of the core in case of a private interrupt. There is a
couple of macros that need to be defined on the interrupt controller
level to translate between virtual and hardware IRQs.


# 4e4572f2 16-May-2019 Sylvain Gauthier <sylvain.gauthier@data61.csiro.au>

IRQControl_GetTriggerCore: check for valid target

Add a check to return a proper error when the target node is higher than
CONFIG_MAX_NUM_NODES.


# 84e6d4cd 12-May-2019 Sylvain Gauthier <sylvain.gauthier@data61.csiro.au>

Added IRQ routing to specific core for ARM

Add a new syscall, `seL4_IRQControl_GetTriggerCore`, to get a IRQHandler
with specific target core(s) and trigger method. Only available in SMP
mode.


# d0930f67 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: consistently attach return type

Add attach-return-type to astyle


# db3e18b7 18-Sep-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-1491: error if set trigger not supported

So far this is only implemented for the GIC, which most of our platforms
use. Error if this invocation is made on another platform, and guard
calls to the trigger function if it is not supported.


# 0c51eabd 04-Sep-2018 Mitchell Buckley <mitchell.buckley@data61.csiro.au>

SELFOUR-1491: Modified Arch_invokeIRQControl

It will now return the value coming from invokeIRQControl directly.


# f4f6b156 03-Sep-2018 Mitchell Buckley <mitchell.buckley@data61.csiro.au>

SELFOUR-1491: verification updates

- renamed an architecture label so that it begins with ARM.
- changed setIRQTrigger so that it takes a boolean value instead of an int.
- Arch_decodeIRQControlInvocation converts the second argument (trigger)
to a boolean immediately.


# eb0553fa 27-Jun-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-1491: add seL4_IRQCOntrol_GetTrigger

Add a new invocation which allows an irq handler capability to be
obtained with a specific trigger method (edge or level). Obtaining
this capability modifies the GIC state.


# 1ff5a552 17-Jan-2016 Joel Beeren <joel.beeren@nicta.com.au>

archirq: rename missed label to invLabel


# a6aa7472 25-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

Remove redundant IRQInterruptControl invocation, and replace with a mechanism to actually decode arch specific IRQ invocations

Part of SELFOUR-281


# d93699c9 04-Jan-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

SELFOUR-114: remove duplication of seL4_MessageInfo_t, adjust naming to avoid cparser mangling


# 0ecff9f3 09-Nov-2015 Adrian Danis <Adrian.Danis@nicta.com.au>

unsigned int -> word_t


# 91b7da86 17-Jul-2014 TrusthworthySystems <gatekeeper@sel4.systems>

Release snapshot