All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

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.