Secure boot for 32-bit Microcontrollers!
Go to file
David Brown f984b95735 Move mbedtls submodule from sim to ext
Move the external mbedtls submodule out of the sim/mcuboot-sys directory
into the ext directory.  This will allow the same copy of mbed TLS to be
used by other board support packages, instead of having to make a
duplicate clone.

Signed-off-by: David Brown <david.brown@linaro.org>
2019-10-15 09:29:20 -06:00
boot Rename ext/mbedtls to ext/mbedtls-asn1 2019-10-15 09:29:20 -06:00
ci
docs Fix CVE-2019-16892 2019-10-15 12:28:34 -03:00
ext Move mbedtls submodule from sim to ext 2019-10-15 09:29:20 -06:00
ptest
samples Use Ninja instead of Makefiles for Zephyr 2019-07-29 11:29:21 -05:00
scripts imgtool: add mailing list email to setup 2019-10-12 18:47:05 -03:00
sim Move mbedtls submodule from sim to ext 2019-10-15 09:29:20 -06:00
testplan/mynewt apps: update dependencies & syscfgs as per mcumgr 2019-10-10 18:03:59 -03:00
.gitignore
.gitmodules Move mbedtls submodule from sim to ext 2019-10-15 09:29:20 -06:00
.travis.yml Enable already fixed test in Travis-CI 2019-09-09 10:00:09 -03:00
LICENSE
NOTICE
README.md Release notes for 1.4.0-rc1 2019-10-08 10:45:14 -07:00
enc-aes128kw.b64
enc-rsa2048-priv.pem
enc-rsa2048-pub.pem
project.yml
repository.yml Release notes for 1.4.0-rc1 2019-10-08 10:45:14 -07:00
root-ec-p256-pkcs8.pem
root-ec-p256.pem
root-ed25519.pem
root-rsa-2048.pem
root-rsa-3072.pem
version.yml

README.md

mcuboot

Coverity Scan Build Status Build/Test

This is mcuboot, version 1.4.0-rc1

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.

Using MCUboot

Instructions for different operating systems can be found here:

Roadmap

The issues being planned and worked on are tracked using GitHub issues. To participate please visit:

MCUBoot GitHub Issues

Issues were previously tracked on MCUboot JIRA , but it is now deprecated.

Browsing

Information and documentation on the bootloader are stored within the source.

It was previously also documented on confluence: MCUBoot Confluence however, it is now deprecated and not currently maintained

For more information in the source, here are some pointers:

  • boot/bootutil: The core of the bootloader itself.
  • boot/boot_serial: Support for serial upgrade within the bootloader itself.
  • boot/zephyr: Port of the bootloader to Zephyr
  • boot/mynewt: Mynewt bootloader app
  • imgtool: A tool to securely sign firmware images for booting by mcuboot.
  • sim: A bootloader simulator for testing and regression

Joining

Developers welcome!