Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-07-13 Thread Simon Glass
Hi, On 13 July 2017 at 10:42, Heinrich Schuchardt wrote: > On 07/03/2017 06:07 PM, Alexander Graf wrote: >> On 07/03/2017 05:34 PM, Simon Glass wrote: >>> Hi Alex, >>> >>> On 3 July 2017 at 06:37, Alexander Graf wrote: On 06/20/2017 09:39 PM, Andreas

Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-07-13 Thread Heinrich Schuchardt
On 07/03/2017 06:07 PM, Alexander Graf wrote: > On 07/03/2017 05:34 PM, Simon Glass wrote: >> Hi Alex, >> >> On 3 July 2017 at 06:37, Alexander Graf wrote: >>> On 06/20/2017 09:39 PM, Andreas Färber wrote: Am 20.06.2017 um 21:10 schrieb Heinrich Schuchardt: > The

Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-07-03 Thread Alexander Graf
On 07/03/2017 05:34 PM, Simon Glass wrote: Hi Alex, On 3 July 2017 at 06:37, Alexander Graf wrote: On 06/20/2017 09:39 PM, Andreas Färber wrote: Am 20.06.2017 um 21:10 schrieb Heinrich Schuchardt: The efi_loader currently stops iterating over the available block devices

Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-07-03 Thread Simon Glass
Hi Alex, On 3 July 2017 at 06:37, Alexander Graf wrote: > On 06/20/2017 09:39 PM, Andreas Färber wrote: >> >> Am 20.06.2017 um 21:10 schrieb Heinrich Schuchardt: >>> >>> The efi_loader currently stops iterating over the available >>> block devices stopping at the first device that

Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-07-03 Thread Alexander Graf
On 06/20/2017 09:39 PM, Andreas Färber wrote: Am 20.06.2017 um 21:10 schrieb Heinrich Schuchardt: The efi_loader currently stops iterating over the available block devices stopping at the first device that fails. This may imply that no block device is found. With the patch efi_loader only

Re: [U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-06-20 Thread Andreas Färber
Am 20.06.2017 um 21:10 schrieb Heinrich Schuchardt: > The efi_loader currently stops iterating over the available > block devices stopping at the first device that fails. > This may imply that no block device is found. > > With the patch efi_loader only iterates over valid devices. > > It is

[U-Boot] [PATCH 1/1] efi_loader: disk: iterate only over valid block devices

2017-06-20 Thread Heinrich Schuchardt
The efi_loader currently stops iterating over the available block devices stopping at the first device that fails. This may imply that no block device is found. With the patch efi_loader only iterates over valid devices. It is based on patch 06d592bf52f6 (dm: core: Add