commit | 541860c28cb936cda77490c93982b1131a95a603 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Nov 06 11:25:42 2017 -0700 |
committer | David Brown <davidb@davidb.org> | Tue Nov 07 09:39:45 2017 -0700 |
tree | 424395d0e2c6cea8a5a16f31eabbc3060732df5f | |
parent | ee61c8309af4efbb0b8233faa5f6f840d1a54566 [diff] |
sim: Pass alignment into `boot_go` Move the alignment into the `boot_go` wrapper. Instead of relying on this as a global, pass it around, ultimately setting it in the C wrapper. This is in preparation to protecting the `boot_go` call with a mutex to prevent reentrancy. Signed-off-by: David Brown <david.brown@linaro.org>
This is mcuboot, version 1.0.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!