commit | 27648b834476334eaccd5831f1b77b538a9522cd | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Aug 31 10:40:29 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | 3e3d70d4c075c76a3b089fe59869d21c5ffdb88e | |
parent | d783809566ee4ac3458ec609825e875ea788e71b [diff] |
Renumber the TLV type values In preparation for moving the signature related values out of the main image header and into the TLV, renumber the existing TLV values to be grouped together better. The SHA256 is moved into the first group, at 0x10, and the signature values themselves are moved to start with 0x20. This change is the first in a series of changes toward the new v1.0 image format. The intermediate results are all internally consistent (meaning that the simulator, and the builtin imgtool.py will all work together), but until all patches are applied, the image format is not valid with any external tools. Based on work by Marko Kiiskila <marko@runtime.io>. Signed-off-by: Marko Kiiskila <marko@runtime.io> Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 0.9.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 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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!