commit | b34528ebadf0d6401895d459e9968a660a816cfe | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 26 16:13:19 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jun 10 11:43:36 2024 +0200 |
tree | 896dd14f1a0ef6790fff3a6ac46e895231fba8d5 | |
parent | c9463859500c0db85a3e5a0a8e347fcb35e54aae [diff] |
efi_loader: return binary from efi_dp_from_lo() For finding distro supplied device-trees we need to know from which device we are booting. This can be identified via the device-path of the binary. Up to now efi_dp_from_lo() only could return the initrd or fdt device-path. Allow returning the binary device-path, too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>