Re: [U-Boot] [PATCH 1/3] efi_loader: support USB boot in distro boot script

2018-10-16 Thread Alexander Graf
On 15.10.18 06:53, AKASHI Takahiro wrote: > On Sun, Oct 14, 2018 at 02:21:11AM +0300, Tuomas Tynkkynen wrote: >> Hi Takahiro, >> >> On Fri, 12 Oct 2018 14:09:07 +0900 >> AKASHI Takahiro wrote: >> >>> With this patch, a removable USB mass storage device attached to the >>> system will also be sca

Re: [U-Boot] [PATCH 1/3] efi_loader: support USB boot in distro boot script

2018-10-14 Thread AKASHI Takahiro
On Sun, Oct 14, 2018 at 02:21:11AM +0300, Tuomas Tynkkynen wrote: > Hi Takahiro, > > On Fri, 12 Oct 2018 14:09:07 +0900 > AKASHI Takahiro wrote: > > > With this patch, a removable USB mass storage device attached to the > > system will also be scanned to find and boot an EFI binary (that is > >

Re: [U-Boot] [PATCH 1/3] efi_loader: support USB boot in distro boot script

2018-10-13 Thread Tuomas Tynkkynen
Hi Takahiro, On Fri, 12 Oct 2018 14:09:07 +0900 AKASHI Takahiro wrote: > With this patch, a removable USB mass storage device attached to the > system will also be scanned to find and boot an EFI binary (that is > BOOTEFI_NAME, see config_distro_bootcmd.h). > > Signed-off-by: AKASHI Takahiro >

[U-Boot] [PATCH 1/3] efi_loader: support USB boot in distro boot script

2018-10-11 Thread AKASHI Takahiro
With this patch, a removable USB mass storage device attached to the system will also be scanned to find and boot an EFI binary (that is BOOTEFI_NAME, see config_distro_bootcmd.h). Signed-off-by: AKASHI Takahiro --- include/config_distro_bootcmd.h | 7 ++- 1 file changed, 6 insertions(+), 1