]> git.baikalelectronics.ru Git - uboot.git/commit
efi: Rename UCLASS_EFI and IF_TYPE_EFI
authorSimon Glass <sjg@chromium.org>
Sat, 4 Dec 2021 15:56:30 +0000 (08:56 -0700)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 9 Dec 2021 19:43:25 +0000 (11:43 -0800)
commitcabd984bc45350fe4d48eeca8904e84ed12d8942
tree0f216ad0a675d133b677cc33f5b0df7f1936f255
parent341124c70c188ccc99221405cc37dbd2c444ebb5
efi: Rename UCLASS_EFI and IF_TYPE_EFI

These names are better used for access to devices provided by an EFI
layer. Use EFI_LOADER instead here, since these are only available in
U-Boot's EFI_LOADER layer.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/uefi/uefi.rst
drivers/block/blk-uclass.c
include/blk.h
include/dm/uclass-id.h
lib/efi_driver/efi_block_device.c
lib/efi_driver/efi_uclass.c