From: Wadim Egorov <w.egorov@phytec.de>
To: Anshul Dalal <anshuld@ti.com>,
upstream@lists.phytec.de, u-boot@lists.u-boot-project.org
Cc: Tom Rini <trini@konsulko.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>,
Nishanth Menon <nm@ti.com>,
Robert Nelson <robertcnelson@gmail.com>,
Francesco Dolcini <francesco.dolcini@toradex.com>,
Aristo Chen <aristo.chen@canonical.com>,
Suhaas Joshi <s-joshi@ti.com>, Bryan Brattlof <bb@ti.com>,
Neha Malcom Francis <n-francis@ti.com>,
Ernest Van Hoecke <ernest.vanhoecke@toradex.com>,
Sparsh Kumar <sparsh-kumar@ti.com>,
Simon Glass <sjg@chromium.org>
Subject: Re: [PATCH v2 0/2] Refactor binman nodes for boot binaries for TI AM625 into templates
Date: Thu, 30 Jul 2026 10:13:15 +0300 [thread overview]
Message-ID: <2eb12bdc-3f71-4106-876e-0dfedf9a7eeb@phytec.de> (raw)
In-Reply-To: <20260729-k3_binman_refactor-v2-0-9a66fd170040@ti.com>
On 7/29/26 1:54 PM, Anshul Dalal wrote:
> Hi all,
>
> This patch series seeks to help in reuse by moving currently duplicated
> entries for tiboot3.bin and tispl.bin into a generic SoC wide DTSI
> (k3-am625-binman.dtsi).
>
> This dtsi in-turn gets included by all AM625 based boards which can
> insert the templates from k3-am625-binman.dtsi.
>
> The newly added templates are as follows:
> tiboot3_am625_hs
> tiboot3_am625_hs_fs
> tiboot3_am625_gp
> ti_falcon_am625
> ti_spl_unsigned_am625
> ti_spl_am625
>
> The series has been boot tested on beagleplay and AM62x EVM but the
> following affected boards have only been build tested:
> - phycore_am62x
For this series,
Tested-by: Wadim Egorov <w.egorov@phytec.de>
> - verdin-am62
>
> To verify no regressions, I compared the final 'u-boot.dtb.out' for both
> the R5 and A53 build using dtx_diff script from linux source.
>
> Depends on: https://patchwork.ozlabs.org/project/uboot/patch/20260729-binman_template_phandle_copy_fix-v3-1-9bf6cbbe1a61@ti.com/
>
> Signed-off-by: Anshul Dalal <anshuld@ti.com>
> ---
> Changes in v2:
> - Reword commit message and pick R/bys
> - Reorder properties inside tiboot3 template for gp to match hs and fs
> - Remove symlink from tiboot3 template for hs
> - Link to v1: https://patch.msgid.link/20260717-k3_binman_refactor-v1-0-4089220b4fd4@ti.com
>
> ---
> Anshul Dalal (2):
> arm: dts: k3-am625: add template for tiboot3.bin
> arm: dts: k3-am625: add template for tispl.bin
>
> arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 94 +----
> arch/arm/dts/k3-am625-binman.dtsi | 362 ++++++++++++++++++
> arch/arm/dts/k3-am625-phycore-som-binman.dtsi | 357 +-----------------
> arch/arm/dts/k3-am625-r5-beagleplay.dts | 33 +-
> arch/arm/dts/k3-am625-sk-binman.dtsi | 430 +++-------------------
> arch/arm/dts/k3-am625-verdin-wifi-dev-binman.dtsi | 301 +--------------
> 6 files changed, 418 insertions(+), 1159 deletions(-)
> ---
> base-commit: 447f6dfb9aa2191553993441f92f9c50f6486ffe
> change-id: 20260717-k3_binman_refactor-081615fabbea
>
> Best regards,
> --
> Anshul Dalal <anshuld@ti.com>
>
prev parent reply other threads:[~2026-07-30 7:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 10:54 [PATCH v2 0/2] Refactor binman nodes for boot binaries for TI AM625 into templates Anshul Dalal
2026-07-29 10:54 ` [PATCH v2 1/2] arm: dts: k3-am625: add template for tiboot3.bin Anshul Dalal
2026-07-29 10:55 ` [PATCH v2 2/2] arm: dts: k3-am625: add template for tispl.bin Anshul Dalal
2026-07-30 7:13 ` Wadim Egorov [this message]
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=2eb12bdc-3f71-4106-876e-0dfedf9a7eeb@phytec.de \
--to=w.egorov@phytec.de \
--cc=anshuld@ti.com \
--cc=aristo.chen@canonical.com \
--cc=bb@ti.com \
--cc=ernest.vanhoecke@toradex.com \
--cc=francesco.dolcini@toradex.com \
--cc=ilias.apalodimas@linaro.org \
--cc=n-francis@ti.com \
--cc=nm@ti.com \
--cc=robertcnelson@gmail.com \
--cc=s-joshi@ti.com \
--cc=sjg@chromium.org \
--cc=sparsh-kumar@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.u-boot-project.org \
--cc=upstream@lists.phytec.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.