Re: ARM GICv3 Support

2018-10-24 Thread Will
Great, thanks! That will make initial bringup a little bit easier while deciding whether I need to write a full GICv3 driver. William On Wed, Oct 24, 2018 at 6:16 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Will, > > On 23/10/2018 20:28, Will wrote: > > Hi, > > I'm cu

Re: ARM GICv3 Support

2018-10-24 Thread Sebastian Huber
Hello Will, On 23/10/2018 20:28, Will wrote: Hi, I'm currently doing some evaluations for an ARMv8 BSP which would necessarily include a GIC that implements the GICv3 spec[1]. I see that there is a shared GIC driver for ARM that seems to implement the ARM GICv1 spec based on the BSPs in which