-
Notifications
You must be signed in to change notification settings - Fork 78
fix(linux): U-Boot: Falcon-Mode: update docs for 11.2 release #520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(linux): U-Boot: Falcon-Mode: update docs for 11.2 release #520
Conversation
StaticRocket
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition, you should look at https://github.com/TexasInstruments/processor-sdk-doc/blob/master/CONTRIBUTING.md#commit-types
I'd recommend the following:
80fe06f3 (feat(Falcon-Mode): update to use upstream U-Boot docs, 2025-11-18)
b4b6d90c (feat(Falcon-Mode): update OSPI boot instructions, 2025-11-18)
ef7e3412 (fix(Falcon-Mode): remove links to patches", 2025-11-18)
With both the patch series merged to meta-ti and ti-u-boot for the 11.2 release, the additional note can be dropped. This reverts commit c773978. Signed-off-by: Anshul Dalal <[email protected]>
With the commit 84a83907c5c2 ("mach-k3: common: support only MMC in R5
falcon mode") in ti-u-boot[1] disabling loading of tifalcon.bin from SPI
flash, update the docs accordingly.
[1]: TexasInstruments/ti-u-boot@84a8390
Signed-off-by: Anshul Dalal <[email protected]>
With falcon mode support from the R5 SPL documented in upstream U-Boot
at commit 489ec1ee14a8 ("doc: ti: document R5 falcon mode for AM62
platforms")[1]. Some sections of the SDK docs can be replaced with a
hyperlink to the upstream U-Boot documentation.
[1]: u-boot/u-boot@489ec1e
Signed-off-by: Anshul Dalal <[email protected]>
80fe06f to
ee52d5b
Compare
Feedback incorporated, thanks for the review Randolph! |
Since the first addition of falcon support in 11.1, there have been a few
notable changes:
feature directly accessible to customers.
OSPI boot modes.
can link to upstream U-Boot docs instead of documenting everything in the SDK
docs.
This PR addresses the above issues for the 11.2 release.