-
Notifications
You must be signed in to change notification settings - Fork 76
feat(U-Boot): add QoS configuration section #582
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
|
New issues found with check_toc_txt.py: |
|
New warnings found with rstcheck: |
792589f to
c2884e4
Compare
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.
Vale comments about simple language an passive voice should probably be addressed
c2884e4 to
7995b38
Compare
|
New issues found with check_toc_txt.py: |
a17be0c to
12fdf23
Compare
|
I took care of most of the Vale issues. What I scanned seems to be stuff I don't think we can fix unless I skipped over something. I also split up the file endings to a separate patch |
Simple invisible character fixes Signed-off-by: Bryan Brattlof <bb@ti.com>
Add basic documentation on how the CBASS QoS blocks function and how Sysconfig can be used to generate the files for U-Boot to apply during the SoC's bootup phase. Co-authored-by: Randolph Sapp <res.sapp@gmail.com> Signed-off-by: Bryan Brattlof <bb@ti.com>
8c0767a to
60ec232
Compare
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.
There are still some lengthy sentences here that vale doesn't like. Going to let others voice opinions about that
Add basic documentation on how the CBASS QoS blocks function and how Sysconfig can be used to generate the files for U-Boot to apply during the SoC's bootup phase.