* [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
@ 2026-05-14 9:15 Emanuele Ghidoli
2026-05-14 9:19 ` Francesco Dolcini
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Emanuele Ghidoli @ 2026-05-14 9:15 UTC (permalink / raw)
To: u-boot, Tom Rini
Cc: Emanuele Ghidoli, Francesco Dolcini, Franz Schnyder,
Ernest Van Hoecke, Neha Malcom Francis
From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
The combined boot firmware firmware-aquila-am69-gp.bin depends on
tiboot3-am69-gp-aquila.bin, which in turn requires the GP variant
of the TI system firmware blob (ti-fs-firmware-j784s4-gp.bin).
Fix the combined boot firmware image build by adding the missing binman
nodes.
Fixes: f62d4535cf17 ("arm: dts: k3-am69-aquila: add combined boot firmware image")
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
---
arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
index f91cdf15aff3..c3a66ac8dae2 100644
--- a/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
+++ b/arch/arm/dts/k3-am69-aquila-dev-u-boot.dtsi
@@ -12,6 +12,11 @@
#if defined(CONFIG_CPU_V7R)
&binman {
+ tiboot3_am69_gp {
+ insert-template = <&tiboot3_j784s4_gp>;
+ filename = "tiboot3-am69-gp-aquila.bin";
+ };
+
tiboot3-am69-hs {
insert-template = <&tiboot3_j784s4_hs>;
filename = "tiboot3-am69-hs-aquila.bin";
@@ -28,6 +33,10 @@
filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-enc.bin";
};
+&ti_fs_gp {
+ filename = "ti-sysfw/ti-fs-firmware-j784s4-gp.bin";
+};
+
&sysfw_inner_cert {
filename = "ti-sysfw/ti-fs-firmware-j784s4-hs-cert.bin";
};
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
2026-05-14 9:15 [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build Emanuele Ghidoli
@ 2026-05-14 9:19 ` Francesco Dolcini
2026-05-14 10:04 ` Neha Malcom Francis
2026-05-14 17:55 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Francesco Dolcini @ 2026-05-14 9:19 UTC (permalink / raw)
To: Emanuele Ghidoli, Tom Rini
Cc: u-boot, Emanuele Ghidoli, Francesco Dolcini, Franz Schnyder,
Ernest Van Hoecke, Neha Malcom Francis
On Thu, May 14, 2026 at 11:15:12AM +0200, Emanuele Ghidoli wrote:
> From: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
>
> The combined boot firmware firmware-aquila-am69-gp.bin depends on
> tiboot3-am69-gp-aquila.bin, which in turn requires the GP variant
> of the TI system firmware blob (ti-fs-firmware-j784s4-gp.bin).
>
> Fix the combined boot firmware image build by adding the missing binman
> nodes.
>
> Fixes: f62d4535cf17 ("arm: dts: k3-am69-aquila: add combined boot firmware image")
> Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Tom: for master, thanks
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
2026-05-14 9:15 [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build Emanuele Ghidoli
2026-05-14 9:19 ` Francesco Dolcini
@ 2026-05-14 10:04 ` Neha Malcom Francis
2026-05-14 17:55 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Neha Malcom Francis @ 2026-05-14 10:04 UTC (permalink / raw)
To: Emanuele Ghidoli
Cc: u-boot, Tom Rini, Emanuele Ghidoli, Francesco Dolcini,
Franz Schnyder, Ernest Van Hoecke, Neha Malcom Francis
On Thu, 14 May 2026 11:15:12 +0200, Emanuele Ghidoli <ghidoliemanuele@gmail.com> wrote:
> arm: dts: k3-am69-aquila: fix combined boot firmware image build
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
--
Neha Malcom Francis <n-francis@ti.com>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
2026-05-14 9:15 [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build Emanuele Ghidoli
2026-05-14 9:19 ` Francesco Dolcini
2026-05-14 10:04 ` Neha Malcom Francis
@ 2026-05-14 17:55 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2026-05-14 17:55 UTC (permalink / raw)
To: u-boot, Emanuele Ghidoli
Cc: Emanuele Ghidoli, Francesco Dolcini, Franz Schnyder,
Ernest Van Hoecke, Neha Malcom Francis
On Thu, 14 May 2026 11:15:12 +0200, Emanuele Ghidoli wrote:
> The combined boot firmware firmware-aquila-am69-gp.bin depends on
> tiboot3-am69-gp-aquila.bin, which in turn requires the GP variant
> of the TI system firmware blob (ti-fs-firmware-j784s4-gp.bin).
>
> Fix the combined boot firmware image build by adding the missing binman
> nodes.
>
> [...]
Applied to u-boot/master, thanks!
[1/1] arm: dts: k3-am69-aquila: fix combined boot firmware image build
commit: 03d70a9220f1cf48a80ad1873884c89200685ca6
--
Tom
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-05-14 17:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-14 9:15 [PATCH v1] arm: dts: k3-am69-aquila: fix combined boot firmware image build Emanuele Ghidoli
2026-05-14 9:19 ` Francesco Dolcini
2026-05-14 10:04 ` Neha Malcom Francis
2026-05-14 17:55 ` Tom Rini
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.