commit | d7e350df7d13b41e35aa0eda04152caf3b2cb157 | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Mon Apr 24 13:29:28 2017 -0600 |
committer | David Brown <david.brown@linaro.org> | Thu Apr 27 16:31:04 2017 -0600 |
tree | 6fedd30c1d0d2c5ac7d4f2d9451531ba0b0b2d72 | |
parent | 3e1c38c62402dce09c2779b60f8aeb6d9d6bd060 [diff] |
zephyr: Fix up mbed TLS configuration There are some problems with how mbed TLS is configured in Zephyr. First, include the makefile stub in the Makefile that uses these defines. This makes sure the right definitions get made so that our custom config gets used for all compiled files, rather than a mixed set. Also, fix up the wrappers on the custom configs so that each is different, making it easier to detect if multiple configs are being included. Lastly, only include the right header in the image validation. The mbed TLS includes don't seem to want to allow both RSA and ECDSA to be used (due to the key size), and including the wrong header results in a compilation error.
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