public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/1] efi_loader: improve boot sequence in distro_bootcmd
@ 2018-11-27  0:33 AKASHI Takahiro
  2018-11-27  0:33 ` [U-Boot] [PATCH v3 1/1] efi_loader: rework fdt handling in distro boot script AKASHI Takahiro
  0 siblings, 1 reply; 5+ messages in thread
From: AKASHI Takahiro @ 2018-11-27  0:33 UTC (permalink / raw)
  To: u-boot

Actually, this patch is a RESEND of my v2[1], without patch #2 and #3
as I don't want to dive into details of dtb discussions[2].
I think that the patch #1 alone is useful.

If fdt_addr_r is not defined,
    "load ... ${fdt_addr_r} ${prefix}${efi_fdtfile}"
will fail quietly. So it should be OK.

Think about applying my "removable device" patch[3] alongside this patch.

[1] https://lists.denx.de/pipermail/u-boot/2018-October/345029.html
[2] https://lists.denx.de/pipermail/u-boot/2018-October/344375.html
[3] https://lists.denx.de/pipermail/u-boot/2018-November/347491.html

Changes in v3 (Nov 27, 2018):
* remove v2's patch #2 and #3

Changes in v2 (Oct 22, 2018):
* rewrite my previous changes after Alex's comments, including
     - boot bootmgr only once before searching for boot binary
     - dtb must be loaded from the same device with boot binary's
* add patch#2 as part of this patch set, in particular adding CONFIG_SYS

Thanks,
-Takahio Akashi

AKASHI Takahiro (1):
  efi_loader: rework fdt handling in distro boot script

 include/config_distro_bootcmd.h | 38 +++++++++++++++++----------------
 1 file changed, 20 insertions(+), 18 deletions(-)

-- 
2.19.1

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-12-03  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-27  0:33 [U-Boot] [PATCH v3 0/1] efi_loader: improve boot sequence in distro_bootcmd AKASHI Takahiro
2018-11-27  0:33 ` [U-Boot] [PATCH v3 1/1] efi_loader: rework fdt handling in distro boot script AKASHI Takahiro
2018-12-02 22:58   ` Alexander Graf
2018-12-03  2:22     ` AKASHI Takahiro
2018-12-03  9:24       ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox