commit | 847c505a37c6843a8d3f2b1c8d3c25e55081d2be | [log] [tgz] |
---|---|---|
author | Blaž Hrastnik <blaz@mxxn.io> | Mon Sep 14 13:53:31 2020 +0900 |
committer | Fabio Utzig <fabio.utzig@nordicsemi.no> | Mon Sep 28 19:10:53 2020 -0300 |
tree | 040e4cdb9d2d5c219efe020420d4dc6466f7406a | |
parent | 49da9622d4998248ce4a5368d680e589b387e89b [diff] |
Abstracting mcuboot crypto functions for cleaner porting and less of an ifdef hell. - The enc_context needs to initialize. boot_enc_load seems to always be used to start the process, so calling init inside makes sense. - Handle boot_encrypt getting called with size of 0. - No need to free contexts because Zephyr sets MBEDTLS_PLATFORM_NO_STD_FUNCTIONS. I don't quite like this because it's implicit and will leak memory on other ports. Signed-off-by: Blaž Hrastnik <blaz@mxxn.io>
This is mcuboot version 1.6.0
MCUboot is a secure bootloader for 32-bit MCUs. The goal of MCUboot is to define a common infrastructure for the bootloader, system flash layout on microcontroller systems, and to provide a secure bootloader that enables simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. Currently, mcuboot works with both the Apache Mynewt and Zephyr operating systems, but more ports are planned in the future. RIOT is currently supported as a boot target with a complete port planned.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
Information and documentation on the bootloader are stored within the source.
It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained
For more information in the source, here are some pointers:
Developers welcome!