[PATCH v2 6/6] efi_loader: run bootdev_hunt() to find ESP

2024-11-26 Thread Heinrich Schuchardt
Some hard devices need specific routines to scan for block devices, e.g. NVMe (nvme scan), SCSI (scsi start). Invoke bootdev_hunt() to find all block devices. Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass Signed-off-by: Heinrich Schuchardt --- v2: no change --- cmd/bootmenu.c

[PATCH v2 6/6] efi_loader: run bootdev_hunt() to find ESP

2024-11-23 Thread Heinrich Schuchardt
Some hard devices need specific routines to scan for block devices, e.g. NVMe (nvme scan), SCSI (scsi start). Invoke bootdev_hunt() to find all block devices. Signed-off-by: Heinrich Schuchardt Reviewed-by: Ilias Apalodimas Reviewed-by: Simon Glass --- v2: no change --- lib/efi_loader