Re: [PATCH v7 01/24] efi: Locate all block devices in the app

2021-12-20 Thread Heinrich Schuchardt
On 12/18/21 19:28, 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

[PATCH v7 01/24] efi: Locate all block devices in the app

2021-12-18 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.