Re: [PATCH v3 0/3] Fix number of priority bits for arm boards

2020-02-25 Thread Peter Maydell
On Mon, 24 Feb 2020 at 09:44, Sai Pavan Boddu wrote: > > This patch series implements the mask for unimplemented priority bits in > arm-gic. Which will return the expected number of priority bits on read. > > Changes for V2: > Followed gicv3 code for defining mask for unimplemented bits >

[PATCH v3 0/3] Fix number of priority bits for arm boards

2020-02-24 Thread Sai Pavan Boddu
This patch series implements the mask for unimplemented priority bits in arm-gic. Which will return the expected number of priority bits on read. Changes for V2: Followed gicv3 code for defining mask for unimplemented bits Hardcoded num priority bits for A9 and ARM11MPCore boards Changes f