U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Cleanup K3 binman FIT images
@ 2023-11-15 10:10 Neha Malcom Francis
  2023-11-15 10:10 ` [PATCH 1/2] arm: dts: k3-binman: Add support for FIT templates Neha Malcom Francis
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Neha Malcom Francis @ 2023-11-15 10:10 UTC (permalink / raw)
  To: sjg, marcel.ziswiler
  Cc: u-boot, vigneshr, nm, u-kumar1, kamlesh, m-chawdhry, afd,
	mkorpershoek, n-francis

Instead of duplicating the same FIT formats over and over again for
different K3 devices, make use of the templating support to have FIT
templates for the same. 

Note: I purposely did not add the trial to template out the non-FIT
bootloader image (tiboot3.bin) as it reduces the readibility and
understandability of how the image is packaged because of the various
different boot flows.

Boot logs:
https://gist.github.com/nehamalcom/9abe7955ebb4a251923e76412834c886

Neha Malcom Francis (2):
  arm: dts: k3-binman: Add support for FIT templates
  arm: dts: k3-*-binman: Move to using templated FITs

 arch/arm/dts/k3-am625-sk-binman.dtsi          | 157 +--------
 .../dts/k3-am625-verdin-wifi-dev-binman.dtsi  | 155 +-------
 arch/arm/dts/k3-am62a-sk-binman.dtsi          | 158 +--------
 arch/arm/dts/k3-am64x-binman.dtsi             | 151 +-------
 arch/arm/dts/k3-am65x-binman.dtsi             | 273 +-------------
 arch/arm/dts/k3-binman.dtsi                   | 327 +++++++++++++++++
 arch/arm/dts/k3-j7200-binman.dtsi             | 159 +--------
 arch/arm/dts/k3-j721e-binman.dtsi             | 332 +-----------------
 arch/arm/dts/k3-j721s2-binman.dtsi            | 157 +--------
 9 files changed, 381 insertions(+), 1488 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-11-22 20:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-15 10:10 [PATCH 0/2] Cleanup K3 binman FIT images Neha Malcom Francis
2023-11-15 10:10 ` [PATCH 1/2] arm: dts: k3-binman: Add support for FIT templates Neha Malcom Francis
2023-11-16 16:03   ` Simon Glass
2023-11-16 16:43     ` Marcel Ziswiler
2023-11-17  5:15       ` Neha Malcom Francis
2023-11-22 20:50   ` Tom Rini
2023-11-15 10:10 ` [PATCH 2/2] arm: dts: k3-*-binman: Move to using templated FITs Neha Malcom Francis
2023-11-15 15:52   ` Andrew Davis
2023-11-16  5:08     ` Neha Malcom Francis
2023-11-16 16:04   ` Simon Glass
2023-11-22  5:20   ` Manorit Chawdhry
2023-11-22  5:52     ` Neha Malcom Francis
2023-11-22 20:50   ` Tom Rini
2023-11-15 17:33 ` [PATCH 0/2] Cleanup K3 binman FIT images Marcel Ziswiler
2023-11-16  5:08   ` Neha Malcom Francis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox