
13 Dec
2021
13 Dec
'21
1:51 p.m.
On Fri, 10 Dec 2021 at 00:19, AKASHI Takahiro takahiro.akashi@linaro.org wrote:
With DM-efi_disk integration, we don't need to explicitly call efi_disk_create_partitions().
The only thing to do is to associate an efi_disk object to the corresponding udevice as we skip most of processing in efi_disk_probe() by the previous commit ("efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI) devices").
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
lib/efi_driver/efi_block_device.c | 34 +++++++++---------------------- 1 file changed, 10 insertions(+), 24 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org