Re: [PATCH v3 19/42] bsps/irq: Implement new directives for GICv2/3

2021-07-23 Thread Sebastian Huber
On 23/07/2021 17:03, Gedare Bloom wrote: @@ -195,15 +246,35 @@ rtems_status_code bsp_interrupt_raise_on( uint32_tcpu_index ) { - bsp_interrupt_assert(bsp_interrupt_is_valid_vector(vector)); - return RTEMS_UNSATISFIED; + if (vector >= 16) { Use (vector >

Re: [PATCH v3 19/42] bsps/irq: Implement new directives for GICv2/3

2021-07-23 Thread Gedare Bloom
On Fri, Jul 23, 2021 at 7:58 AM Sebastian Huber wrote: > > Update #3269. > --- > bsps/aarch64/a53/include/bsp/irq.h | 2 +- > bsps/include/dev/irq/arm-gic-irq.h | 3 + > bsps/shared/dev/irq/arm-gicv2.c| 87 +++ > bsps/shared/dev/irq/arm-gicv3.c| 129