forked from Mirrors/opensbi
lib: utils/irqchip: Add FDT based driver for APLIC
We add simple FDT irqchip driver for APLIC so that generic platform (and other FDT based platforms) can utilize common APLIC initialization library. Signed-off-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#
|
||||
|
||||
libsbiutils-objs-y += irqchip/fdt_irqchip.o
|
||||
libsbiutils-objs-y += irqchip/fdt_irqchip_aplic.o
|
||||
libsbiutils-objs-y += irqchip/fdt_irqchip_imsic.o
|
||||
libsbiutils-objs-y += irqchip/fdt_irqchip_plic.o
|
||||
libsbiutils-objs-y += irqchip/aplic.o
|
||||
|
Reference in New Issue
Block a user