All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Introduce idbloader.img target for Makefile
@ 2019-08-23 17:29 Matwey V. Kornilov
  2019-08-23 17:29 ` [U-Boot] [PATCH 1/5] rockchip, Makefile: add idbloader.img target Matwey V. Kornilov
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Matwey V. Kornilov @ 2019-08-23 17:29 UTC (permalink / raw)
  To: u-boot

Rockchip SoCs reqire the following deployment procedure for TPL/SPL:

  ./tools/mkimage -n rk3328 -T rksd -d ./tpl/u-boot-tpl.bin idbloader.img
  cat ./spl/u-boot-spl-dtb.bin >> idbloader.img
  dd if=idbloader.img of=/dev/mmcblk0 seek=64

The series is organized as the following. First patch introduces idbloader.img
target for Makefile. The rest is for keeping the documentation up-to-date.

Matwey V. Kornilov (5):
  rockchip, Makefile: add idbloader.img target
  doc: rockchip: use idbloader.img for rk3288
  doc: rockchip: use idbloader.img for rk3328
  doc: lion_rk3368: use idbloader.img for rk3368
  doc: rockchip: use idbloader.img for rk3399

 Makefile                                   | 12 ++++++++++++
 board/theobroma-systems/lion_rk3368/README |  4 +---
 doc/README.rockchip                        | 15 +--------------
 3 files changed, 14 insertions(+), 17 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2019-09-03  3:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-23 17:29 [U-Boot] [PATCH 0/5] Introduce idbloader.img target for Makefile Matwey V. Kornilov
2019-08-23 17:29 ` [U-Boot] [PATCH 1/5] rockchip, Makefile: add idbloader.img target Matwey V. Kornilov
2019-09-03  3:02   ` [U-Boot] [PATCH 1/5] rockchip, Makefile: add idbloader.img target【请注意,邮件由u-boot-bounces@lists.denx.de代发】 Kever Yang
2019-08-23 17:29 ` [U-Boot] [PATCH 2/5] doc: rockchip: use idbloader.img for rk3288 Matwey V. Kornilov
2019-09-03  3:08   ` Kever Yang
2019-08-23 17:29 ` [U-Boot] [PATCH 3/5] doc: rockchip: use idbloader.img for rk3328 Matwey V. Kornilov
2019-08-23 17:29 ` [U-Boot] [PATCH 4/5] doc: lion_rk3368: use idbloader.img for rk3368 Matwey V. Kornilov
2019-08-23 17:29 ` [U-Boot] [PATCH 5/5] doc: rockchip: use idbloader.img for rk3399 Matwey V. Kornilov
2019-09-03  3:10   ` Kever Yang

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.