Re: [PATCH 1/1] efi_loader: improve block device integration with DM

2021-07-07 Thread Michael Walle
Am 2021-07-07 09:45, schrieb Matwey V. Kornilov: Can we just (temporarily) revert f3866909e350 ("distro_bootcmd: call EFI bootmgr even without having /EFI/boot") until this issue is resolved properly? Because, currently it seems like the commit breaking the things was introduced at some

Re: [PATCH 1/1] efi_loader: improve block device integration with DM

2021-07-07 Thread Matwey V. Kornilov
Can we just (temporarily) revert f3866909e350 ("distro_bootcmd: call EFI bootmgr even without having /EFI/boot") until this issue is resolved properly? Because, currently it seems like the commit breaking the things was introduced at some point and cannot be fixed within a reasonable amount of

Re: [PATCH 1/1] efi_loader: improve block device integration with DM

2021-06-26 Thread Simon Glass
Hi Heinrich, On Thu, 17 Jun 2021 at 09:20, Heinrich Schuchardt wrote: > > Up to now when devices became available after executing the UEFI > sub-system initialization where not available for EFI applications. > > With the patch block devices are added to the UEFI object list whenever > they are

Re: [PATCH 1/1] efi_loader: improve block device integration with DM

2021-06-18 Thread Matwey V. Kornilov
Hi Heinrich, This patch fixes my issue with am335x: EFI Grub works as expected now. чт, 17 июн. 2021 г. в 18:15, Heinrich Schuchardt : > > Up to now when devices became available after executing the UEFI > sub-system initialization where not available for EFI applications. > > With the patch

[PATCH 1/1] efi_loader: improve block device integration with DM

2021-06-17 Thread Heinrich Schuchardt
Up to now when devices became available after executing the UEFI sub-system initialization where not available for EFI applications. With the patch block devices are added to the UEFI object list whenever they are probed. Signed-off-by: Heinrich Schuchardt --- drivers/core/device.c