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/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-