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>
This commit is contained in:
@@ -1073,7 +1073,7 @@ F: configs/efi-x86_app*
|
||||
F: doc/develop/uefi/u-boot_on_efi.rst
|
||||
F: drivers/block/efi-media-uclass.c
|
||||
F: drivers/block/sb_efi_media.c
|
||||
F: lib/efi/
|
||||
F: lib/efi_client/
|
||||
F: scripts/build-efi
|
||||
F: test/dm/efi_media.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user