commit | 977b375acc55c7b61c46ee60789a9f6a915063ee | [log] [tgz] |
---|---|---|
author | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Thu Mar 31 14:40:48 2022 +0300 |
committer | Roman Okhrimenko <roman.okhrimenko@infineon.com> | Fri Apr 01 09:44:19 2022 +0300 |
tree | a760e01c7d110323c949096b6a048a0f364a7ac5 | |
parent | 777a1e734ce1beb2be672c061c439d361634f5ae [diff] |
Infineon: Add cyw20829 platform, shared slot feature, json memory map, psoc6 xip Based in 1.8.0 release of MCUBoot library This commit adds CYW20829 Infineon platform support with following capabilities: 1. Overwrite and swap upgrade mode support 2. Multi-image with up to 4 images 3. Hardware security counter is supported for CYW20829 platform Add XIP support for PSOC6 platform - place BOOT slot in external memory and execute it in place using SMIF in XIP mode and some new features for Infineon devices. 1. Shared upgrade slot feature - use one shared area for upgrade slots of multiple images 2. Memory map defined using JSON file - define memory regions for bootloader and user app in conventional way using JSON file
This is mcuboot version 1.8.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!