public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Francis, Neha" <n-francis@ti.com>
To: Sparsh Kumar <sparsh-kumar@ti.com>, <trini@konsulko.com>,
	<u-boot@lists.denx.de>, <vigneshr@ti.com>, <praneeth@ti.com>,
	<bb@ti.com>
Cc: <afd@ti.com>, <vishalm@ti.com>, <sebin.francis@ti.com>,
	<d-gole@ti.com>, <a-kaur@ti.com>
Subject: Re: [PATCH V2 4/4] arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman
Date: Fri, 27 Feb 2026 15:35:05 +0530	[thread overview]
Message-ID: <d294af17-246e-427f-ae0d-59af249dee96@ti.com> (raw)
In-Reply-To: <20260225132425.3096103-5-sparsh-kumar@ti.com>

Oops looks like I replied on an older thread

On 2/25/2026 6:54 PM, Sparsh Kumar wrote:
> Add rcfg_yaml_tifs node override to use tifs-rm-cfg.yaml instead of
> the default rm-cfg.yaml for am625-sk and am62p-sk platforms.
> 
> This enables binman to include the tifs-rm-cfg.yaml configuration
> when building tiboot3 images, bringing these platforms in line with
> other K3 devices like am62a-sk that already use tifs-rm-cfg.yaml.
> 
> This builds on the tifs-rm-cfg files added/updated earlier in this series.
> 
> Signed-off-by: Sparsh Kumar <sparsh-kumar@ti.com>
> ---
>  arch/arm/dts/k3-am625-sk-binman.dtsi | 4 ++++
>  arch/arm/dts/k3-am62p-sk-binman.dtsi | 4 ++++
>  2 files changed, 8 insertions(+)
> 
> diff --git a/arch/arm/dts/k3-am625-sk-binman.dtsi b/arch/arm/dts/k3-am625-sk-binman.dtsi
> index 8d6015e44a9..ba29a047406 100644
> --- a/arch/arm/dts/k3-am625-sk-binman.dtsi
> +++ b/arch/arm/dts/k3-am625-sk-binman.dtsi
> @@ -7,6 +7,10 @@
>  
>  #ifdef CONFIG_TARGET_AM625_R5_EVM
>  
> +&rcfg_yaml_tifs {
> +	config = "tifs-rm-cfg.yaml";
> +};
> +
>  &binman {
>  	tiboot3-am62x-hs-evm.bin {
>  		filename = "tiboot3-am62x-hs-evm.bin";
> diff --git a/arch/arm/dts/k3-am62p-sk-binman.dtsi b/arch/arm/dts/k3-am62p-sk-binman.dtsi
> index 603487341d2..cca56b76d69 100644
> --- a/arch/arm/dts/k3-am62p-sk-binman.dtsi
> +++ b/arch/arm/dts/k3-am62p-sk-binman.dtsi
> @@ -7,6 +7,10 @@
>  
>  #if IS_ENABLED(CONFIG_TARGET_AM62P5_R5_EVM)
>  
> +&rcfg_yaml_tifs {
> +	config = "tifs-rm-cfg.yaml";
> +};
> +
>  &binman {
>  	tiboot3-am62px-hs-fs-evm.bin {
>  		filename = "tiboot3-am62px-hs-fs-evm.bin";

Reviewed-by: Neha Malcom Francis <n-francis@ti.com>

-- 
Thanking You
Neha Malcom Francis


  reply	other threads:[~2026-02-27 10:05 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 13:24 [PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 1/9] board: ti: rm-cfg: Update rm-cfg to reflect new resource reservation Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 2/9] board: ti: am62px: tifs-rm-cfg: Sync tifs-rm-cfg with TIFS firmware updates Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 3/4] board: ti: am62x: tifs-rm-cfg: Add the missing tifs-rm-cfg: Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 4/4] arm: dts: k3: am62x/am62px: Enable tifs-rm-cfg in binman Sparsh Kumar
2026-02-27 10:05   ` Francis, Neha [this message]
2026-02-25 13:24 ` [PATCH V2 5/9] board: beagle: beagleplay: rm-cfg: Update rm-cfg to reflect new resource reservation Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 6/9] board: phytec: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 7/9] toradex: verdin-am62: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 8/9] board: phytec: phycore_am62ax: " Sparsh Kumar
2026-02-25 13:24 ` [PATCH V2 9/9] board: toradex: verdin-am62p: " Sparsh Kumar
2026-02-25 15:10 ` [PATCH V2 0/9] board: k3: Sync rm-cfg with TIFS v11.02.09 firmware Tom Rini
2026-02-25 15:47   ` [EXTERNAL] " Sparsh Kumar
2026-03-13 23:39 ` Tom Rini

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=d294af17-246e-427f-ae0d-59af249dee96@ti.com \
    --to=n-francis@ti.com \
    --cc=a-kaur@ti.com \
    --cc=afd@ti.com \
    --cc=bb@ti.com \
    --cc=d-gole@ti.com \
    --cc=praneeth@ti.com \
    --cc=sebin.francis@ti.com \
    --cc=sparsh-kumar@ti.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=vishalm@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox