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/[email protected]/ [MERGED] https://lore.kernel.org/u-boot/[email protected]/ https://lore.kernel.org/u-boot/[email protected]/ [2]: https://lore.kernel.org/u-boot/20250310135544.GV2640854@bill-the-cat/ [3]: https://lore.kernel.org/u-boot/[email protected]/ --- 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

