commit | b75c12a431aa1f7d97cd11b1456dbd8b9763ea7e | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Fri Mar 22 14:58:33 2019 +0100 |
committer | David Brown <davidb@davidb.org> | Tue Jul 23 09:11:34 2019 -0500 |
tree | 0476babfcd66d5a4b2df18af5d704aa1347ea600 | |
parent | 6c9b416cd88fbc2ad0dec76236d287d254271e86 [diff] |
Boot: Extend flash layout for multiple images This patch introduces the BOOT_IMAGE_NUMBER macro and current_image variable to support multiple updatable images and the associated extended flash layout. The FLASH_AREA_IMAGE_* object-like macros are replaced with function-like ones and therefore some functions have been updated, because the labels of a switch statement and the initialization values of objects with static storage duration have to be constant expressions. Change-Id: Ib7b26ec3c94233e52db4f97825ddb6a3e55bb1d3 Signed-off-by: David Vincze <david.vincze@arm.com>
This is mcuboot, version 1.3.1
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 easy software upgrade.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating system it works with. 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!