All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices
@ 2025-10-10 13:18 Anshul Dalal
  2025-10-10 13:18 ` [PATCH v1 1/5] spl: Kconfig: allow falcon mode for TI secure devices Anshul Dalal
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Anshul Dalal @ 2025-10-10 13:18 UTC (permalink / raw)
  To: u-boot
  Cc: Anshul Dalal, vigneshr, trini, afd, m-chawdhry, n-francis, b-liu,
	nm, bb

Hi all,

With the addition of secure falcon mode from my last few series[1], this series
now adds support for the same to TI's K3 devices and documents the feature
taking AM62x EVM as an example.

The patch [5/5] (doc: develop: falcon: document unsetting CMD_BOOTx) of the
series is a workaround for now since we first need to refactor out the usage of
CMD_BOOTI/CMD_BOOTZ options from the SPL boot flow[2].

I will be working on a respin of my older series[3] addressing the same but for
now the workaround of disabling respective CMD_BOOTx option works well enough.
With that in place we should be able to revert the patch [5/5].

Regards,
Anshul

[1]: Patch series adding secure falcon mode support (in order of dependency):
  https://lore.kernel.org/u-boot/20250923124639.667718-1-anshuld@ti.com/ [MERGED]
  https://lore.kernel.org/u-boot/20251006101057.4172248-1-anshuld@ti.com/
  https://lore.kernel.org/u-boot/20251009115846.897186-1-anshuld@ti.com/
[2]: https://lore.kernel.org/u-boot/20250310135544.GV2640854@bill-the-cat/
[3]: https://lore.kernel.org/u-boot/20250408141436.712387-1-anshuld@ti.com/
---
Anshul Dalal (5):
  spl: Kconfig: allow falcon mode for TI secure devices
  board: ti: common: Kconfig: add CMD_SPL
  arm: mach-k3: enable support for falcon mode
  doc: develop: add docs for secure falcon mode
  doc: develop: falcon: document unsetting CMD_BOOTI

 arch/arm/mach-k3/common.c |   7 ++
 board/ti/common/Kconfig   |   1 +
 common/spl/Kconfig        |   2 +-
 doc/develop/falcon.rst    | 255 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 264 insertions(+), 1 deletion(-)

-- 
2.51.0


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

end of thread, other threads:[~2025-10-15 17:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-10 13:18 [PATCH v1 0/5] Allow falcon boot from A-core SPL on K3 devices Anshul Dalal
2025-10-10 13:18 ` [PATCH v1 1/5] spl: Kconfig: allow falcon mode for TI secure devices Anshul Dalal
2025-10-10 13:18 ` [PATCH v1 2/5] board: ti: common: Kconfig: add CMD_SPL Anshul Dalal
2025-10-10 16:03   ` Tom Rini
2025-10-11  9:49     ` Anshul Dalal
2025-10-10 13:18 ` [PATCH v1 3/5] arm: mach-k3: enable support for falcon mode Anshul Dalal
2025-10-10 16:05   ` Tom Rini
2025-10-11  9:56     ` Anshul Dalal
2025-10-15  9:01       ` Anshul Dalal
2025-10-15 17:03         ` Tom Rini
2025-10-10 13:18 ` [PATCH v1 4/5] doc: develop: add docs for secure " Anshul Dalal
2025-10-10 13:18 ` [PATCH v1 5/5] doc: develop: falcon: document unsetting CMD_BOOTx Anshul Dalal

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.