zephyr/boards/arc/nsim
Wayne Ren e43e137d8b arch: arc: remove MPU_STACK_GUARD for ARC_MPU_VER 2
ARC_MPU_VER 2 has a strong requirement in
  * size, must be >= 2048 bytes and power of 2
  * start address must be aligned to size

It may bring a big waste of memory.

On the other hand, GEN_PRIV_STACK is used for ARC_MPU_VER 2,
it conflicts with MPU_STACK_GUARD.

So considering the limmitations, remove MPU_STACK_GUARD for
ARC_MPU_VER 2

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
2020-05-06 12:51:05 -07:00
..
doc
support
CMakeLists.txt
Kconfig.board
Kconfig.defconfig kconfig: Replace defconfig singe-symbol 'if's with 'depends on' 2020-02-12 10:32:13 -06:00
arc_mpu_regions.c soc: arc: Use new dts macros in linker scripts and arc_mpu_regions 2020-04-30 13:29:48 -05:00
board.cmake
nsim.dtsi boards: arc: nsim: cleanup dts warnings 2020-02-05 17:10:54 -05:00
nsim_em.dts
nsim_em.dtsi
nsim_em.yaml boards: arc: make nsim_em a default platform 2020-04-21 10:36:03 -07:00
nsim_em_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
nsim_hs.dts
nsim_hs.yaml
nsim_hs_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
nsim_hs_smp.dts
nsim_hs_smp.yaml boards: nsim: for smp testing, using mdb 2020-04-20 17:59:38 -04:00
nsim_hs_smp_defconfig boards: arc: enable smp by default for multicore targets 2020-03-12 13:02:17 -04:00
nsim_sem.dts
nsim_sem.yaml
nsim_sem_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
nsim_sem_mpu_stack_guard.dts
nsim_sem_mpu_stack_guard.yaml
nsim_sem_mpu_stack_guard_defconfig kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00