Re: [edk2-devel] [PATCH] ArmPkg/ArmGicLib: Fix setting GICv3 Interrupt Priority

2021-03-01 Thread Ashish Singhal
I have picked up the patches this morning and they are working as expected. Thanks, Leif. Thanks Ashish From: Leif Lindholm Sent: Thursday, February 25, 2021 1:07 PM To: Ashish Singhal Cc: ardb+tianoc...@kernel.org ; devel@edk2.groups.io Subject: Re: [PATCH] A

Re: [edk2-devel] [PATCH] ArmPkg/ArmGicLib: Fix setting GICv3 Interrupt Priority

2021-02-25 Thread Leif Lindholm
Hi Ashish, This bug was already reported by Ming (who also submitted a patch). Tracked in https://bugzilla.tianocore.org/show_bug.cgi?id=3236, should make it into the tree tomorrow. Thank you for your contribution! / Leif On Thu, Feb 25, 2021 at 10:19:46 -0700, Ashish Singhal wrote: > Inco

[edk2-devel] [PATCH] ArmPkg/ArmGicLib: Fix setting GICv3 Interrupt Priority

2021-02-25 Thread Ashish Singhal
Incorrect register is being set for configuring interrupt priority. Correct register is located in SGI space and not in RD space. Signed-off-by: Ashish Singhal --- ArmPkg/Drivers/ArmGic/ArmGicLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Drivers/ArmGic/ArmGicLi