]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi: Rename the lib/efi directory
authorSimon Glass <sjg@chromium.org>
Wed, 28 May 2025 16:03:14 +0000 (10:03 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Jul 2025 05:29:31 +0000 (07:29 +0200)
commit2ea957952362fe9238cbf3996c001f8bf3f04701
tree7dc4fc5e9604ffca81873200ca217d60a285b57d
parent088d24eb96fb8ba64e3afee310a9f32ee36c22b0
efi: Rename the lib/efi directory

This directory was created when U-Boot gained the ability to run as an
EFI app in 2015. Since then the EFI-loader feature has been added.

The code in lib/efi is not actually used by the loader, so the name is
confusing.

Rename the directory to efi_client to indicate that it includes files
just for U-Boot being a client of EFI, i.e. the EFI app and stub.

Signed-off-by: Simon Glass <sjg@chromium.org>
12 files changed:
MAINTAINERS
Makefile
doc/develop/uefi/u-boot_on_efi.rst
lib/Makefile
lib/efi_client/Kconfig [moved from lib/efi/Kconfig with 100% similarity]
lib/efi_client/Makefile [moved from lib/efi/Makefile with 100% similarity]
lib/efi_client/efi.c [moved from lib/efi/efi.c with 100% similarity]
lib/efi_client/efi_app.c [moved from lib/efi/efi_app.c with 100% similarity]
lib/efi_client/efi_app_init.c [moved from lib/efi/efi_app_init.c with 100% similarity]
lib/efi_client/efi_info.c [moved from lib/efi/efi_info.c with 100% similarity]
lib/efi_client/efi_stub.c [moved from lib/efi/efi_stub.c with 100% similarity]
lib/efi_loader/Kconfig