From: Dhruva Gole <d-gole@ti.com>
To: Neha Malcom Francis <n-francis@ti.com>
Cc: <u-boot@lists.denx.de>, Tom Rini <trini@konsulko.com>,
Vibhore Vardhan <vibhore@ti.com>,
Kamlesh Gurudasani <kamlesh@ti.com>,
Francesco Dolcini <francesco@dolcini.it>
Subject: Re: [PATCH 2/2] arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images
Date: Thu, 4 Apr 2024 13:52:58 +0530 [thread overview]
Message-ID: <20240404082258.4zwffzl56kc6neum@dhruva> (raw)
In-Reply-To: <967ef615-58f8-48e7-bb8e-1c9903e771db@ti.com>
Hi Neha!
On Apr 04, 2024 at 10:20:21 +0530, Neha Malcom Francis wrote:
> Hi Dhruva
>
> On 03/04/24 17:33, Dhruva Gole wrote:
> > From: Kamlesh Gurudasani <kamlesh@ti.com>
> >
> > Add support for signing of TIFSSTUB images for HSSE, HSFS and GP devices
> > and include them in tispl.bin and tispl.bin_unsigned.
> >
> > Signed-off-by: Kamlesh Gurudasani <kamlesh@ti.com>
> > Signed-off-by: Dhruva Gole <d-gole@ti.com>
> > ---
> > arch/arm/dts/k3-am625-sk-binman.dtsi | 141 ++++++++++++++++++++++++++-
> > 1 file changed, 139 insertions(+), 2 deletions(-)
> >
[...]
> > dm {
> > ti-dm {
> > filename = "ti-dm.bin";
> > @@ -270,7 +406,8 @@
> > conf-0 {
> > description = "k3-am625-sk";
> > firmware = "atf";
> > - loadables = "tee", "dm", "spl";
> > + loadables = "tee", "tifsstub-hs", "tifsstub-fs",
> > + "tifsstub-gp", "dm", "spl";
> > fdt = "fdt-0";
> > };
> > };
>
>
> If there are multiple boards that will support TIFSSTUB in future, I would
> prefer templating these out and putting them in k3-binman.dtsi. However
That's a great idea. From the next set of boards for which also need
binman TIFS Stub support we will keep in mind as you said below.
Currently amidst all the movement and cleanup I don't want to push out
too many changes at once.
I also have cleanup and OF_UPSTREAM changes for am62x pending which I
plan on posting sometime soon..
> considering there's a lot of movement currently (cleanup and OF_STREAM) in
> that file, you can maybe take this up when adding support for the next
> board.
>
> Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
Thanks!
--
Best regards,
Dhruva Gole <d-gole@ti.com>
next prev parent reply other threads:[~2024-04-04 8:23 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 12:03 [PATCH 0/2] Add TIFS Stub support in AM62x Dhruva Gole
2024-04-03 12:03 ` [PATCH 1/2] arm: mach-k3: add support for detecting TIFSSTUB images Dhruva Gole
2024-04-04 4:24 ` Neha Malcom Francis
2024-04-03 12:03 ` [PATCH 2/2] arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images Dhruva Gole
2024-04-04 4:50 ` Neha Malcom Francis
2024-04-04 8:07 ` Francesco Dolcini
2024-04-04 8:22 ` Dhruva Gole [this message]
2024-04-12 14:19 ` [PATCH 0/2] Add TIFS Stub support in AM62x 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=20240404082258.4zwffzl56kc6neum@dhruva \
--to=d-gole@ti.com \
--cc=francesco@dolcini.it \
--cc=kamlesh@ti.com \
--cc=n-francis@ti.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=vibhore@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 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.