All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [PATCH v4 3/3] binman: sunxi: Add help message for missing sunxi ATF BL31
Date: Sun,  6 Sep 2020 10:39:10 -0600	[thread overview]
Message-ID: <20200906163910.18686-3-sjg@chromium.org> (raw)
In-Reply-To: <20200906163910.18686-1-sjg@chromium.org>

Add a special help message pointing to the relevant README.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

Changes in v4:
- Drop patches previous applied to u-boot-dm/next

 arch/arm/dts/sunxi-u-boot.dtsi | 1 +
 tools/binman/missing-blob-help | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index 1d1c3691099..c97943b3c19 100644
--- a/arch/arm/dts/sunxi-u-boot.dtsi
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
@@ -48,6 +48,7 @@
 					entry = <0x44000>;
 #endif
 					atf-bl31 {
+						missing-msg = "atf-bl31-sunxi";
 					};
 				};
 
diff --git a/tools/binman/missing-blob-help b/tools/binman/missing-blob-help
index 3de195c23c8..7cf1c346101 100644
--- a/tools/binman/missing-blob-help
+++ b/tools/binman/missing-blob-help
@@ -9,3 +9,7 @@
 atf-bl31:
 See the documentation for your board. You may need to build ARM Trusted
 Firmware and build with BL31=/path/to/bl31.bin
+
+atf-bl31-sunxi:
+Please read the section on ARM Trusted Firmware (ATF) in
+board/sunxi/README.sunxi64
-- 
2.28.0.526.ge36021eeef-goog

  parent reply	other threads:[~2020-09-06 16:39 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-06 16:39 [PATCH v4 0/3] binman: Further updates for FIT support Simon Glass
2020-09-06 16:39 ` [PATCH v4 1/3] binman: Allow selecting default FIT configuration Simon Glass
2020-09-08 17:33   ` Alper Nebi Yasak
2020-09-08 23:56     ` Simon Glass
2020-09-09 20:27       ` Alper Nebi Yasak
2020-09-27  1:59       ` Simon Glass
2020-09-06 16:39 ` [PATCH v4 2/3] binman: Support help messages for missing blobs Simon Glass
2020-09-08 16:37   ` Alper Nebi Yasak
2020-09-08 23:56     ` Simon Glass
2020-09-09 20:29       ` Alper Nebi Yasak
2020-09-27  1:59       ` Simon Glass
2020-09-06 16:39 ` Simon Glass [this message]
2020-09-07  8:44 ` [PATCH v4 0/3] binman: Further updates for FIT support Michal Simek
2020-09-07 13:57   ` Simon Glass
2020-09-12 20:43   ` Samuel Holland
2020-09-14  6:48     ` Michal Simek

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=20200906163910.18686-3-sjg@chromium.org \
    --to=sjg@chromium.org \
    --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.