Skip to content

Commit d88fb0c

Browse files
committed
west.yml: MCUboot synchronization from v3.7-branch
Update Zephyr fork of MCUboot to revision: 18d9df1f76f22bf538bdd7d2cd9e4198c91568c0 Brings following Zephyr relevant fixes: - 18d9df1f bootutil: Fix crash when bootutil_sha_init() is called in loop - c2f2f90d boot: bootutil: Only update the security counter for confirmed images - 5a7ee345 boot: bootutil: Fix max image size computation for swap-move/swap-offset - 116925f7 boot/zephyr/main: fix placement of pointer to arm vector - b4cff578 boot: bootutil: swap_scratch: Fix issue with bricking device - 480464d2 boot: bootutil: Refactor erase functionality to fix watchdog feeding - cc38cc27 boot: Use boot erase function instead of flash erase function - 33453828 boot: bootutil: Move erase function location - bb148939 boot: zephyr: flash_map: Fix missing include - 51620768 boot: boot_serial: Fix issue with CBOR and setting image state - a277cf03 zephyr: Fix trailer size computation for swap-scratch - ac0ac75e zephyr: Fix TLV area was included in trailer size when rounding up - 25922090 boot: bootutil: swap_move: Fix maximum application size - bf494562 boot: bootutil: loader: Add include for flash function Signed-off-by: Jamie McCrae <[email protected]>
1 parent 1c5b1b8 commit d88fb0c

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: 58538ddfe21843edb39d7e7502812e61696e55c4
292+
revision: 18d9df1f76f22bf538bdd7d2cd9e4198c91568c0
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)