commit | 4f8091318b4026d14af9e5a7036825bff62fb612 | [log] [tgz] |
---|---|---|
author | Sherry Zhang <sherry.zhang2@arm.com> | Mon Jul 19 18:02:39 2021 +0800 |
committer | David Brown <davidb@davidb.org> | Mon Jul 19 21:50:52 2021 -0600 |
tree | 85aba24959eae8968a633a863ec42a216eb3882d | |
parent | d505bcf99d917cec80ed9d7113d51a39f318c8be [diff] |
boot: Revert "boot: Check shared area more carefully before init" The commit "boot: Check shared area more carefully before init" adds the support that the shared area can be used by other boot stages. Before this commit, MCUboot initialize the shared memory based on a global variable which indicates whether the shared memory has been initialized by MCUboot. After this commit, MCUboot also checks the magic value as well as the sanity check before initialization. So if the data in shared memory retains after a reset, MCUboot does not initialize the shared memory thus 'SHARED_MEMORY_OVERWRITE' error happens in 'boot_add_data_to_shared_area'. So reverted this commit temporarily. Signed-off-by: Sherry Zhang <sherry.zhang2@arm.com> Change-Id: I1fc390bc17f90c2624024bc101ba8b4d5a75fe23
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!