All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Holland <samuel@sholland.org>
To: u-boot@lists.denx.de
Subject: [PATCH v4 5/9] sunxi: binman: Provide a default BL31 filename
Date: Sat, 12 Sep 2020 16:35:41 -0500	[thread overview]
Message-ID: <20200912213545.64376-6-samuel@sholland.org> (raw)
In-Reply-To: <20200912213545.64376-1-samuel@sholland.org>

Prior to commit 7f7f8aca8257 ("sunxi: Convert 64-bit boards to use
binman"), if the BL31 environment variable was not defined, the firmware
would be loaded from a file "bl31.bin" in the current directory. Restore
that behavior by providing that as the default filename in case no entry
arg is provided, which will be the case if the environment variable is
unset.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Samuel Holland <samuel@sholland.org>
---
 arch/arm/dts/sunxi-u-boot.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/dts/sunxi-u-boot.dtsi b/arch/arm/dts/sunxi-u-boot.dtsi
index 82b97a9503f..6ab0c783ba5 100644
--- a/arch/arm/dts/sunxi-u-boot.dtsi
+++ b/arch/arm/dts/sunxi-u-boot.dtsi
@@ -52,6 +52,7 @@
 #endif
 
 					atf-bl31 {
+						filename = "bl31.bin";
 					};
 				};
 
-- 
2.26.2

  parent reply	other threads:[~2020-09-12 21:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12 21:35 [PATCH v4 0/9] sunxi: binman fixes and SCP firmware support Samuel Holland
2020-09-12 21:35 ` [PATCH v4 1/9] Makefile: Only define u-boot.itb rule when applicable Samuel Holland
2020-09-12 21:35 ` [PATCH v4 2/9] binman: Only write FDT once per node Samuel Holland
2020-09-12 21:35 ` [PATCH v4 3/9] spl: fit: Minimally parse OS properties with FIT_IMAGE_TINY Samuel Holland
2020-09-12 21:35 ` [PATCH v4 4/9] sunxi: binman: Fix spacing between nodes Samuel Holland
2020-09-12 21:35 ` Samuel Holland [this message]
2020-10-21 18:49   ` [PATCH v4 5/9] sunxi: binman: Provide a default BL31 filename Jagan Teki
2020-10-22  1:53     ` Samuel Holland
2020-09-12 21:35 ` [PATCH v4 6/9] sunxi: binman: Use a macro for the BL31 load address Samuel Holland
2020-09-12 21:35 ` [PATCH v4 7/9] sunxi: binman: Update FIT component descriptions Samuel Holland
2020-09-12 21:35 ` [PATCH v4 8/9] binman: Add support for SCP firmware Samuel Holland
2020-09-28  4:24   ` Simon Glass
2020-09-12 21:35 ` [PATCH v4 9/9] sunxi: binman: Add support for including " Samuel Holland

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=20200912213545.64376-6-samuel@sholland.org \
    --to=samuel@sholland.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.