commit | 9911b1864bd1286fb3e5d95986fc6497c24b1059 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Tue Sep 05 20:29:42 2017 -0300 |
committer | David Brown <davidb@davidb.org> | Wed Sep 06 16:16:58 2017 -0600 |
tree | 565f08278a2aad093ec00ee7cd368bf244d5afb0 | |
parent | 36ec0e7bf47db424205ea78bc5dbe63338bced70 [diff] |
Allow keyhash lengths smaller than 32 bytes The keyhash should be able to have any size up to the maximum allowed size of 32, but the assert was not allowing images created with newt to be accepted as valid (newt currently uses only 4 bytes for keyhash). Signed-off-by: Fabio Utzig <utzig@apache.org> 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!