All of lore.kernel.org
 help / color / mirror / Atom feed
From: Suman Anna <s-anna@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/3] arm: dts: k3-j7200-r5: Add fs_loader node
Date: Tue, 18 Aug 2020 14:09:44 -0500	[thread overview]
Message-ID: <20200818190945.8966-3-s-anna@ti.com> (raw)
In-Reply-To: <20200818190945.8966-1-s-anna@ti.com>

Add a generic fs_loader node to the K3 J7200 R5 common board dts
file and use it as the chosen firmware-loader so that it can be
used for loading various firmwares from a boot media/filesystem
in R5 SPL on K3 J7200 EVM.

Signed-off-by: Suman Anna <s-anna@ti.com>
---
 arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index f5e4166926dc..b8c8487f3afe 100644
--- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@ -18,6 +18,12 @@
 	chosen {
 		stdout-path = &main_uart0;
 		tick-timer = &timer1;
+		firmware-loader = &fs_loader0;
+	};
+
+	fs_loader0: fs_loader at 0 {
+		u-boot,dm-pre-reloc;
+		compatible = "u-boot,fs-loader";
 	};
 
 	a72_0: a72 at 0 {
-- 
2.28.0

  parent reply	other threads:[~2020-08-18 19:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-18 19:09 [PATCH 0/3] MCU R5F branch-only boot on J7200 SoCs Suman Anna
2020-08-18 19:09 ` [PATCH 1/3] env: ti: j721e-evm: Update R5 SPL rproc env variables for J7200 Suman Anna
2020-08-18 19:09 ` Suman Anna [this message]
2020-08-19 22:45   ` [PATCH 2/3] arm: dts: k3-j7200-r5: Add fs_loader node Suman Anna
2020-08-18 19:09 ` [PATCH 3/3] configs: j7200_evm_r5: Enable FS_LOADER Suman Anna
2020-09-15 13:48 ` [PATCH 0/3] MCU R5F branch-only boot on J7200 SoCs Lokesh Vutla

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=20200818190945.8966-3-s-anna@ti.com \
    --to=s-anna@ti.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.