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

2018-10-23 Thread AKASHI Takahiro
On Tue, Oct 23, 2018 at 08:36:58AM +0100, Alexander Graf wrote: > > > On 23.10.18 03:08, AKASHI Takahiro wrote: > > On Mon, Oct 22, 2018 at 08:42:32AM +0100, Alexander Graf wrote: > >> > >> > >> On 22.10.18 08:22, AKASHI Takahiro wrote: > >>> On Mon, Oct 22, 2018 at 01:40:05PM +0900, AKASHI Takah

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

2018-10-23 Thread Alexander Graf
On 23.10.18 03:08, AKASHI Takahiro wrote: > On Mon, Oct 22, 2018 at 08:42:32AM +0100, Alexander Graf wrote: >> >> >> On 22.10.18 08:22, AKASHI Takahiro wrote: >>> On Mon, Oct 22, 2018 at 01:40:05PM +0900, AKASHI Takahiro wrote: The current scenario for default UEFI booting, scan_dev_for_efi,

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

2018-10-22 Thread AKASHI Takahiro
On Mon, Oct 22, 2018 at 08:42:32AM +0100, Alexander Graf wrote: > > > On 22.10.18 08:22, AKASHI Takahiro wrote: > > On Mon, Oct 22, 2018 at 01:40:05PM +0900, AKASHI Takahiro wrote: > >> The current scenario for default UEFI booting, scan_dev_for_efi, has > >> several issues: > >> * load dtb dynam

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

2018-10-22 Thread Alexander Graf
On 22.10.18 08:22, AKASHI Takahiro wrote: > On Mon, Oct 22, 2018 at 01:40:05PM +0900, AKASHI Takahiro wrote: >> The current scenario for default UEFI booting, scan_dev_for_efi, has >> several issues: >> * load dtb dynamically even if its loacation (device) is not the same >> as BOOTEFI_NAME bin

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

2018-10-22 Thread AKASHI Takahiro
On Mon, Oct 22, 2018 at 01:40:05PM +0900, AKASHI Takahiro wrote: > The current scenario for default UEFI booting, scan_dev_for_efi, has > several issues: > * load dtb dynamically even if its loacation (device) is not the same > as BOOTEFI_NAME binary's, (reported by Alex) > * invoke 'bootmgr' onl

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

2018-10-21 Thread AKASHI Takahiro
The current scenario for default UEFI booting, scan_dev_for_efi, has several issues: * load dtb dynamically even if its loacation (device) is not the same as BOOTEFI_NAME binary's, (reported by Alex) * invoke 'bootmgr' only if BOOTEFI_NAME binary does exit even though 'bootmgr' can and should w