commit | 2ca2680fee5e8e8b03303fc11a47c9273f1c46ba | [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 | 1a41ca4f5faa14de2b6dffe1b3e7997e6bd11d85 [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>