RE: [PATCH] bsps/arm/shared: Add GICv3 implementation

2020-01-20 Thread Kinsey Moore
; Kinsey Moore > > Subject: Re: [PATCH] bsps/arm/shared: Add GICv3 implementation > > Hello, > > My integration work with Xen has identified one potential issue with the gicv3 > driver implementation - see comments below. > > On 1/17/2020 5:20 PM, Joel Sherrill wrote: > &g

Re: [PATCH] bsps/arm/shared: Add GICv3 implementation

2020-01-20 Thread Jeff Kubascik
Hello, My integration work with Xen has identified one potential issue with the gicv3 driver implementation - see comments below. On 1/17/2020 5:20 PM, Joel Sherrill wrote: > On Fri, Jan 17, 2020 at 1:24 PM Jeff Kubascik > wrote: > > Hello, > >

Re: [PATCH] bsps/arm/shared: Add GICv3 implementation

2020-01-20 Thread Jeff Kubascik
On 1/17/2020 5:20 PM, Joel Sherrill wrote: > On Fri, Jan 17, 2020 at 1:24 PM Jeff Kubascik > wrote: > > Hello, > > Have there been any updates on this patch? I do not see it in mainline. > > > I was hoping someone would comment. :) >   > > >

Re: [PATCH] bsps/arm/shared: Add GICv3 implementation

2020-01-17 Thread Joel Sherrill
On Fri, Jan 17, 2020 at 1:24 PM Jeff Kubascik wrote: > Hello, > > Have there been any updates on this patch? I do not see it in mainline. > I was hoping someone would comment. :) > > I am currently using it for work on the arm/xen BSP to add support for > platforms > with a GICv3 interrupt

Re: [PATCH] bsps/arm/shared: Add GICv3 implementation

2020-01-17 Thread Jeff Kubascik
Hello, Have there been any updates on this patch? I do not see it in mainline. I am currently using it for work on the arm/xen BSP to add support for platforms with a GICv3 interrupt controller. With a few minor changes, I have confirm that it works with the Xen hypervisor on qemu. Before I can