Skip to content

Commit 950fb5f

Browse files
committed
west.yml: MCUboot synchronization from v3.7-branch
Update Zephyr fork of MCUboot to revision: f8788d52cc5c39ef1ebf3bd2449ab41ac97bb06a Brings following Zephyr relevant fixes: - f8788d52 swap_move: correct appsize calcs and warning - a0b8c14b zephyr: flash map: fix comparison signedness - b456285b boot: bootutil: Fix usage of flash_area object - 740a2e47 boot: bootutil: Take into account scratch trailer when computing max image size - 5d9d2d23 boot: bootutil: Ensure the whole trailer is erased when it is large - 9f9f65a8 boot: bootutil: Fix scratch trailer overwritten if image trailer is large - 1e2135cb boot: bootutil: Fix underflow in swap-scratch when trailer is large - af3b9ab1 boot: bootutil: Fix invalid last sector computation for swap-scratch - 8627bad7 mynewt: Add flash_sector_get_size - 77697e6c doc: imgtool: importance of clear flag - 7ec7e31b docs: release-notes: Add note on fix for revert issue - 94a2ae40 boot: bootutil: loader: Fix issue with stuck revert - 78bb9c09 zephyr: Fix image encryption configuration for mbedTLS. - d8647ed3 zephyr: Fix usage of CONFIG_MBEDTLS_BUILTIN and ASN1 - 41c82413 bootutil: Add missing MBEDTLS_ASN1_PARSE_C - 6f61d4fc zephyr: Remove scratch from flash_area_id_from_multi_image_slot - f48f5c5a boot: boot_serial: Fix uninitialised variables for upload - f40c2430 added missing MCUBOOT_VERSION_TWEAK in Zephyr port - a49a0337 boot: bootutil: loader.c: Add check if has upgrade before pushing state change - 664093d0 bootutil: Fix device brick after power failure during swap-move revert - c50b332b bootutil: Fix the reading of image headers after partial swap completion - 172694ea boot: zephyr: Fix sample.bootloader.mcuboot.usb_cdc_acm_recovery - 226a9a70 Allow bootstrapping for multiple images Signed-off-by: Jamie McCrae <[email protected]>
1 parent 4ef146d commit 950fb5f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: nordicjm
27+
url-base: https://github.com/nordicjm
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -287,8 +289,9 @@ manifest:
287289
groups:
288290
- crypto
289291
- name: mcuboot
290-
revision: ea2410697dd0262edec041a0ccb07fdbde7c1aff
292+
revision: 58538ddfe21843edb39d7e7502812e61696e55c4
291293
path: bootloader/mcuboot
294+
remote: nordicjm
292295
- name: mipi-sys-t
293296
path: modules/debug/mipi-sys-t
294297
groups:

0 commit comments

Comments
 (0)