zephyr/include/arch
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
..
arc arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
arm scripts: mpu align for ro section of new memory region on non-XIP system 2019-05-21 15:28:59 -04:00
common arch: move common app_data_alignment.ld file 2019-02-28 08:53:16 -08:00
nios2 arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
posix linker: Remove unused (OPTIONAL) from linker scripts 2019-03-15 06:42:02 -05:00
riscv32 arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
x86 cmake: Add function for adding snippets to the linker file 2019-05-20 22:28:28 -04:00
x86_64 all: Update reserved function names 2019-03-11 13:48:42 -04:00
xtensa all: Update reserved function names 2019-03-11 13:48:42 -04:00
bits_portable.h include: Make statements evaluate boolean expressions 2019-03-26 14:31:29 -04:00
cpu.h arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
syscall.h