Re: [PATCH v2 4/8] bsps: Break out AArch32 GICv3 support

2020-09-29 Thread Sebastian Huber
On 28/09/2020 17:24, Kinsey Moore wrote: This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures. I would place the shared IRQ controller support in: bsps/include/dev/irq bsps/shared/dev/irq The bsp_interrupt_dispatch() is declared in: cpuki

[PATCH v2 4/8] bsps: Break out AArch32 GICv3 support

2020-09-28 Thread Kinsey Moore
This breaks out AArch32-specific code so that the shared GICv3 code can be reused by other architectures. --- bsps/arm/beagle/irq/irq.c | 1 + bsps/arm/csb336/irq/irq.c | 1 + bsps/arm/csb337/irq/irq.c | 1 + bsps/arm/gumstix/irq/ir