zephyr/cmake/linker/ld
Wentong Wu 743a184b2d scripts: mpu align for ro section of new memory region on non-XIP system
on non-XIP system, SRAM is the default region, and relocated .data
section and .bss section of SRAM shouldn't be inserted between
_image_rom_start and _image_rom_end, because the memory region between
_image_rom_start and _image_rom_end will construct the mpu ro region.
Also for the newly added memory region on non-XIP system, the
relocated .text secition and .rodata section should also be mpu aligned.

Fixes: #16090.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
2019-05-21 15:28:59 -04:00
..
target_baremetal.cmake cmake: Toolchain abstraction: orphan handling in toolchain_ld_baremetal 2019-05-02 07:47:14 -04:00
target_base.cmake cmake: Toolchain abstraction: move PROPERTY_LINKER_SCRIPT_DEFINES 2019-05-07 22:17:29 -04:00
target_configure.cmake cmake: Toolchain abstraction: Introduce toolchain_ld_configure_files 2019-05-12 12:50:57 -04:00
target_cpp.cmake cmake: Toolchain abstraction: introduce toolchain_ld_cpp 2019-05-02 15:19:02 +02:00
target_relocation.cmake scripts: mpu align for ro section of new memory region on non-XIP system 2019-05-21 15:28:59 -04:00
target.cmake cmake: Toolchain abstraction: Introduce toolchain_ld_configure_files 2019-05-12 12:50:57 -04:00