All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/4] Inject boot-device into DTS and use in distro-boot on the RK3399-Q7
@ 2018-05-24 15:15 Philipp Tomsich
  2018-05-24 15:15 ` [U-Boot] [PATCH v1 1/4] spl: record boot_device into spl_image and call spl_perform_fixups Philipp Tomsich
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Philipp Tomsich @ 2018-05-24 15:15 UTC (permalink / raw)
  To: u-boot


The RK3399-Q7 has the ability to bypass the on-module eMMC and SPI
(which always come first in our boot-order) and force a boot from an
external SD card.  If this is the case, we want all later boot-stages
notified and will modify our environment for distro-boot to also try
to boot from the SD card before trying to boot from eMMC.


Klaus Goger (1):
  rockchip: rk3399: change boot_target based on u-boot,spl-boot-device

Philipp Tomsich (3):
  spl: record boot_device into spl_image and call spl_perform_fixups
  spl: document 'chosen/u-boot,spl-boot-device'
  rockchip: rk3399: inject 'u-boot,spl-boot-device' for next-stage

 arch/arm/mach-rockchip/rk3399-board-spl.c         | 48 +++++++++++++++
 board/theobroma-systems/puma_rk3399/puma-rk3399.c | 74 +++++++++++++++++++++++
 common/spl/spl.c                                  | 12 +++-
 doc/device-tree-bindings/chosen.txt               | 10 +++
 include/spl.h                                     |  7 +++
 5 files changed, 150 insertions(+), 1 deletion(-)

-- 
2.1.4

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

end of thread, other threads:[~2018-07-13 10:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 15:15 [U-Boot] [PATCH v1 0/4] Inject boot-device into DTS and use in distro-boot on the RK3399-Q7 Philipp Tomsich
2018-05-24 15:15 ` [U-Boot] [PATCH v1 1/4] spl: record boot_device into spl_image and call spl_perform_fixups Philipp Tomsich
2018-05-24 22:11   ` Lukasz Majewski
2018-05-24 23:23     ` Dr. Philipp Tomsich
2018-07-13 10:25   ` [U-Boot] [U-Boot, v1, " Philipp Tomsich
2018-05-24 15:15 ` [U-Boot] [PATCH v1 2/4] spl: document 'chosen/u-boot, spl-boot-device' Philipp Tomsich
2018-07-13 10:25   ` [U-Boot] [U-Boot, v1, " Philipp Tomsich
2018-05-24 15:15 ` [U-Boot] [PATCH v1 3/4] rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stage Philipp Tomsich
2018-07-13 10:25   ` [U-Boot] [U-Boot, v1, " Philipp Tomsich
2018-05-24 15:15 ` [U-Boot] [PATCH v1 4/4] rockchip: rk3399: change boot_target based on u-boot, spl-boot-device Philipp Tomsich
2018-07-13 10:25   ` [U-Boot] [U-Boot, v1, " Philipp Tomsich

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.