History log of /seL4-camkes-master/tools/rumprun/platform/sel4/intr.c
Revision Date Author Comments
# 1fb66534 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: remove dead code variable totwork

Another artifact from the original hw implementation


# 206ed014 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add way to register software event handlers

This makes it possible to register event handlers that will run attached
to a rumpkernel cpu context. This can be used to register event handlers
in custom rump kernel drivers that can receive notification messages
from other seL4 threads, not just hardware interrupts.


# 656d18c8 05-Dec-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Remove interrupt routing logic

This is not used and is left over from the initial hw implementation


# 0a43d502 16-Oct-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Don't ack msi interrupts


# fa9ed23d 18-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add CAmkES support


# 5c555f5a 18-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Reduce error output boilerplate


# 582c0b54 14-Feb-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add seL4 as a target rumprun platform