Re: [edk2-devel] [PATCH] add ArmCpuInfo EFI application

2023-04-06 Thread Rebecca Cran
Looks good - thanks. There are a few style issues: First, this patch came through as quoted-printable, with some lines wrapped. I'd be interested to learn how other people are dealing with this, since I've not seen complaints since Lazslo left the project. Are people saving the _formatted_

[edk2-devel] [PATCH] add ArmCpuInfo EFI application

2023-03-31 Thread Marcin Juszkiewicz
App goes through ID_AA64*_EL1 system registers and decode their values. First version which does not use much of current AArch64 support code present in EDK2. Written to check what data is there and what can be done with it. --- .../Application/ArmCpuInfo/ArmCpuInfo.c | 2277 +++