zephyr/arch/arm/core/aarch32/mpu
Benjamin Gwin b5fe0f7304 arch: arm: mpu: Add support for disabling the background address map
Arm provides a default address map defining default behaviors for
certain address ranges, which can be overlayed with additional regions
in the MPU. Users may also turn off this background map, so that only
regions explicitly programmed in the MPU are allowed.

This provides a Kconfig so that platforms using a non-standard address
map may disable the background address map and provide their own
explicit MPU regions.

Signed-off-by: Benjamin Gwin <bgwin@google.com>
2022-11-16 11:21:06 +01:00
..
cortex_a_r
cortex_m
CMakeLists.txt
Kconfig
arm_core_mpu.c
arm_core_mpu_dev.h
arm_mpu.c
arm_mpu_v7_internal.h
arm_mpu_v8_internal.h
nxp_mpu.c