CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/03 07:03:36
Modified files:
sys/arch/arm64/conf: GENERIC RAMDISK
sys/dev/fdt : files.fdt mvicu.c
Added files:
sys/dev/fdt : mvgicp.c
Log message:
Add mvgicp(4), a driver for the Marvell extension to the GIC that
allows triggering SPI interrupts by doing memory transactions. This was
already partially implemented in mvicu(4) and is now outsourced into its
own driver since we need better initialization when booting using u-boot.
Also implement new and legacy bindings in mvicu(4), relying on the new
mvgicp(4) driver.
ok kettenis@