Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-19 Thread Alexander Graf
On 19.10.18 10:32, AKASHI Takahiro wrote: > On Fri, Oct 19, 2018 at 09:31:14AM +0200, Alexander Graf wrote: >> >> >> On 19.10.18 09:20, AKASHI Takahiro wrote: >>> On Thu, Oct 18, 2018 at 09:31:57AM +0200, Alexander Graf wrote: On 18.10.18 04:07, AKASHI Takahiro wrote: > On

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-19 Thread AKASHI Takahiro
On Fri, Oct 19, 2018 at 09:31:14AM +0200, Alexander Graf wrote: > > > On 19.10.18 09:20, AKASHI Takahiro wrote: > > On Thu, Oct 18, 2018 at 09:31:57AM +0200, Alexander Graf wrote: > >> > >> > >> On 18.10.18 04:07, AKASHI Takahiro wrote: > >>> On Tue, Oct 16, 2018 at 03:15:13PM +0200, Alexander

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-19 Thread Alexander Graf
On 19.10.18 09:20, AKASHI Takahiro wrote: > On Thu, Oct 18, 2018 at 09:31:57AM +0200, Alexander Graf wrote: >> >> >> On 18.10.18 04:07, AKASHI Takahiro wrote: >>> On Tue, Oct 16, 2018 at 03:15:13PM +0200, Alexander Graf wrote: On 12.10.18 07:07, AKASHI Takahiro wrote: > The

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-19 Thread AKASHI Takahiro
On Thu, Oct 18, 2018 at 09:31:57AM +0200, Alexander Graf wrote: > > > On 18.10.18 04:07, AKASHI Takahiro wrote: > > On Tue, Oct 16, 2018 at 03:15:13PM +0200, Alexander Graf wrote: > >> > >> > >> On 12.10.18 07:07, AKASHI Takahiro wrote: > >>> The current scenario for default UEFI booting,

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-18 Thread Alexander Graf
On 18.10.18 04:07, AKASHI Takahiro wrote: > On Tue, Oct 16, 2018 at 03:15:13PM +0200, Alexander Graf wrote: >> >> >> On 12.10.18 07:07, AKASHI Takahiro wrote: >>> The current scenario for default UEFI booting, scan_dev_for_efi, has >>> several issues: >>> * invoke 'bootmgr' only if BOOTEFI_NAME

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-17 Thread AKASHI Takahiro
On Tue, Oct 16, 2018 at 03:15:13PM +0200, Alexander Graf wrote: > > > On 12.10.18 07:07, AKASHI Takahiro wrote: > > The current scenario for default UEFI booting, scan_dev_for_efi, has > > several issues: > > * invoke 'bootmgr' only if BOOTEFI_NAME binary does exit even though > > 'bootmgr'

Re: [U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-16 Thread Alexander Graf
On 12.10.18 07:07, AKASHI Takahiro wrote: > The current scenario for default UEFI booting, scan_dev_for_efi, has > several issues: > * invoke 'bootmgr' only if BOOTEFI_NAME binary does exit even though > 'bootmgr' can and should work independently whether or not the binary > exist, > *

[U-Boot] [PATCH 1/2] efi_loader: rework fdt handling in distro boot script

2018-10-11 Thread AKASHI Takahiro
The current scenario for default UEFI booting, scan_dev_for_efi, has several issues: * invoke 'bootmgr' only if BOOTEFI_NAME binary does exit even though 'bootmgr' can and should work independently whether or not the binary exist, * always assume that a 'fdtfile' variable is defined, *