Re: [edk2] [PATCH 1/3] ArmPkg/ArmGic: fix bug in GICv3 distributor configuration

2015-12-15 Thread Leif Lindholm
On Thu, Dec 03, 2015 at 02:58:36PM +0100, Ard Biesheuvel wrote: > In the function ArmGicEnableDistributor (), the Affinity Routing Enable > (ARE) bit, which essentially defines whether the GIC runs in v2 or v3 > mode, is inadvertently cleared when enabling the GIC distributor if it > is running in

[edk2] [PATCH 1/3] ArmPkg/ArmGic: fix bug in GICv3 distributor configuration

2015-12-03 Thread Ard Biesheuvel
In the function ArmGicEnableDistributor (), the Affinity Routing Enable (ARE) bit, which essentially defines whether the GIC runs in v2 or v3 mode, is inadvertently cleared when enabling the GIC distributor if it is running in v3 mode. So fix that. Reported-by: Supreeth Venkatesh