Re: [edk2-devel] [PATCH edk2 v2 1/1] ArmPkg/ArmGic: Fix GICR_IPRIORITYR address wrong issue

2021-02-23 Thread Heyi Guo
On 2021/2/23 下午7:06, Ming Huang wrote: The register address of GICR_IPRIORITYR is in SGI_base frame. Add IPRIORITY_ADDRESS macro for getting GICR_IPRIORITYR address. Otherwise GIC RAS error(Uncorrected software error) may report in ArmGicDxe. --- ArmPkg/Drivers/ArmGic/ArmGicLib.c | 5 -

[edk2-devel] [PATCH] ArmPkg/ArmExceptionLib: use static buffer for sp_el0

2020-06-09 Thread Heyi Guo
. Use static buffer instead to fix this issue. Signed-off-by: Heyi Guo --- Cc: Leif Lindholm Cc: Ard Biesheuvel --- ArmPkg/Library/ArmExceptionLib/AArch64/AArch64Exception.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ArmPkg/Library/ArmExceptionLib