-
Notifications
You must be signed in to change notification settings - Fork 76
docs(linux): J784S4: Add the PCIe boot documentation #535
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
base: master
Are you sure you want to change the base?
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.
Some vale comments are still pending
7823f56 to
9944e65
Compare
Add PCIe boot documentation for J784S4. While at it also add more details to PCIe boot procedure. Signed-off-by: Hrushikesh Salunke <h-salunke@ti.com>
9944e65 to
d82a541
Compare
|
@StaticRocket thanks for the feedback. I have resolved the vale comments. |
| #include <stdlib.h> | ||
| #include <string.h> | ||
| int main(int argc, char *argv[]) |
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.
Well, I was going to say:
- We probably shouldn't include demo code in the documentation, it should be hosted somewhere we can point people to.
- RST supports including arbitrary files as
codeby using the:code:flag on theincludedirective. It says it's supposed to support syntax highlighting, but that doesn't seem to be true. May need to open a bug upstream about that.
So, yeah, I guess this is fine for now.
Add PCIe boot documentation for J784S4. While at it also add more details to PCIe boot procedure.