west.yml: MCUboot synchronization from upstream
Update Zephyr fork of MCUboot to revision: 78bfe750cde0f8dfcf81bb4c0a68243d45906def Brings following Zephyr relevant fixes: - 73315f7b bootutil: Fix memory leak in HKDF implementation - 453096b1 zephyr: arm: Update reading the flash image reset vector - 14961292 boot: zephyr: Add optional MCUboot boot banner - 7174dd2b boot: zephyr: boards: actinius: enable multithreading in config - 556b32a6 boot: Removed unnecessary if-statement - da2e2ab4 boot: Enforce TLV entries to be protected - ea1cdfde boot: Add tlv query for protected region - 8c0e36c8 boot: zephyr: esp32: rename boards to meet hwmv2 - f06bc711 bootutil/crypto: Builtin ECDSA key support for PSA Crypto backend - e369784b bootutil: Allow the usage of builtin keys in verification - c5a528ba New OVERWRITE_ONLY_KEEP_BACKUP option Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
855c0d742b
commit
d12301f9ae
1 changed files with 1 additions and 1 deletions
2
west.yml
2
west.yml
|
@ -282,7 +282,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- crypto
|
- crypto
|
||||||
- name: mcuboot
|
- name: mcuboot
|
||||||
revision: 24ac8cc2be9384288829aac7477f522a7a71f3d4
|
revision: 78bfe750cde0f8dfcf81bb4c0a68243d45906def
|
||||||
path: bootloader/mcuboot
|
path: bootloader/mcuboot
|
||||||
- name: mipi-sys-t
|
- name: mipi-sys-t
|
||||||
path: modules/debug/mipi-sys-t
|
path: modules/debug/mipi-sys-t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue