All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] No-SPL Boot Support
@ 2026-08-18 11:53 Gokul Praveen
  2026-08-18 11:53 ` [PATCH v2 1/3] configs: add no-SPL mode fragment for k3 devices Gokul Praveen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gokul Praveen @ 2026-08-18 11:53 UTC (permalink / raw)
  To: trini, g-praveen, n-francis, u-boot

No-SPL Mode is a boot approach that bypasses
the A72 SPL while retaining U-Boot in the boot flow. 
This mode provides faster boot times compared to normal boot 
while maintaining U-Boot's flexibility for kernel loading 
and system configuration..

v2<==> v1
===========
* Updated the naming convention used from "semi-falcon" to "no-spl".
* Link to v1: https://lore.kernel.org/all/20260814102153.44487-1-g-praveen@ti.com/

Boot logs link :
https://gist.github.com/GokulPraveen2001/fef407a482e2dad30272006de557627c

Gokul Praveen (3):
  configs: add no-SPL mode fragment for k3 devices
  arm: k3-binman: add tinospl.bin for direct U-Boot boot
  doc: ti: document no-SPL boot mode for J784S4 EVM

 Makefile                               |   2 +-
 arch/arm/dts/k3-binman.dtsi            |  47 ++++++++
 arch/arm/dts/k3-j784s4-binman.dtsi     |  65 +++++++++++
 arch/arm/dts/k3-j784s4-evm-u-boot.dtsi |  14 +++
 configs/k3_a72_nospl.config            |   1 +
 configs/k3_r5_nospl.config             |   1 +
 doc/board/ti/j784s4_evm.rst            | 143 +++++++++++++++++++++++++
 7 files changed, 272 insertions(+), 1 deletion(-)
 create mode 100644 configs/k3_a72_nospl.config
 create mode 100644 configs/k3_r5_nospl.config

-- 
2.34.1


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

end of thread, other threads:[~2026-08-18 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-18 11:53 [PATCH v2 0/3] No-SPL Boot Support Gokul Praveen
2026-08-18 11:53 ` [PATCH v2 1/3] configs: add no-SPL mode fragment for k3 devices Gokul Praveen
2026-08-18 11:53 ` [PATCH v2 2/3] arm: k3-binman: add tinospl.bin for direct U-Boot boot Gokul Praveen
2026-08-18 11:53 ` [PATCH v2 3/3] doc: ti: document no-SPL boot mode for J784S4 EVM Gokul Praveen
2026-08-18 20:41 ` [PATCH v2 0/3] No-SPL Boot Support 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.