Re: [PATCH v3 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice

2022-04-11 Thread AKASHI Takahiro
Heinrich, On Sat, Apr 09, 2022 at 01:16:01PM +0200, Heinrich Schuchardt wrote: > On 3/8/22 12:36, AKASHI Takahiro wrote: > > Add efi_disk_probe() function. > > This function creates an efi_disk object for a raw disk device (UCLASS_BLK) > > and additional objects for related partitions (UCLASS_PART

Re: [PATCH v3 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice

2022-04-09 Thread Heinrich Schuchardt
On 3/8/22 12:36, AKASHI Takahiro wrote: Add efi_disk_probe() function. This function creates an efi_disk object for a raw disk device (UCLASS_BLK) and additional objects for related partitions (UCLASS_PARTITION). So this function is expected to be called through driver model's "probe" interface

[PATCH v3 14/19] efi_loader: disk: a helper function to create efi_disk objects from udevice

2022-03-08 Thread AKASHI Takahiro
Add efi_disk_probe() function. This function creates an efi_disk object for a raw disk device (UCLASS_BLK) and additional objects for related partitions (UCLASS_PARTITION). So this function is expected to be called through driver model's "probe" interface every time one raw disk device is detected