diff --git a/doc/releases/release-notes-2.5.rst b/doc/releases/release-notes-2.5.rst index 286b2d1143f29..b398b67abbfdb 100644 --- a/doc/releases/release-notes-2.5.rst +++ b/doc/releases/release-notes-2.5.rst @@ -303,6 +303,8 @@ MCUBoot see ``CONFIG_MCUBOOT_CLEANUP_ARM_CORE``. * Allow the final data chunk in the image to be unaligned in the serial-recovery protocol. + * Added ``revert mechanism`` support to the direct-xip mode. + See ``CONFIG_MCUBOOT_DIRECT_XIP_REVERT`` option. * imgtool diff --git a/west.yml b/west.yml index 97cd45f28e890..18db4bd0cbee0 100644 --- a/west.yml +++ b/west.yml @@ -93,7 +93,7 @@ manifest: revision: 13cf2e52024a144ecee9f37680681760a85febab path: modules/crypto/mbedtls - name: mcuboot - revision: c71d2186077f9fd5f6d1aa53ee3f09dc41ce78f6 + revision: 6e3825f1309b34d3f5e5e1be8dd522cfe92e044b path: bootloader/mcuboot - name: mcumgr revision: f28a637db12c4b12fb2b18bddc6b2a0deaa95251