All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keerthy <j-keerthy@ti.com>
To: u-boot@lists.denx.de
Subject: [PATCH v8 7/9] include: configs: j721e_evm: Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0
Date: Wed, 12 Feb 2020 13:55:09 +0530	[thread overview]
Message-ID: <20200212082511.10042-8-j-keerthy@ti.com> (raw)
In-Reply-To: <20200212082511.10042-1-j-keerthy@ti.com>

Add env variables for mcu_r5fss0_core0 & main_r5fss0_core0 firmware
loadaddr and name.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 include/configs/j721e_evm.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/configs/j721e_evm.h b/include/configs/j721e_evm.h
index 4371c471e5..fc73a9c932 100644
--- a/include/configs/j721e_evm.h
+++ b/include/configs/j721e_evm.h
@@ -88,6 +88,10 @@
 	"mmcdev=1\0"							\
 	"bootpart=1:2\0"						\
 	"bootdir=/boot\0"						\
+	"addr_mainr5f0_0load=88000000\0"					\
+	"name_mainr5f0_0fw=/lib/firmware/j7-main-r5f0_0-fw\0"		\
+	"addr_mcur5f0_0load=89000000\0"					\
+	"name_mcur5f0_0fw=/lib/firmware/j7-mcu-r5f0_0-fw\0"		\
 	"rd_spec=-\0"							\
 	"init_mmc=run args_all args_mmc\0"				\
 	"get_fdt_mmc=load mmc ${bootpart} ${fdtaddr} ${bootdir}/${name_fdt}\0" \
-- 
2.17.1

  parent reply	other threads:[~2020-02-12  8:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-12  8:25 [PATCH v8 0/9] Add support for loading main_r5fss0_core0 Keerthy
2020-02-12  8:25 ` [PATCH v8 1/9] lib: elf: Move the generic elf loading/validating functions to lib Keerthy
2020-02-12  8:25 ` [PATCH v8 2/9] arm: k3: Add support for loading non linux remote cores Keerthy
2020-02-12  8:25 ` [PATCH v8 3/9] armv7R: K3: r5_mpu: Enable execute permission for MCU0 BTCM Keerthy
2020-02-12  8:25 ` [PATCH v8 4/9] armv7R: K3: Add support for jumping to firmware Keerthy
2020-02-12  8:25 ` [PATCH v8 5/9] arm: dts: k3-j721e-r5-u-boot: Add fs_loader node Keerthy
2020-02-12  8:25 ` [PATCH v8 6/9] arm: dts: k3-j721e-r5: Enable r5fss0 cluster in SPL Keerthy
2020-02-12  8:25 ` Keerthy [this message]
2020-02-12  8:25 ` [PATCH v8 8/9] configs: j721e_evm_r5: Enable R5F remoteproc support Keerthy
2020-02-12  8:25 ` [PATCH v8 9/9] configs: j721e_evm_r5_defconfig: Remove saving ENV in eMMC Keerthy
2020-02-23  8:15 ` [PATCH v8 0/9] Add support for loading main_r5fss0_core0 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=20200212082511.10042-8-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.