-
- Downloads
Add RISC-V IRQ invocations
We add support for seL4_IRQControlGet and seL4_IRQControlGetTrigger. If a platform doesn't support setting the trigger, then seL4_IRQControlGetTrigger will return an error. If the platform doesn't have a PLIC driver, then it won't have any IRQs that can be requested. Also authored by: Siwei Zhuang <siwei.zhuang@data61.csiro.au>
Showing
- include/plat/spike/plat/machine/hardware.h 1 addition, 0 deletionsinclude/plat/spike/plat/machine/hardware.h
- libsel4/arch_include/riscv/interfaces/sel4arch.xml 20 additions, 0 deletionslibsel4/arch_include/riscv/interfaces/sel4arch.xml
- src/arch/riscv/object/interrupt.c 69 additions, 3 deletionssrc/arch/riscv/object/interrupt.c
Please register or sign in to comment