-
- Downloads
RISC-V: Add PLIC interface and HiFive driver
We assume the PLIC is currently the only global interrupt controller that RISC-V platforms are going to use. Each platform may have a different programmers model for interracting with the hardware controller. We provide a common interface for PLIC drivers to implement that the kernel will use to manage IRQs. Also authored by: Siwei Zhuang <siwei.zhuang@data61.csiro.au>
Showing
- include/plat/spike/plat/instance/hifive/hardware.h 108 additions, 0 deletionsinclude/plat/spike/plat/instance/hifive/hardware.h
- include/plat/spike/plat/instance/qemu/hardware.h 19 additions, 0 deletionsinclude/plat/spike/plat/instance/qemu/hardware.h
- include/plat/spike/plat/instance/rocket-chip/hardware.h 20 additions, 0 deletionsinclude/plat/spike/plat/instance/rocket-chip/hardware.h
- include/plat/spike/plat/machine.h 38 additions, 7 deletionsinclude/plat/spike/plat/machine.h
Please register or sign in to comment