[PATCH v5 03/28] efi: Add a media/block driver for EFI block devices

2021-12-04 Thread Simon Glass
Add a block driver which handles read/write for EFI block devices. This driver actually already exists ('efi_block') but is not really suitable for use as a real U-Boot driver: - The operations do not provide a udevice - The code is designed for running as part of EFI loader, so uses EFI_PRINT

Re: [PATCH v5 03/28] efi: Add a media/block driver for EFI block devices

2021-12-09 Thread Heinrich Schuchardt
On 12/4/21 07:56, Simon Glass wrote: Add a block driver which handles read/write for EFI block devices. This driver actually already exists ('efi_block') but is not really suitable for use as a real U-Boot driver: - The operations do not provide a udevice - The code is designed for running as pa