[PATCH v5 04/28] efi: Locate all block devices in the app

2021-12-04 Thread Simon Glass
When starting the app, locate all block devices and make them available to U-Boot. This allows listing partitions and accessing files in filesystems. EFI also has the concept of 'disks', meaning boot media. For now, this is not obviously useful in U-Boot, but add code to at least locate these. Thi

Re: [PATCH v5 04/28] efi: Locate all block devices in the app

2021-12-04 Thread Heinrich Schuchardt
On 12/4/21 16:56, Simon Glass wrote: When starting the app, locate all block devices and make them available to U-Boot. This allows listing partitions and accessing files in filesystems. EFI also has the concept of 'disks', meaning boot media. For now, this is not obviously useful in U-Boot, but

Re: [PATCH v5 04/28] efi: Locate all block devices in the app

2021-12-09 Thread Heinrich Schuchardt
On 12/4/21 10:43, Heinrich Schuchardt wrote: On 12/4/21 16:56, Simon Glass wrote: When starting the app, locate all block devices and make them available to U-Boot. This allows listing partitions and accessing files in filesystems. EFI also has the concept of 'disks', meaning boot media. For no

Re: [PATCH v5 04/28] efi: Locate all block devices in the app

2021-12-17 Thread Simon Glass
Hi Heinrich, On Thu, 9 Dec 2021 at 12:23, Heinrich Schuchardt wrote: > > On 12/4/21 10:43, Heinrich Schuchardt wrote: > > On 12/4/21 16:56, Simon Glass wrote: > >> When starting the app, locate all block devices and make them available > >> to U-Boot. This allows listing partitions and accessing