mcuboot
mcuboot copied to clipboard
Secure boot for 32-bit Microcontrollers!
### Description: I flashed mcu_boot and the smp_srv sample from the zepyhr project with udp transport. I checked that smp_srv's img_mgmt routines correctly wrote to the second slot of image...
main.c uses CMSIS functions such as __set_MSP, which require cmsis.h to be included. Up until now, that file was included indirectly through other ARM headers. This patch explicitly includes cmsis.h,...
It seems that mcuboot for zephyr relies on __set_MSP() from CMSIS, which is not defined for their Cortex-R support, thus mcuboot will no compile for Cortex-R targets. Are there any...
I am not yet able to verify these changes on actual hardware, so the verification has been done by inspection of the .map files. This refactoring could go farther. I...
The RFC PR consists of two commits: 1) Adding specification for `boot_img_install_progress_hook` that allows to report post processing status of uploaded image (for example decryption or processing on another core);...
Currently, downgrade prevention was limited to overwrite only builds (version check) or devices with hardware storage for security counter. This extends downgrade prevention to be used when swap update is...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Hello, Foreword: I'm using Zephyr device tree image naming. So in your Documentation an Image Pair is defined as Image 0 primary and Image 0 secondary. In my Zephyr device...
Hi , We decided to use mcuboot in our project , so I have couple of question related to this. 1. Does mcuboot support STM32U5 series MCU ? 2. Is...
Allow MCUboot to support X.509 certificate chains instead of just single public/private key pairs. This would allow one or more root certs to be stored in MCUboot, and more flexibility...