Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/releases/release-notes-2.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,20 @@ MCUBoot
see ``CONFIG_MCUBOOT_CLEANUP_ARM_CORE``.
* Allow the final data chunk in the image to be unaligned in
the serial-recovery protocol.
* Kconfig: allow xip-revert only for xip-mode.
* ext: tinycrypt: update ctr mode to stream.
* Use minimal CBPRINTF implementation.
* Configure logging to LOG_MINIMAL by default.
* boot: cleanup NXP MPU configuration before boot.
* Fix nokogiri<=1.11.0.rc4 vulnerability.

* imgtool

* Print image digest during verify.
* Add possibility to set confirm flag for hex files as well.
* Usage of --confirm implies --pad.
* Fixed 'custom_tlvs' argument handling.
* Add support for setting fixed ROM address into image header.


Trusted-Firmware-M
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ manifest:
revision: 13cf2e52024a144ecee9f37680681760a85febab
path: modules/crypto/mbedtls
- name: mcuboot
revision: c71d2186077f9fd5f6d1aa53ee3f09dc41ce78f6
revision: c986a9059c55f21d1f6e87ca8c2ceed98bb76ad0
path: bootloader/mcuboot
- name: mcumgr
revision: 697e145d5ee5e4b400e9d7bceaec79f6ac29df7c
Expand Down