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

2020-01-20 Thread Kinsey Moore
de...@rtems.org ; 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

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, > > Hav

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 con

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 s

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

2019-08-16 Thread Kinsey Moore
This adds support for the GICv3 interrupt controller along with the redistributor to control SGIs and PPIs which wasn't present in GICv2 implementations. GICv3 implementations only optionally support memory-mapped GICC interface interaction and require system register access be implemented, so the