Re: [edk2-devel] [PATCH v5 1/2] ArmLib: add functions to read system registers

2023-04-20 Thread Leif Lindholm
On Fri, Apr 07, 2023 at 17:29:56 +0200, Marcin Juszkiewicz wrote: > ArmCpuInfo uses those to read system registers and other parts of EDK2 > may find them useful. This is excellent, thanks! Sorry for nitpicking, but could you please sort the function declarations and definitions alphabetically? /

[edk2-devel] [PATCH v5 1/2] ArmLib: add functions to read system registers

2023-04-07 Thread Marcin Juszkiewicz
ArmCpuInfo uses those to read system registers and other parts of EDK2 may find them useful. Signed-off-by: Marcin Juszkiewicz --- ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h| 48 +++ .../Library/ArmLib/AArch64/AArch64Support.S | 32 + 2 files changed, 80 inserti