-
Notifications
You must be signed in to change notification settings - Fork 78
docs(linux): U-Boot: Falcon-Mode: minor fixes for the 11.1 release #359
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
Conversation
The entry node defines the entry point for a binary blob in a fitImage. Even though the value is not relevant to the device-tree, ommiting it causes a non-fatal error log in debug u-boot build as follows: Can't get 'entry' property from FIT Therefore, this patch adds the entry node which also makes the fitImage generated using this its file consistent with one's generated during the yocto build process. Signed-off-by: Anshul Dalal <[email protected]>
A few patches required for falcon mode to work have not been tagged for the 11.01 release. Therefore link to them in the docs so users can apply them manually. Signed-off-by: Anshul Dalal <[email protected]>
|
New warnings found with rstcheck: |
cshilwant
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.
vale workflow seems unhappy.
Checkout https://github.com/TexasInstruments/processor-sdk-doc/pull/359/files for the etrors and warnings reported
The error is due to vale detecting the |
Falcon mode is the U-Boot feature and not specific to our yocto distro. Therefore document the usage of the feature for non-yocto users who would have to run the commands implemented by `ti-falcon` override manually. Signed-off-by: Anshul Dalal <[email protected]>
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.
After that I think it's good to go
#368 will address that for now. Seems like some of the Red Hat rules are more tuned for asciidoc that I initially thought. |
The memory map for the R5 SPL is modified in falcon mode to accommodate the larger payload size of the fitImage. So, document the same. Signed-off-by: Anshul Dalal <[email protected]>
The release notes for AM62AX were missing any mention of the falcon mode feature, add it to make it consistent with other falcon supported platforms. Signed-off-by: Anshul Dalal <[email protected]>
4ba735e to
0316678
Compare
Use file markup tag instead of double backticks for consistency with rest of the docs alongside making the language more clear in some sections. Signed-off-by: Anshul Dalal <[email protected]>
The PR documents the meta-ti and U-Boot patches that will not make it to 11.1 release but are required for falcon mode to work properly. Among some other minor fixes and additions :)