-
Notifications
You must be signed in to change notification settings - Fork 8k
modules: mcuboot: Add Kconfig option for BOOT_MAX_ALIGN #96001
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: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes Note: This message is automatically posted and updated by the Manifest GitHub Action. |
a542ad1
to
3bb3be2
Compare
3bb3be2
to
2e380af
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.
When this is ready for update i.e. using proper commit, flip order of commits so Kconfig is added first, and let me know as I will prepare the MCUboot update commit
2e380af
to
0a834bb
Compare
Use this commit for MCUboot update: https://github.com/nordicjm/zephyr/tree/mcuupdate8194 |
0a834bb
to
827e9e9
Compare
Add a configuration option to override the default BOOT_MAX_ALIGN value in mcuboot. It defaults to the chosen flash's write block size to make it backwards compatible. This can be used when image slots are on different flash devices. Signed-off-by: Pieter De Gendt <[email protected]>
Update Zephyr fork of MCUboot to revision: d5b0dcb9aaee397fc105ae2228e8030038c3d871 Brings following Zephyr relevant fixes: - d5b0dcb9 hooks: Use dedicated type for slot numbers - cf138a0f boot: zephyr: config: Introduce MCUBOOT_BOOT_MAX_ALIGN Kconfig symbol - 677f1602 boot: zephyr: boards: delete frdm_mcxa156 configuration - 3c8e5717 zephyr: nRF54L05 and L10 configuration with LTO enabled - 4ea993ce zephyr: Remove duplicate zephyr module line - 8d14eebf boot: bootutil: Fix upgrade only serial recovery slot info - 78f87cf3 boot: zephyr: boards config of the variant stm32 disco kit - cbd3310e boot: zephyr: get base addres from dts for flexspi devices - 425e22be boot/zephyr: fix compilation errors in logging. - ec26273f bootutil: fix null pointer dereference in logging. - 3eb23a5d zephyr: Kconfig to control MCUBOOT_USE_TLV_ALLOW_LIST - a13624f0 bootutil: Add MCUBOOT_USE_TLV_ALLOW_LIST - e375252c boot: Enable Encryption with PSA + ECDSA - 21ed226f boot: bootutil: Fix bootutil_find_key definition - 763be6a5 imgtool: Add sha512 to allowed configurations for ECDSA256P1 - 59d2f7a5 imgtool: Add support for VID and CID - 94ad4d44 boot: Add VID and CID checks Signed-off-by: Jamie McCrae <[email protected]>
827e9e9
to
80d007f
Compare
|
Add a configuration option to override the default BOOT_MAX_ALIGN value in
mcuboot
.This can be used when image slots are on different flash devices.