commit | 7017fc54a5bccd95bebaf371bfa3098fcf84068a | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 21 10:29:46 2023 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Dec 17 13:04:54 2023 +0100 |
tree | 27f3409063918d0b50fd22e2cba3e23909ebc98b | |
parent | 01adf0a408e34a24f7471ff67f3defdeec4c56f3 [diff] |
bootmeth: use efi_loader interfaces instead of bootefi command Now that efi_loader subsystem provides interfaces that are equivalent with bootefi command, we can replace command invocations with APIs. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>