On Fri, 20 Jun 2025 13:50:10 -0500, Sam Protsenko wrote: > As stated in 5e847f7729b3 ("efi_loader: call efi_init_early() earlier"): > > efi_init_early() creates an event hook for block device probing. > It has to be called before any block device is probed. > > Indeed, efi_bl_init() registers EVT_DM_POST_PROBE event, which calls > efi_disk_probe() whenever any block device is probed. And to make that > hook work, the initialization of all block devices was put after > efi_init_early() in initcall_run_r(): > > [...]
Applied to u-boot/master, thanks! [1/1] board: samsung: e850-96: Load LDFW in board_late_init() commit: c08cecf2d7632d2c7be9a9d260f74bb585d7a3e3 -- Tom