Hi Heinrich, On Sat, 18 Dec 2021 at 01:12, Heinrich Schuchardt <xypron.g...@gmx.de> wrote: > > On 12/17/21 20:40, Simon Glass wrote: > > At present UCLASS_EFI_LOADER is used to represent an EFI filesystem among > > other things. 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 than mess with this, create a new UCLASS_EFI_MEDIA uclass to handle > > EFI media such as disks. Make this the uclass to use for devices provided > > by a UEFI implementation loading U-Boot as an EFI application, so that it > > can be used with 'part list', for example. > > > > The existing implementation using UCLASS_EFI remains as is, for > > discussion. > > > > Signed-off-by: Simon Glass<s...@chromium.org> > > Reviewed-by: Heinrich Schuchardt<xypron.g...@gmx.de> > > Why are you sending this patch? origin/master has: > > 42b7f4212a1cb9aa6a5ca959d1f40b6f8465fd8c > efi: Add uclass for devices provided by UEFI firmware > > Please, rebase your series on origin/master.
I wasn't aware of that as the previous patch did not get an 'applied' email. I will rebase on master and resend. In any case, please take a look at the other patches. Regards, Simon