]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: add an EFI binary to print boot hart ID
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 1 Dec 2022 18:07:57 +0000 (19:07 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 2 Dec 2022 18:17:24 +0000 (19:17 +0100)
commitf2d60f6257cf1d4999f4e77a467087dff2c30874
tree5f8af2634164876ecbc126c2673434f7c0bd479c
parent4bc50978e6f8e369e272b953fd41f6bee660040d
efi_loader: add an EFI binary to print boot hart ID

Provide an EFI binary that prints the boot hart ID as found in the
device-tree as /chosen/boot-hartid property and as provided by the
RISCV_EFI_BOOT_PROTOCOL.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Makefile
lib/efi_loader/boothart.c [new file with mode: 0644]