-
-
Notifications
You must be signed in to change notification settings - Fork 662
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
Optimize device boot time #3466
Optimize device boot time #3466
Conversation
89e7d87
to
b00bcf4
Compare
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.
not sure what the vendor header changes are doing here
otherwise ACK code-wise but not approving yet, I would like more people to play with the shortened bootloader delay
also @cepetr please review too
The vendor headers are regenerated for U5 models because we now use SHA256 to calculate their hash (which is then signed). Unsafe prod signed vendor headers are removed because they are no longer valid after the algo change. |
added a fix with dma interrupt priority setting, and dma channel security configuration (now allowed in unprivileged mode) |
977d437
to
897665e
Compare
d9be1a1
to
2f32b14
Compare
897665e
to
fdb7265
Compare
2f32b14
to
799918e
Compare
fdb7265
to
fcd60c5
Compare
…late image hashes, switches to sha256 [no changelog]
…timing constant [no changelog]
fcd60c5
to
b4723ac
Compare
de4e5e2
into
tychovrahe/u5/basic_support
This PR optimizes boot times with few improvements: