Files
u-boot/lib/efi_loader
AKASHI Takahiro b406eb04c3 efi_loader: disk: a helper function to delete efi_disk objects
This function is expected to be called, in particular from dm's pre_remove
hook, when associated block devices no longer exist.

Add efi_disk_remove() function.
This function removes an efi_disk object for a raw disk device (UCLASS_BLK)
and related objects for its partitions (UCLASS_PARTITION).

So this function is expected to be called through driver model's "remove"
interface every time a raw disk device is to be disconnected.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
2022-04-23 22:05:41 +02:00
..
2022-02-03 12:16:01 -05:00
2022-02-05 20:20:01 +01:00
2022-02-03 12:16:01 -05:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00
2022-02-03 12:16:01 -05:00