manifest: update mcuboot
Synchronized up to:
e512181609
Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
fe746f9693
commit
94ae6fcb9b
2 changed files with 8 additions and 1 deletions
|
@ -321,6 +321,12 @@ 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
|
||||
|
||||
|
@ -328,6 +334,7 @@ MCUBoot
|
|||
* 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
|
||||
|
|
2
west.yml
2
west.yml
|
@ -94,7 +94,7 @@ manifest:
|
|||
revision: 13cf2e52024a144ecee9f37680681760a85febab
|
||||
path: modules/crypto/mbedtls
|
||||
- name: mcuboot
|
||||
revision: c71d2186077f9fd5f6d1aa53ee3f09dc41ce78f6
|
||||
revision: c986a9059c55f21d1f6e87ca8c2ceed98bb76ad0
|
||||
path: bootloader/mcuboot
|
||||
- name: mcumgr
|
||||
revision: 697e145d5ee5e4b400e9d7bceaec79f6ac29df7c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue