commit | eb9408051e468cb9709a560c20a5cfe4427e995c | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Mon May 01 23:15:29 2017 -0400 |
committer | Marti Bolivar <marti.bolivar@linaro.org> | Thu Jun 15 13:24:15 2017 -0400 |
tree | 92c33fb362af3d279ffd4e68d50dc251f5136563 | |
parent | 428cdbf7564db1eeb37376caaa96ca5eb25fab03 [diff] |
Use flash_device_base() when booting. Use flash_device_base() in the boot code to compute a real address, given the offset returned by boot_go(). Provide an implementation on mynewt that preserves existing behavior. If mynewt needs to support devices with nonzero flash base addresses, this can be migrated to the core OS. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
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.
The MCUBoot project was originally taken from the Apache Mynewt operating system, which had secure boot and software upgrade functionality instrinsic to it. Currently development is heads down on a first release of MCUboot that works across both the Zephyr operating system and Apache Mynewt operating system.
For more information on what's being planned, and worked on, 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! To join in the discussion, please join the developer mailing list:
http://lists.runtime.co/mailman/listinfo/dev-mcuboot_lists.runtime.co