zephyr/include/arch/arm/cortex_m
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
..
mpu all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
scripts scripts: mpu align for ro section of new memory region on non-XIP system 2019-05-21 15:28:59 -04:00
addr_types.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
asm_inline_gcc.h arch: arm: introduce barriers when disabling interrupts 2019-03-18 11:38:19 -05:00
asm_inline.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
cmsis.h arch: arm: fix "template with C linkage" in cmsis.h 2019-05-20 11:58:39 -04:00
error.h arm: asm: Fix inline asm in Z_ARCH_EXCEPT for clang 2019-03-15 06:02:34 +01:00
exc.h arch: arm: add internal structure to ESF 2019-05-07 19:21:46 -04:00
irq.h arch: arm: Fix check of Kconfig option 2019-05-17 15:46:18 -07:00
memory_map.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
misc.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
nmi.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
sys_io.h include: Use macro BIT for shift operations 2019-03-26 14:31:29 -04:00