commit | dd6a84e33039da4e69364098bf3d79a4b5f267c8 | [log] [tgz] |
---|---|---|
author | David Vincze <david.vincze@arm.com> | Tue Jun 29 15:24:50 2021 +0200 |
committer | Dávid Vincze <david.vincze@arm.com> | Thu Jul 01 10:22:23 2021 +0200 |
tree | 535c9f92993ab409bb7897495c798edff37efdbe | |
parent | 2a22bcc4c73d4af0b0e3c63ac2c2a1f98fe678c0 [diff] |
boot: Check shared area more carefully before init When the shared data area is not exclusively used by MCUboot, but also by other boot stages it is inappropriate to initialize (erase) the shared area based on a global variable. It must check the magic value at the beginning of the area plus it should sanity-check other available values for a case when memory garbage matches the magic value. Change-Id: I3a4552ad2863a61d81de9374ef6302ae0609f7bf Signed-off-by: David Vincze <david.vincze@arm.com>
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!