commit | 274c5da955ecec2d56f1a8557b6a3283b657de44 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@linaro.org> | Sun Feb 23 20:48:13 2020 +0100 |
committer | Dávid Vincze <david.vincze@arm.com> | Thu Mar 26 12:23:36 2020 +0100 |
tree | bb7e8138ca88cb932553f06c1df7ae512e74643e | |
parent | 63eb4566d01652346e3da7d2cd36b451907c0b85 [diff] |
boot: Unify the interpretation of TLV entry fields Modify the definition of certain shared data TLV entry header fields to be aligned with the image TLV's behaviour (the meaning of the tlv_len field was different) and achieve unified interpretation. Modify some macro definitions that use bitwise shift operators to prevent certain errors from occurring due to implementation-defined behaviour. Change-Id: Ib736703a391d390a87d629a8ac4e77e1789120a5 Signed-off-by: David Vincze <david.vincze@linaro.org>
This is mcuboot version 1.5.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 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!