mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 18:12:49 +00:00
This commit fixes the default partitioning of flash in nrf5340 Application MCU, to comply with the nRF SPU region boundaries. To properly align the partition start addresses with SPU requirements we modify the start of the slot0 and slot1 partitions. This leaves some extra space available for MCUboot, whose size is now changed from 0xc000 to 0x10000. In addition, the non-secure partition size (slot0_nonsecure) is decreased, and as a consequence of that we also modify the board's .yaml file to reflect the new image size of the non-secure version of the board. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> |
||
---|---|---|
.. | ||
doc | ||
board.cmake | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.board | ||
Kconfig.defconfig | ||
nrf5340_cpuapp_common.dts | ||
nrf5340_cpuapp_partition_conf.dts | ||
nrf5340_cpunet_reset.c | ||
nrf5340_shared_sram_planning_conf.dts | ||
nrf5340dk_nrf5340_cpuapp_defconfig | ||
nrf5340dk_nrf5340_cpuapp.dts | ||
nrf5340dk_nrf5340_cpuapp.yaml | ||
nrf5340dk_nrf5340_cpuappns_defconfig | ||
nrf5340dk_nrf5340_cpuappns.dts | ||
nrf5340dk_nrf5340_cpuappns.yaml | ||
nrf5340dk_nrf5340_cpunet_defconfig | ||
nrf5340dk_nrf5340_cpunet.dts | ||
nrf5340dk_nrf5340_cpunet.yaml | ||
nrf5340pdk_nrf5340_cpuapp_defconfig | ||
nrf5340pdk_nrf5340_cpuapp.dts | ||
nrf5340pdk_nrf5340_cpuapp.yaml | ||
nrf5340pdk_nrf5340_cpuappns_defconfig | ||
nrf5340pdk_nrf5340_cpuappns.dts | ||
nrf5340pdk_nrf5340_cpuappns.yaml | ||
nrf5340pdk_nrf5340_cpunet_defconfig | ||
nrf5340pdk_nrf5340_cpunet.dts | ||
nrf5340pdk_nrf5340_cpunet.yaml |