[PATCH v6 02/27] efi: Add EFI uclass for media

Simon Glass sjg at chromium.org
Sat Dec 18 16:23:18 CET 2021


Hi Heinrich,

On Sat, 18 Dec 2021 at 01:12, Heinrich Schuchardt <xypron.glpk at 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<sjg at chromium.org>
> > Reviewed-by: Heinrich Schuchardt<xypron.glpk at 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


More information about the U-Boot mailing list