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 5/5] doc: rockchip: use idbloader.img for rk3399
Date: Fri, 23 Aug 2019 20:29:29 +0300	[thread overview]
Message-ID: <20190823172930.4883-6-matwey.kornilov@gmail.com> (raw)
In-Reply-To: <20190823172930.4883-1-matwey.kornilov@gmail.com>

Makefile now produces ready-to-deploy idbloader.img file.

u-boot has support for TPL at rk3399 platform for all boards,
so there is not reason to refer binary loaders.

Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com>
---
 doc/README.rockchip | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/doc/README.rockchip b/doc/README.rockchip
index 401dc19d91..b5311adcd8 100644
--- a/doc/README.rockchip
+++ b/doc/README.rockchip
@@ -324,12 +324,6 @@ To write an image that boots from an SD card (assumed to be /dev/sdc):
 
 Option 1: Package the image with Rockchip miniloader:
 
-  - Create idbloader.img
-
-    => cd /path/to/u-boot
-    => ./tools/mkimage  -n rk3399 -T rksd -d /path/to/rkbin/bin/rk33/rk3399_ddr_800MHz_v1.20.bin idbloader.img
-    => cat /path/to/rkbin/bin/rk33/rk3399_miniloader_v1.19.bin >> idbloader.img
-
   - Write idbloader.img at 64 sector
 
     => sudo dd if=idbloader.img of=/dev/sdc seek=64
-- 
2.16.4

  parent reply	other threads:[~2019-08-23 17:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Matwey V. Kornilov [this message]
2019-09-03  3:10   ` [U-Boot] [PATCH 5/5] doc: rockchip: use idbloader.img for rk3399 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=20190823172930.4883-6-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.