commit | 7b06192eb4b3ce9c9568f8bf22b1416eea9dc133 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 21 10:29:44 2023 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Dec 17 13:04:54 2023 +0100 |
tree | 0f2a411282676053e52c94ec547d28d97af3a8da | |
parent | 203d196ec4b9933c2a403e64ed5acca7286cd066 [diff] |
cmd: bootefi: move library interfaces under lib/efi_loader In the prior commits, interfaces for executing EFI binary and boot manager were carved out. Move them under efi_loader directory so that they can be called from other places without depending on bootefi command. Only efi_selftest-related code will be left in bootefi.c. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>