commit | 1a7a6905c5ebc6cb4324d7426a6e1bb1c695912b | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Tue Feb 18 15:05:16 2020 +0100 |
committer | David Brown <davidb@davidb.org> | Tue Feb 25 23:43:12 2020 +0100 |
tree | d6a083781822a51a96742996bfe8424332e53ee0 | |
parent | 19df5c44de6a842a800866f780f62c1a24576176 [diff] |
imgtool: Add security counter to image manifest Optionally add new security counter TLV to the protected image manifest and also introduce a new command line option for the imgtool to specify the value of this counter. The security counter can be used in rollback protection to compare the new image's security counter against the active counter value. Its value can be independent from the image version, but if the 'auto' keyword is passed in the argument list of the script then it will be generated from the version number (not including the build number). The value of the security counter is security critical data. Therefore, it must be part of the protected TLV area. Change-Id: I45926d22364d0528164f50fa379abf050bdf65ff Signed-off-by: David Vincze <david.vincze@arm.com>
This is mcuboot version 1.5.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!