]> Git Repo - J-u-boot.git/commit - cmd/eficonfig.c
cmd: eficonfig: add support for setting fdt
authorHeinrich Schuchardt <[email protected]>
Fri, 26 Apr 2024 14:13:11 +0000 (16:13 +0200)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
cmd/eficonfig.c
include/efi_loader.h
lib/efi_loader/efi_helper.c
This page took 0.037496 seconds and 4 git commands to generate.