From 670a5089e2ff80beb508784f0141a9d28a091dff Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Sat, 18 Sep 2021 20:23:53 -0500 Subject: bsps/gicv2: Allow BSPs to define IRQ attributes ARM's GICv2 is configurable and its attributes vary between implementations including omission of specific interrupts. This allows BSPs to accomodate those varying implementations with customized attribute sets. --- spec/build/bsps/arm/xilinx-zynq/obj.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/bsps/arm/xilinx-zynq/obj.yml') diff --git a/spec/build/bsps/arm/xilinx-zynq/obj.yml b/spec/build/bsps/arm/xilinx-zynq/obj.yml index 8a11a45dd3..f896b5a064 100644 --- a/spec/build/bsps/arm/xilinx-zynq/obj.yml +++ b/spec/build/bsps/arm/xilinx-zynq/obj.yml @@ -36,6 +36,7 @@ source: - bsps/shared/dev/btimer/btimer-stub.c - bsps/shared/dev/getentropy/getentropy-cpucounter.c - bsps/shared/dev/irq/arm-gicv2.c +- bsps/shared/dev/irq/arm-gicv2-get-attributes.c - bsps/shared/dev/serial/console-termios.c - bsps/shared/irq/irq-default-handler.c - bsps/shared/start/bspfatal-default.c -- cgit v1.2.3