History log of /seL4-camkes-master/tools/rumprun/platform/sel4/pci/rumppci.c
Revision Date Author Comments
# c75e8892 12-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# 4bbc7855 22-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

rumprun: include configs

since global autoconf is removed, we need to manually add
back the kernel config and rumprun_Config


# 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


# b223ed74 26-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Construct badge directly as a word

`seL4_CapData_Badge_new` is deprecated and badges can just be constructed directly
as a word


# e87215cb 11-Sep-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: get IOAPIC pci interrupt numbers from config

IOAPIC interrupt numbers are supposed to be parsed out of ACPI tables.
We delegate this to the seL4 roottask to do this and tell us the
interrupt numbers that certain PCI devices should use.


# fd0d977f 14-Jul-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Enable 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


# 6a168da1 09-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Change to use simple implementation


# 6bd86c53 14-Jun-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

seL4: Add better timer and device untyped handling


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

seL4: Add seL4 as a target rumprun platform