This patch contains a MPU test with a set of options to check
the correct MPU configuration against the following security
issues:
* Read at an address that is reserved in the memory map.
* Write into the boot Flash/ROM.
* Run code located in SRAM.
The MPU test application uses the Zephyr shell.
Change-Id: Ib40dc76b082b800884fd636a1509a0712227d681
Signed-off-by: Marc Moreno <marc.morenoberengue@linaro.org>
Signed-off-by: Vincenzo Frascino <vincenzo.frascino@linaro.org>
6 lines
89 B
INI
6 lines
89 B
INI
[test]
|
|
build_only = true
|
|
tags = samples
|
|
arch_whitelist = arm
|
|
filter = CONFIG_CPU_HAS_MPU
|