All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Fabio Estevam <festevam@gmail.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Simon Glass <sjg@chromium.org>, Stefano Babic <sbabic@denx.de>,
	Tom Rini <trini@konsulko.com>
Subject: [PATCH v1 01/24] arm64: dts: imx8mm-u-boot.dtsi: imx8mp-u-boot.dtsi: use atf-bl31 type
Date: Fri,  8 Apr 2022 10:06:56 +0200	[thread overview]
Message-ID: <20220408080719.342072-2-marcel@ziswiler.com> (raw)
In-Reply-To: <20220408080719.342072-1-marcel@ziswiler.com>

From: Marcel Ziswiler <marcel.ziswiler@toradex.com>

Explicitly use the atf-bl31 type for the bl31.bin atf-blob. This uses
the path from the BL31 environment variable, if defined.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 arch/arm/dts/imx8mm-u-boot.dtsi | 2 +-
 arch/arm/dts/imx8mp-u-boot.dtsi | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx8mm-u-boot.dtsi b/arch/arm/dts/imx8mm-u-boot.dtsi
index 3ea03a96d6d..9f66cdb65a9 100644
--- a/arch/arm/dts/imx8mm-u-boot.dtsi
+++ b/arch/arm/dts/imx8mm-u-boot.dtsi
@@ -109,7 +109,7 @@
 
 					atf-blob {
 						filename = "bl31.bin";
-						type = "blob-ext";
+						type = "atf-bl31";
 					};
 				};
 
diff --git a/arch/arm/dts/imx8mp-u-boot.dtsi b/arch/arm/dts/imx8mp-u-boot.dtsi
index 120c4c4dbb1..cfc352ae34a 100644
--- a/arch/arm/dts/imx8mp-u-boot.dtsi
+++ b/arch/arm/dts/imx8mp-u-boot.dtsi
@@ -123,8 +123,9 @@
 					load = <0x970000>;
 					entry = <0x970000>;
 
-					atf_blob: blob-ext {
+					atf_blob: atf-blob {
 						filename = "bl31.bin";
+						type = "atf-bl31";
 					};
 				};
 
-- 
2.34.1


  reply	other threads:[~2022-04-08  8:08 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08  8:06 [PATCH v1 00/24] toradex updates: assortment of fixes and improvements Marcel Ziswiler
2022-04-08  8:06 ` Marcel Ziswiler [this message]
2022-04-12 18:44   ` [PATCH v1 01/24] arm64: dts: imx8mm-u-boot.dtsi: imx8mp-u-boot.dtsi: use atf-bl31 type sbabic
2022-04-08  8:06 ` [PATCH v1 02/24] configs: verdin-imx8mm: verdin-imx8mp: enable dm serial Marcel Ziswiler
2022-04-12 18:41   ` sbabic
2022-04-08  8:06 ` [PATCH v1 03/24] toradex: apalis-imx8x: drop support for apalis imx8x Marcel Ziswiler
2022-04-08  8:06 ` [PATCH v1 04/24] toradex: globally disable video support Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 05/24] toradex: set default dhcp distroboot scriptname Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 06/24] toradex: drop legacy nfsboot script Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 07/24] include: colibri_vf: add missing tdxargs variable Marcel Ziswiler
2022-04-12 18:43   ` sbabic
2022-04-08  8:07 ` [PATCH v1 08/24] colibri-imx6ull: drop vidargs and remove video= settings Marcel Ziswiler
2022-04-12 18:47   ` sbabic
2022-04-08  8:07 ` [PATCH v1 09/24] configs: toradex: enable missing fit options Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 10/24] configs: colibri-imx7/-emmc: enable booting from usb sdp Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 11/24] apalis-imx6: avoid save environment unasked Marcel Ziswiler
2022-04-12 18:48   ` sbabic
2022-04-08  8:07 ` [PATCH v1 12/24] apalis-tk1: " Marcel Ziswiler
2022-04-12 18:42   ` sbabic
2022-04-08  8:07 ` [PATCH v1 13/24] board: colibri-imx6ull: Do not leave variant variable unset Marcel Ziswiler
2022-04-12 18:47   ` sbabic
2022-04-08  8:07 ` [PATCH v1 14/24] configs: tdx: Do not overwrite fdtfile if it got set manually Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 15/24] regulator: fixed: add possibility to enable by clock Marcel Ziswiler
2022-04-12 18:45   ` sbabic
2022-04-08  8:07 ` [PATCH v1 16/24] board: colibri-imx6ull: fix detecting ethernet phy Marcel Ziswiler
2022-04-12 18:46   ` sbabic
2022-04-08  8:07 ` [PATCH v1 17/24] board: toradex: drop colibri pxa270 support Marcel Ziswiler
2022-04-08  8:07 ` [PATCH v1 18/24] disk: part: add the device search failed log msg Marcel Ziswiler
2022-04-12 18:44   ` sbabic
2022-04-08  8:07 ` [PATCH v1 19/24] colibri-imx6ull: fix nand bch geometry Marcel Ziswiler
2022-04-08  8:24   ` Marcel Ziswiler
2022-04-13  7:32     ` Stefano Babic
2022-04-13  8:06       ` Marcel Ziswiler
2022-04-08 10:27 ` Marcel Ziswiler
2022-04-12 18:42   ` sbabic
2022-04-08 10:27 ` [PATCH v1 20/24] board: colibri_imx7: fix usb start on solo Marcel Ziswiler
2022-04-08 10:28 ` [PATCH v1 21/24] configs: tdx: apalis_imx6: drop hw v1.0 support Marcel Ziswiler
2022-04-08 10:28 ` [PATCH v1 22/24] configs: tdx: apalis/colibri_imx6: use preboot as well Marcel Ziswiler
2022-04-08 10:28 ` [PATCH v1 23/24] configs: colibri-imx6ull/-emmc: use micrel ksz8xxx phy driver Marcel Ziswiler
2022-04-12 18:47   ` sbabic
2022-04-08 10:28 ` [PATCH v1 24/24] board: colibri-imx6ull: fix detecting sd card Marcel Ziswiler
2022-04-12 18:45   ` sbabic

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=20220408080719.342072-2-marcel@ziswiler.com \
    --to=marcel@ziswiler.com \
    --cc=festevam@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /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.