DT config for MPS4 corstone315 boards which can be tested with simulation. Creates a custom section in the unused SRAM region. Executing code in this region in privileged mode will result in an MPU fault while, execution in unprivileged mode should work fine. Signed-off-by: Shaunak saha <ssaha@tsavoritesi.com>
14 lines
433 B
YAML
14 lines
433 B
YAML
common:
|
|
tags: linker
|
|
tests:
|
|
application_development.vector_table_relocation.arm:
|
|
arch_allow: arm
|
|
filter: CONFIG_CPU_CORTEX_M_HAS_VTOR
|
|
# Exclude mps3/corstone310 because it uses another mechanism to support relocation
|
|
# of the vector table (CONFIG_ROMSTART_RELOCATION_ROM).
|
|
platform_exclude:
|
|
- mps3/corstone310/an555
|
|
- mps3/corstone310/fvp
|
|
- mps4/corstone315/fvp
|
|
- mps4/corstone320/fvp
|