commit | 76177e1b8e914bee0018044b982aea65a76676fe | [log] [tgz] |
---|---|---|
author | Tamas Ban <tamas.ban@arm.com> | Wed Sep 30 08:01:05 2020 +0100 |
committer | Fabio Utzig <utzig@utzig.org> | Fri Oct 02 07:31:11 2020 -0300 |
tree | d369186f8310690bf4668fe28193aa77040db85b | |
parent | ee6615def0c6a19e12de159a0621bd725bcb92b9 [diff] |
boot/mynewt: Add fault injection mitigation Add software countermeasures against fault injection attacks. Change-Id: Ibea597fd9ee2bf0693f79f5979304143e2b3db2d Signed-off-by: Tamas Ban <tamas.ban@arm.com> Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
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!