docs(linux): AM62AX, 62PX, 62X: add u-boot falcon mode#343
Merged
Conversation
Falcon mode in U-Boot allows bypassing A53 SPL and U-Boot stage on K3 platforms. This commit documents the newly added ti-falcon[1] meta-ti override that enables falcon mode for supported devices. [1]: commit f5305dbb8a68a on meta-ti Signed-off-by: Anshul Dalal <anshuld@ti.com>
StaticRocket
requested changes
Jul 3, 2025
StaticRocket
left a comment
Member
There was a problem hiding this comment.
Please review the vale comments about capitalization
Fix some minor issues in the docs reported by vale during CI tests. Signed-off-by: Anshul Dalal <anshuld@ti.com>
Update the document to use standardized section headers as per sphinx documentation: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections Signed-off-by: Anshul Dalal <anshuld@ti.com>
The OSPI section wasn't properly enumerated as '3.1.1.11.2.1' as first the subsection under 'Extra Configuration'. This patch moves the ifconfig guards to inside of the subsection header so it's parsed properly. Signed-off-by: Anshul Dalal <anshuld@ti.com>
In OSPI boot with falcon mode, the 'mmcdev' variable is used to select between SD/MMC or eMMC for loading the fitImage which wasn't documented previously. Signed-off-by: Anshul Dalal <anshuld@ti.com>
A figure[1] in reStructuredText allows us to easily add a title to GIF, use that instead of image. [1]: https://docutils.sourceforge.io/docs/ref/rst/directives.html#figure Signed-off-by: Anshul Dalal <anshuld@ti.com>
The fitImage is expected to contain the required DTB in falcon mode so remove the ask for redundant DTB in rootfs from the docs. Signed-off-by: Anshul Dalal <anshuld@ti.com>
Contributor
Author
I fixed the issues but there are still quite a few false positives in the vale output. The listed errors are because of vale detecting the section markers |
StaticRocket
approved these changes
Jul 7, 2025
bryanbrattlof
approved these changes
Jul 8, 2025
bryanbrattlof
left a comment
Collaborator
There was a problem hiding this comment.
I have no idea if we want to squash these together before we merge but the content looks great
praneethbajjuri
approved these changes
Jul 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Falcon mode in U-Boot allows bypassing A53 SPL and U-Boot stage on K3 platforms.
This PR documents the newly added
ti-falconoverride in meta-ti that enables falcon mode for supported devices (AM62ax, 62p and 62x).