commit | f573b392ec4ced1fc1daa267a7ad9111e08fdb4f | [log] [tgz] |
---|---|---|
author | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Tue Nov 10 14:35:15 2020 +0100 |
committer | Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no> | Wed Jan 13 17:49:49 2021 +0100 |
tree | 72407a1e31d8dc7b7110f95dde6101cfc1d5d8eb | |
parent | e51218160987126058751124cdbbf0ff6949ba44 [diff] |
bootutil: extracted app common library from bootutil_misc Part of code of boot/bootutil/ is re-implemented in zephyr-rtos repository. As some code are defined here and there it becomes problem when need to include it with outstanding feature in a build. It is possible to mitigate problem using #fdefry - but this was rather temporary hack. This patch introduce new module which is common for MCUBoot build and application build. Common code were extracted to bootutil_public.c source file and bootutil_public.h header MCUboot also select DISABLE_MCUBOOT_BOOTUTIL_LIB_OWN_LOG Kconfig option, as it must define log configuration on its own for all its sourcecode. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This is mcuboot version 1.8.0-dev
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 simple software upgrades.
MCUboot is operating system and hardware independent and relies on hardware porting layers from the operating. 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.
Instructions for different operating systems can be found here:
The issues being planned and worked on are tracked using GitHub issues. To participate please visit:
Issues were previously tracked on MCUboot JIRA , but it is now deprecated.
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:
Developers welcome!