From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v2 00/15] xen/arm: Add GICv3 support Date: Fri, 04 Apr 2014 17:03:09 +0100 Message-ID: <533ED7BD.40305@linaro.org> References: <1396612593-443-1-git-send-email-vijay.kilari@gmail.com> <533EAD33.3030400@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Vijay Kilari Cc: Ian Campbell , Stefano Stabellini , Prasun Kapoor , Vijaya Kumar K , xen-devel@lists.xen.org, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 04/04/2014 04:56 PM, Vijay Kilari wrote: > On Fri, Apr 4, 2014 at 6:31 PM, Julien Grall wrote: >> Hi Vijay >> >> On 04/04/2014 12:56 PM, vijay.kilari@gmail.com wrote: >>> From: Vijaya Kumar K >>> >>> Made changes to existing gic and vgic drivers >>> to make it generic and added support for GIC v3 >>> hw version >>> >>> Tested with ARM64 simulator with single core >> >> What about multiple core? On V1 you said you were unable to use SMP with >> GICv3, did you find the issue? >> > There is no issue with hardware now. Xen can boot with multicore (2 > cores) but dom0 single core. > limited using bootargs. I started working on Dom0 boot with multicore. > > In GICv3, On SGI at EL1 (kernel), it traps to EL2. Xen does not handle > this trap. > So need to implement it. I started working on it and also trying to > understand EL1 > SGI routing in vgic driver. BTW do you know how SGI is handled in > ARMv7 with GICv2? > I think vgic_to_sgi() in vgic driver is managing it. Right, EL1 raises an SGI via the distributor. Regards, -- Julien Grall