zephyr/arch
Ioannis Glaropoulos cf7ba235ce arch: arm: mpu: fix a loop index start value
In arm_core_mpu_mem_partition_config_update() we must fix the
index value of the start of the for loop, to address the case
when dynamic MPU regions are programmed in index values lower
than static_regions_num. (This might occur in ARMv8-M MPU,
depending on the order of programming the map of the
dynamic regions in run-time). We introduce function
_get_dyn_region_min_index(), and provide the implementation in
arm_mpu_v8_internal.h and arm_mpu_v7_internal.h (trivial).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2019-03-19 09:39:25 -05:00
..
arc arch: arc: make the boot time more accurate 2019-03-19 08:46:30 -04:00
arm arch: arm: mpu: fix a loop index start value 2019-03-19 09:39:25 -05:00
common all: Update reserved function names 2019-03-11 13:48:42 -04:00
nios2 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
posix arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
riscv32 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
x86 arch: remove unused arch defconfig 2019-03-14 06:43:16 -05:00
x86_64 arch/x86_64: Flag xuk shared page volatile 2019-03-13 19:15:20 +01:00
xtensa all: Update reserved function names 2019-03-11 13:48:42 -04:00
CMakeLists.txt Build: Added support for out-of-tree Arch 2019-02-07 17:00:43 -05:00
Kconfig kconfig: Increase the size of KOBJECT_TEXT_AREA when NO_OPTIMIZATION 2019-03-15 11:08:00 -07:00