u-boot/lib/efi_driver
Heinrich Schuchardt 8f8fe1d458 efi_driver: add init function to EFI block driver
For handling added and removed block devices we need to register events
which has to be done when the driver is installed.

This patch only creates an empty init function that will be filled with
code later on. The function needs to be called before any EFI block devices
are used. Move the efi_driver_init() call to early init.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2022-10-06 22:54:58 +02:00
..
efi_block_device.c efi_driver: add init function to EFI block driver 2022-10-06 22:54:58 +02:00
efi_uclass.c efi_driver: add init function to EFI block driver 2022-10-06 22:54:58 +02:00
Makefile efi_loader: Drop code that doesn't work with driver model 2021-10-21 03:46:03 +02:00