commit | 3d9e3eb974812b0a02c3185ab15c2f7ce9a99feb | [log] [tgz] |
---|---|---|
author | Marti Bolivar <marti.bolivar@linaro.org> | Wed Sep 20 16:28:57 2017 -0400 |
committer | David Brown <davidb@davidb.org> | Tue Oct 10 13:57:02 2017 -0600 |
tree | 273ecfc9229af13e7a9a6c33a2dba1df15431488 | |
parent | f0355743a857c30c9135f04850f3aceb379300f0 [diff] |
boot: zephyr: obtain FLASH_DRIVER_NAME, FLASH_ALIGN from OS Zephyr now provides defines for FLASH_DRIVER_NAME and FLASH_WRITE_BLOCK_SIZE (which is what we call FLASH_ALIGN) in the SoC headers for most targets supported by mcuboot. Use that information when it's available, falling back on MCUBOOT_TARGET_CONFIG otherwise. The soc_family_foo.h files remain for FLASH_AREA_IMAGE_SECTOR_SIZE. A subsequent patch can remove these files when the relevant SoC flash driver provides a page layout. Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
This is mcuboot, version 1.0.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 easy software upgrade.
MCUboot is operating system and hardware independent, and relies on hardware porting layers from the operating system it works with. 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.
The issues being planned and worked on are tracked on Jira. To participate please visit:
https://runtimeco.atlassian.net/projects/MCUB/summary
Information and documentation on the bootloader is stored within the source, and on confluence:
https://runtimeco.atlassian.net/wiki/discover/all-updates
For more information in the source, here are some pointers:
Developers welcome!