[nrf noup] boot: zephyr: Disable self RWX#491
Merged
Conversation
918b809 to
64f45fd
Compare
460752d to
a25c7c4
Compare
de-nordic
reviewed
Aug 13, 2025
| uint32_t reset; | ||
| }; | ||
|
|
||
| static void __ramfunc jump_in(uint32_t reset) |
Contributor
There was a problem hiding this comment.
Can we have better name for this?
Contributor
Author
There was a problem hiding this comment.
Yes, however this is the hardest part. Any suggestions?
Contributor
There was a problem hiding this comment.
Have you seen names I have invented?
Contributor
Author
There was a problem hiding this comment.
Nope. Bring it on.
nordicjm
reviewed
Aug 20, 2025
a25c7c4 to
d0d8188
Compare
c02faf0 to
3c510f1
Compare
nordicjm
approved these changes
Aug 26, 2025
Disables read write and execute on mcuboots NVM at the end of execution. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
3c510f1 to
6771d06
Compare
|
nvlsianpu
approved these changes
Aug 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Disables read write and execute on mcuboots NVM
at the end of execution.