[edk2-devel] [PATCH v5 0/2] add ArmCpuInfo application

Marcin Juszkiewicz posted 2 patches 1 year ago
Failed in applying to current master (apply log)
ArmPkg/ArmPkg.dsc                             |    1 +
ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf  |   38 +
ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h    |   48 +
ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c    | 2319 +++++++++++++++++
.../Library/ArmLib/AArch64/AArch64Support.S   |   32 +
5 files changed, 2438 insertions(+)
create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf
create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c
[edk2-devel] [PATCH v5 0/2] add ArmCpuInfo application
Posted by Marcin Juszkiewicz 1 year ago
Changes since v4:
- functions to read system registers are renamed and moved to ArmLib

Marcin Juszkiewicz (2):
  ArmLib: add functions to read system registers
  add ArmCpuInfo EFI application

 ArmPkg/ArmPkg.dsc                             |    1 +
 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf  |   38 +
 ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h    |   48 +
 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c    | 2319 +++++++++++++++++
 .../Library/ArmLib/AArch64/AArch64Support.S   |   32 +
 5 files changed, 2438 insertions(+)
 create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf
 create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c

-- 
2.40.0



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102707): https://edk2.groups.io/g/devel/message/102707
Mute This Topic: https://groups.io/mt/98126604/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v5 0/2] add ArmCpuInfo application
Posted by Marcin Juszkiewicz 1 year ago
W dniu 7.04.2023 o 17:29, Marcin Juszkiewicz pisze:
> Changes since v4:
> - functions to read system registers are renamed and moved to ArmLib
> 
> Marcin Juszkiewicz (2):
>    ArmLib: add functions to read system registers
>    add ArmCpuInfo EFI application
> 
>   ArmPkg/ArmPkg.dsc                             |    1 +
>   ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf  |   38 +
>   ArmPkg/Library/ArmLib/AArch64/AArch64Lib.h    |   48 +
>   ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c    | 2319 +++++++++++++++++
>   .../Library/ArmLib/AArch64/AArch64Support.S   |   32 +
>   5 files changed, 2438 insertions(+)
>   create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.inf
>   create mode 100644 ArmPkg/Application/ArmCpuInfo/ArmCpuInfo.c

There was a suggestion to make it not application but shell command. For 
me app was easier to test. Also presence of helloworld app was helpful - 
not checked is there easy to clone shell command yet.




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102944): https://edk2.groups.io/g/devel/message/102944
Mute This Topic: https://groups.io/mt/98126604/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-