Re: [U-Boot] [PATCH v2 00/18] efi_loader: enable EFI driver provided block device

2018-01-21 Thread Simon Glass
Hi Heinrich, On 19 January 2018 at 00:41, Heinrich Schuchardt wrote: > On 01/19/2018 12:00 AM, Simon Glass wrote: >> >> Hi Heinrich, >> >> On 17 January 2018 at 11:15, Heinrich Schuchardt >> wrote: >>> >>> With this patch series an EFI application or

Re: [U-Boot] [PATCH v2 00/18] efi_loader: enable EFI driver provided block device

2018-01-18 Thread Heinrich Schuchardt
On 01/19/2018 12:00 AM, Simon Glass wrote: Hi Heinrich, On 17 January 2018 at 11:15, Heinrich Schuchardt wrote: With this patch series an EFI application or driver can supply a block device which in turn can be used to download an image. E.g. we can load iPXE, connect

Re: [U-Boot] [PATCH v2 00/18] efi_loader: enable EFI driver provided block device

2018-01-18 Thread Simon Glass
Hi Heinrich, On 17 January 2018 at 11:15, Heinrich Schuchardt wrote: > With this patch series an EFI application or driver can supply > a block device which in turn can be used to download an image. > > E.g. we can load iPXE, connect iSCSI drives, download grub from the > SAN

[U-Boot] [PATCH v2 00/18] efi_loader: enable EFI driver provided block device

2018-01-17 Thread Heinrich Schuchardt
With this patch series an EFI application or driver can supply a block device which in turn can be used to download an image. E.g. we can load iPXE, connect iSCSI drives, download grub from the SAN and afterwards with grub download and run an EFI application. Booting Linux from an iSCSI drive was