Re: [edk2-devel] [PATCH] ArmPkg/ArmLib: Fix cache-invalidate initial page tables

2020-03-19 Thread Leif Lindholm
On Thu, Mar 19, 2020 at 10:37:05 -0600, Ashish Singhal wrote: > Because of a bug, current EL gets passed to DC IVAC instruction instead > of the VA entry that needs to be invalidated. Oh, yeah, that's obviously a bug. What idiot reviewed that patch? Oh, me... OK, so I should have added a referenc

[edk2-devel] [PATCH] ArmPkg/ArmLib: Fix cache-invalidate initial page tables

2020-03-19 Thread Ashish Singhal
Because of a bug, current EL gets passed to DC IVAC instruction instead of the VA entry that needs to be invalidated. Signed-off-by: Ashish Singhal --- ArmPkg/Library/ArmLib/AArch64/ArmLibSupport.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/Library/ArmLib/AArch64/

[edk2-devel] [PATCH] ArmPkg/ArmLib: Fix cache-invalidate initial page tables

2020-03-18 Thread Name
From: Ashish Singhal Because of a bug, current EL gets passed to DC IVAC instruction instead of the VA entry that needs to be invalidated. Signed-off-by: Ashish Singhal --- ArmPkg/Library/ArmLib/AArch64/ArmLibSupport.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArmPkg/