]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Add driver for PLIC (Platform-Level Interrupt Controller) device.
authorbr <br@FreeBSD.org>
Tue, 12 Jun 2018 17:45:15 +0000 (17:45 +0000)
committerbr <br@FreeBSD.org>
Tue, 12 Jun 2018 17:45:15 +0000 (17:45 +0000)
commitef85338e60fb0d13e4c037d3d64322d1f9373a8f
tree9c524cd763f5bdb4b53b55e87d676222fb91de8a
parentf0d2af516b40750b30560f3f13e33f38a8db55e3
o Add driver for PLIC (Platform-Level Interrupt Controller) device.
o Convert interrupt machdep support to use INTRNG code.

Sponsored by: DARPA, AFRL
12 files changed:
sys/conf/files.riscv
sys/conf/options.riscv
sys/riscv/conf/GENERIC
sys/riscv/include/intr.h
sys/riscv/include/riscvreg.h
sys/riscv/include/smp.h
sys/riscv/riscv/intr_machdep.c
sys/riscv/riscv/machdep.c
sys/riscv/riscv/mp_machdep.c
sys/riscv/riscv/nexus.c
sys/riscv/riscv/plic.c [new file with mode: 0644]
sys/riscv/riscv/timer.c