-
Notifications
You must be signed in to change notification settings - Fork 247
[nrf noup] boot: zephyr: Region protection adjustments for nRF54L #550
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
[nrf noup] boot: zephyr: Region protection adjustments for nRF54L #550
Conversation
boot/zephyr/main.c
Outdated
| /* Set the size of the protected region */ | ||
| " movt r2, %8\n" | ||
| /* Set the address of the protected region */ | ||
| " isb\n" |
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.
why isb here?
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.
I just wanted to make sure that the processor doesn't shuffle around the code instructions to R5/R6 registers with the RAM cleaning code earlier; I guess this is not necessary
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.
Ok, removed
1b8fd0a to
6c4fbeb
Compare
6c4fbeb to
c47d5d6
Compare
c47d5d6 to
fcfe786
Compare
nrf-squash! [nrf noup] boot: zephyr: Disable self RWX This commit fixes a couple of issues regarding MCUBoot region protection for nRF54L. Also, support for region and protection is added for nRF54LM20 and nRF54LV10 platforms. Signed-off-by: Artur Hadasz <[email protected]>
fcfe786 to
6fb2bab
Compare
|



nrf-squash! [nrf noup] boot: zephyr: Disable self RWX
This commit fixes a couple of issues regarding
MCUBoot region protection for nRF54L.
Also, support for region and protection is added for nRF54LM20 and nRF54LV10 platforms.