Re: [PATCH v3] irq/arm-gicv3.h: Customize CPU Interface init

2022-07-12 Thread Sebastian Huber
On 12/07/2022 08:25, Chris Johns wrote: On 11/7/2022 7:16 pm, Sebastian Huber wrote: Use the existing WRITE_SR() abstraction to access the interrupt group 0 and 1 enable registers. This fixes the build for the AArch32 target. Add BSP options which define the initial values of CPU Interface

Re: [PATCH v3] irq/arm-gicv3.h: Customize CPU Interface init

2022-07-12 Thread Chris Johns
On 11/7/2022 7:16 pm, Sebastian Huber wrote: > Use the existing WRITE_SR() abstraction to access the interrupt group 0 and 1 > enable registers. This fixes the build for the AArch32 target. > > Add BSP options which define the initial values of CPU Interface registers. > --- > v3: > > * Fix