From 710a1c58f743b9cce23c02c258bda90031eeaf0c Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Mon, 16 Dec 2024 13:12:49 +0000 Subject: [PATCH] west.yml: MCUboot synchronization from upstream Update Zephyr fork of MCUboot to revision: f5454f16358225f69ff729301c8e56d8a580f81a Brings following Zephyr relevant fixes: - f5454f16 boot: bootutil: loader.c: Add check if has upgrade before pushing state change - 0946c7a7 boot: zephyr: boards: add ctcc/nrf52840 and ctcc/nrf9161 targets - 7ba0e552 boot: zephyr: nxp: Add NXP platforms to the allow list - 4f393563 bootutil: Fix device brick after power failure during swap-move revert - 2ac79767 bootutil: Fix the reading of image headers after partial swap completion - 84416fd2 boot: zephyr: boards: Add frdm-mcxa156 configuration - 15909d60 scripts: imgtool: fix sha512 for compression - f2a61462 boot: zephyr: boot_record: Save boot data with single image Signed-off-by: Jamie McCrae --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 5b84378e2ea113..4c4b02398bacc6 100644 --- a/west.yml +++ b/west.yml @@ -295,7 +295,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 5d6471bac184c8accaeeb0efcfad8dd35225a28d + revision: f5454f16358225f69ff729301c8e56d8a580f81a path: bootloader/mcuboot groups: - bootloader