All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <j-keerthy@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH 06/10] arm: dts: k3-j721e-r5: Add fs_loader node
Date: Fri, 10 Jan 2020 15:53:29 +0530	[thread overview]
Message-ID: <20200110102333.22767-7-j-keerthy@ti.com> (raw)
In-Reply-To: <20200110102333.22767-1-j-keerthy@ti.com>

Add fs_loader node which will be needed for loading firmwares
from the boot media/filesystem.

Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 arch/arm/dts/k3-j721e-r5-common-proc-board.dts | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
index 41af48214f..27df704ce0 100644
--- a/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j721e-r5-common-proc-board.dts
@@ -18,6 +18,12 @@
 	chosen {
 		stdout-path = "serial2:115200n8";
 		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.17.1

  parent reply	other threads:[~2020-01-10 10:23 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-10 10:23 [PATCH 00/10] arm: k3: Add support for loading main_r5fss0_core0 Keerthy
2020-01-10 10:23 ` [PATCH 01/10] cmd: elf: Export out load_elf_image_phdr Keerthy
2020-01-10 10:23 ` [PATCH 02/10] Makefile: Enable CMD_ELF for SPL as well Keerthy
2020-01-10 10:30   ` Simon Goldschmidt
2020-01-10 10:40     ` keerthy
2020-01-10 11:55       ` Simon Goldschmidt
2020-01-10 10:23 ` [PATCH 03/10] arm: k3: Add support for loading non linux remote cores Keerthy
2020-01-10 10:23 ` [PATCH 04/10] armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM Keerthy
2020-01-10 10:23 ` [PATCH 05/10] armv7R: K3: Add support for jumping to firmware Keerthy
2020-01-10 10:23 ` Keerthy [this message]
2020-01-10 10:23 ` [PATCH 07/10] arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL Keerthy
2020-01-10 10:23 ` [PATCH 08/10] include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0 Keerthy
2020-01-10 10:23 ` [PATCH 09/10] configs: j721e_evm_r5: Add configs for environment in eMMC Keerthy
2020-01-10 10:26   ` Lokesh Vutla
2020-01-10 10:23 ` [PATCH 10/10] configs: j721e_evm_r5: Enable R5F remoteproc support Keerthy

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=20200110102333.22767-7-j-keerthy@ti.com \
    --to=j-keerthy@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.