Re: [RFC v2 15/20] efi_loader: disk: a helper function to create efi_disk objects from udevice

2022-01-05 Thread AKASHI Takahiro
On Sun, Jan 02, 2022 at 10:18:18AM +0100, Heinrich Schuchardt wrote: > On 12/10/21 07:49, 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). >

Re: [RFC v2 15/20] efi_loader: disk: a helper function to create efi_disk objects from udevice

2022-01-02 Thread Heinrich Schuchardt
On 12/10/21 07:49, 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" interfac

[RFC v2 15/20] efi_loader: disk: a helper function to create efi_disk objects from udevice

2021-12-09 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