commit | 39bac24a48bb7d1c45497a25626fd0d604938516 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 26 16:13:17 2024 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jun 10 11:43:36 2024 +0200 |
tree | 08e2a761f06a9c9cfc9b28c9da856c56968b3dec | |
parent | d9f7f4245122b9766ca1e0af3caa91fdd6a1a7b5 [diff] |
efi_loader: load device-tree specified in boot option We allow to specify the triple of binary, initrd, and device-tree in boot options. Add the code to actually load the specified device-tree. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>