Files
u-boot/include
AKASHI Takahiro a9bf024b29 efi_loader: disk: a helper function to create efi_disk objects from udevice
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 and activated.
We assume that partition devices (UCLASS_PARTITION) have been created
when this function is invoked.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
2022-04-23 22:05:41 +02:00
..
2022-04-23 22:05:41 +02:00
2022-04-11 10:00:30 -04:00
2022-04-06 14:03:17 -04:00
2022-04-06 14:01:42 -04:00
2022-03-30 13:02:55 -04:00
2022-03-30 13:02:55 -04:00
2022-04-06 14:01:42 -04:00
2022-04-01 15:03:13 -04:00
2022-04-14 15:39:15 -04:00
2022-04-23 22:05:41 +02:00
2022-04-01 15:03:13 -04:00
2022-04-01 16:56:54 -04:00
2022-04-06 14:03:17 -04:00
2022-03-28 20:17:20 +02:00