From d12301f9ae1907074d17c9ad295519d9137f0dcc Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Thu, 18 Apr 2024 09:19:45 +0100 Subject: [PATCH] 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 --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index b551d3c9e58..1b2a6085bed 100644 --- a/west.yml +++ b/west.yml @@ -282,7 +282,7 @@ manifest: groups: - crypto - name: mcuboot - revision: 24ac8cc2be9384288829aac7477f522a7a71f3d4 + revision: 78bfe750cde0f8dfcf81bb4c0a68243d45906def path: bootloader/mcuboot - name: mipi-sys-t path: modules/debug/mipi-sys-t