]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Add driver for PLIC (Platform-Level Interrupt Controller) device.
authorRuslan Bukin <br@FreeBSD.org>
Tue, 12 Jun 2018 17:45:15 +0000 (17:45 +0000)
committerRuslan Bukin <br@FreeBSD.org>
Tue, 12 Jun 2018 17:45:15 +0000 (17:45 +0000)
commit2d53a67c2cb055ee65e7de878cca28172de2d4f1
tree9c524cd763f5bdb4b53b55e87d676222fb91de8a
parentebdf0baf3afc3fee1e8b90ab6afec7562ff18175
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