-
Notifications
You must be signed in to change notification settings - Fork 623
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
Add nodes required by MCUboot #1493
Conversation
531c91a
to
a614973
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.
LGTM You just need to fix git tags. Commits needs to reference upstream PRs.
Please update commit messages with the link to upstream PRs and open PR on sdk-nrf with manifest update |
a614973
to
0530c7e
Compare
Kconfig.zephyr
Outdated
@@ -129,6 +129,7 @@ endif # HAS_FLASH_LOAD_OFFSET | |||
config ROM_START_OFFSET | |||
hex | |||
prompt "ROM start offset" if !BOOTLOADER_MCUBOOT | |||
default 0x800 if BOOTLOADER_MCUBOOT && SOC_PLATFORM_NRF54L |
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.
https://github.com/zephyrproject-rtos/zephyr/pull/68393/files/8e0adeb8434595c29a8960b36d62d2c4c6efab1f#r1492956308, Seems like a valid complaint, right?
@michalek-no can you also add third commit: zephyrproject-rtos/zephyr@580fb84 |
48caa6b
to
06719df
Compare
rebase |
06719df
to
463e6d0
Compare
Upstream PR: zephyrproject-rtos/zephyr#68393 The commit adds partitons on rram0. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
Upstream PR: zephyrproject-rtos/zephyr#68393 setting uart20 as default uart-mcumgr Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
Upstream PR: zephyrproject-rtos/zephyr#68393 Due to number of IRQs the ROM offset, that contains MCUboot, needs to be moved to address that is aligned with 2048 byte long vector table. This comes from Cortex-M requirement where vector table needs to be placed at offset equal to lowest power of two number that will fit vector table. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no> Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
463e6d0
to
7c098e9
Compare
No description provided.