All of lore.kernel.org
 help / color / mirror / Atom feed
From: Matwey V. Kornilov <matwey.kornilov@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] Introduce idbloader.img target for Makefile
Date: Tue,  3 Sep 2019 19:29:00 +0300	[thread overview]
Message-ID: <20190903162903.4778-1-matwey.kornilov@gmail.com> (raw)

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.

Changes since v2:
  - fix patch 5
  - squash patches 2,3,5 into 2

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

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

-- 
2.16.4

             reply	other threads:[~2019-09-03 16:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-03 16:29 Matwey V. Kornilov [this message]
2019-09-03 16:29 ` [U-Boot] [PATCH v2 1/3] rockchip, Makefile: add idbloader.img target Matwey V. Kornilov
2019-09-03 16:29 ` [U-Boot] [PATCH v2 2/3] doc: rockchip: use idbloader.img for rk3288, rk3328, rk3399 Matwey V. Kornilov
2019-09-05  0:51   ` Kever Yang
2019-09-03 16:29 ` [U-Boot] [PATCH v2 3/3] doc: lion_rk3368: use idbloader.img for rk3368 Matwey V. Kornilov
2019-09-05  0:52   ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190903162903.4778-1-matwey.kornilov@gmail.com \
    --to=matwey.kornilov@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.