commit | f5b33d8b9d61e77227cf44c01d95f1a367e137c8 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Fri Sep 01 10:58:27 2017 -0600 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | 282418a02dfade076f6583512065b1daa26e81e2 | |
parent | 43cda33c5aecd6594e4adae66d7d922364b2ce84 [diff] |
Place TLV size into TLV itself To allow the signatures to be replaced, move the size of the TLV into a small "info" header at the start of the TLV. Note that this causes image swapping to lose robustness. This is fixed by a later commit. 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> JIRA: MCUB-65
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!