From 9abcaaebc385addaeb06db8d3f2d0dc79695cebf Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Mar 2022 15:04:51 +0100 Subject: bsps: Add Separate the Interrupt Manager implementation from the generic Arm GICv3 support. Move parts of the Arm GICv3 support into a new header file. This helps to support systems with a clustered structure in which multiple GICv3 instances are present. For example, two clusters of two Cortex-R52 cores where each cluster has a dedicated GICv3 instance. --- spec/build/bsps/arm/grp.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/build/bsps/arm/grp.yml') diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml index dbd21638fd..a8ebe07f15 100644 --- a/spec/build/bsps/arm/grp.yml +++ b/spec/build/bsps/arm/grp.yml @@ -42,6 +42,7 @@ install: - bsps/include/dev/irq/arm-gic-regs.h - bsps/include/dev/irq/arm-gic-tm27.h - bsps/include/dev/irq/arm-gic.h + - bsps/include/dev/irq/arm-gicv3.h - destination: ${BSP_INCLUDEDIR}/libcpu source: - bsps/arm/include/libcpu/am335x.h -- cgit v1.2.3