commit | e574f2d617682632a65bd2017a04a7482ff72793 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@linaro.org> | Fri Jul 10 11:42:03 2020 +0200 |
committer | Dávid Vincze <david.vincze@arm.com> | Wed Aug 12 09:39:44 2020 +0200 |
tree | f9d84505e4fed94f8432fa2d6f04686320fed442 | |
parent | 8b0b637596d417ba12181c9b909ee3b2d29817f6 [diff] |
boot: Introduce direct execute-in-place (XIP) mode This patch introduces the direct execute-in-place (XIP) mode in addition to the other upgrade modes (swap strategies, overwrite-only). When direct-XIP is enabled with the MCUBOOT_DIRECT_XIP option, mcuboot selects the newest valid image based on the image version numbers from the image header, thereafter the selected image runs directly from its flash partition (slot) instead of moving it. Therefore the images must be linked to be executed from the given image slot. It means that in direct-XIP mode either of the primary and the secondary slots can hold the active image. This patch is based on the NO_SWAP upgrade strategy which was first introduced in the Trusted Firmware-M project. Source TF-M version: TF-Mv1.0. Change-Id: If584cf01ae5aa7208845f6a6fa206f0595e0e61e Signed-off-by: David Vincze <david.vincze@linaro.org>
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!