]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: load distro dtb in bootmgr
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 26 Apr 2024 14:13:21 +0000 (16:13 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Jun 2024 09:43:37 +0000 (11:43 +0200)
commite91b68fd6b83d6e4c862000630d240b339cc5a7b
treeac26eb8ca4c313ec84ab735c052136a04076e300
parent8deb5d855b360b8e63b7230854ccd690fe1dd255
efi_loader: load distro dtb in bootmgr

If no device-tree is specified, try to load a device-tree from the boot
device use the $fdtfile concatenated to either of the paths '/dtb/', '/',
'/dtb/current/'.

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