All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] efi_loader: improve boot sequence in distro_bootcmd
@ 2018-10-22  4:40 AKASHI Takahiro
  2018-10-22  4:40 ` [U-Boot] [PATCH v2 1/3] efi_loader: rework fdt handling in distro boot script AKASHI Takahiro
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: AKASHI Takahiro @ 2018-10-22  4:40 UTC (permalink / raw)
  To: u-boot

The current distro_bootcmd has several issues regarding efi boot.
(See the patch#1 for details.)

Patch#1: fix distro's issues and make its intent clear
Patch#2,#3: address related issues on qemu-arm

Please note that patch#2 is now rebased on Bin's patch[1].

[1] https://lists.denx.de/pipermail/u-boot/2018-October/344421.html

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 (3):
  efi_loader: rework fdt handling in distro boot script
  ARM: qemu-arm: rework Kconfig
  ARM: qemu-arm: define fdt_addr_r

 arch/arm/mach-qemu/Kconfig       | 18 ++++++++-------
 board/emulation/qemu-arm/Kconfig |  6 +++++
 include/config_distro_bootcmd.h  | 38 +++++++++++++++++---------------
 include/configs/qemu-arm.h       |  1 +
 4 files changed, 37 insertions(+), 26 deletions(-)

-- 
2.19.0

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

end of thread, other threads:[~2018-10-24 10:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22  4:40 [U-Boot] [PATCH v2 0/3] efi_loader: improve boot sequence in distro_bootcmd AKASHI Takahiro
2018-10-22  4:40 ` [U-Boot] [PATCH v2 1/3] efi_loader: rework fdt handling in distro boot script AKASHI Takahiro
2018-10-22  7:22   ` AKASHI Takahiro
2018-10-22  7:42     ` Alexander Graf
2018-10-23  2:08       ` AKASHI Takahiro
2018-10-23  7:36         ` Alexander Graf
2018-10-23  8:01           ` AKASHI Takahiro
2018-10-22  4:40 ` [U-Boot] [PATCH v2 2/3] ARM: qemu-arm: rework Kconfig AKASHI Takahiro
2018-10-22  4:40 ` [U-Boot] [PATCH v2 3/3] ARM: qemu-arm: define fdt_addr_r AKASHI Takahiro
2018-10-24 10:43   ` Tuomas Tynkkynen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.