]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: eficonfig: add support for setting fdt
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Apr 2024 14:13:11 +0000 (16:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Jun 2024 09:43:36 +0000 (11:43 +0200)
commit58bef195f94eae4ae90bd5409a81a204c0cbbca3
treea3ee998c1e61d2349cd8a3950869862730f63627
parentbf03333d09669371ed2ee90a8ccddccc7d8aaa24
cmd: eficonfig: add support for setting fdt

We already support creating a load option where the device-path
field contains the concatenation of the binary device-path and
optionally the device path of the initrd which we expose via the
EFI_LOAD_FILE2_PROTOCOL.

Allow to append another device-path pointing to the device-tree
identified by the device-tree GUID.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
cmd/eficonfig.c
include/efi_loader.h
lib/efi_loader/efi_helper.c