Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-15 Thread Simon Glass
Hi Heinrich, On Thu, 14 Nov 2024 at 14:08, Heinrich Schuchardt wrote: > > > > Jonas Karlman schrieb am Do., 14. Nov. 2024, 21:26: >> >> Hi Heinrich, >> >> On 2024-11-13 20:55, Heinrich Schuchardt wrote: >> > Some hard devices need specific routines to scan for block devices, >> > e.g. NVMe (nvme

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-14 Thread Jonas Karlman
On 2024-11-14 22:08, Heinrich Schuchardt wrote: > Jonas Karlman schrieb am Do., 14. Nov. 2024, 21:26: > >> Hi Heinrich, >> >> On 2024-11-13 20:55, Heinrich Schuchardt wrote: >>> Some hard devices need specific routines to scan for block devices, >>> e.g. NVMe (nvme scan), SCSI (scsi start). >>> >

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-14 Thread Heinrich Schuchardt
Jonas Karlman schrieb am Do., 14. Nov. 2024, 21:26: > Hi Heinrich, > > On 2024-11-13 20:55, Heinrich Schuchardt wrote: > > 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. > >

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-14 Thread Jonas Karlman
Hi Heinrich, On 2024-11-13 20:55, Heinrich Schuchardt wrote: > 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 > --- > lib/efi_loader/efi_

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-14 Thread Simon Glass
Hi Heinrich, On Thu, 14 Nov 2024 at 02:55, Heinrich Schuchardt wrote: > > > > Simon Glass schrieb am Do., 14. Nov. 2024, 04:54: >> >> Hi Heinrich, >> >> On Wed, 13 Nov 2024 at 12:55, Heinrich Schuchardt >> wrote: >> > >> > Some hard devices need specific routines to scan for block devices, >> >

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-13 Thread Ilias Apalodimas
Hi Simon, On Thu, 14 Nov 2024 at 05:54, Simon Glass wrote: > > Hi Heinrich, > > On Wed, 13 Nov 2024 at 12:55, Heinrich Schuchardt > wrote: > > > > Some hard devices need specific routines to scan for block devices, > > e.g. NVMe (nvme scan), SCSI (scsi start). > > > > Invoke bootdev_hunt() to fi

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-13 Thread Simon Glass
Hi Heinrich, On Wed, 13 Nov 2024 at 12:55, Heinrich Schuchardt wrote: > > 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 > --- > lib/efi_l

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

2024-11-13 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 --- lib/efi_loader/efi_setup.c | 8 1 file changed, 8 insertions(+) diff --git a/lib/efi_lo

Re: [PATCH 1/1] efi_loader: run bootdev_hunt() to find ESP

2024-11-13 Thread Ilias Apalodimas
Hi Heinrich On Wed, 13 Nov 2024 at 21:55, Heinrich Schuchardt wrote: > > 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 > --- > lib/efi_l