Re: [PATCH v2 15/39] efi: Add EFI uclass for media

2021-10-25 Thread Simon Glass
Hi Heinrich, On Sat, 23 Oct 2021 at 06:31, Heinrich Schuchardt wrote: > > > > On 9/25/21 02:30, Simon Glass wrote: > > At present UCLASS_EFI is used to represent an EFI filesystem among other > > UCLASS_EFI is for UEFI drivers that provide the driver binding protocol. > > Your new UCLASS seems

Re: [PATCH v2 15/39] efi: Add EFI uclass for media

2021-10-23 Thread Heinrich Schuchardt
On 9/25/21 02:30, Simon Glass wrote: At present UCLASS_EFI is used to represent an EFI filesystem among other UCLASS_EFI is for UEFI drivers that provide the driver binding protocol. Your new UCLASS seems to be for U-Boot drivers consuming the EFI_BLOCK_IO_PROTOCOL. I agree that

[PATCH v2 15/39] efi: Add EFI uclass for media

2021-09-24 Thread Simon Glass
At present UCLASS_EFI is used to represent an EFI filesystem among other things. The description of this uclass is "EFI managed devices" which is pretty vague. The only driver that uses this uclass is in fact not a real U-Boot driver, since its operations do not include a struct udevice. Rather