zephyr/soc/arc/snps_emsdp
Watson Zeng f60c9bd0a5 boards: arc: emsdp: fix secure config for emsdp_em7d_esp
emsdp_em7d_esp is a board with secure just like em_starterkit_em7d,
but the secure feature not configed in defconfig file. we need to add
below configs in emsdp_em7d_esp_defconfig files:
    CONFIG_ARC_HAS_SECURE=y
    CONFIG_TRUSTED_EXECUTION_SECURE=y
when secure feature enabled, we use secure timer for system tick, so
we need to add below macro for secure timer:
    #define  IRQ_SEC_TIMER0  20

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2020-06-09 11:30:37 +02:00
..
CMakeLists.txt kconfig: Rename CONFIG_FLOAT to CONFIG_FPU 2020-04-27 19:03:44 +02:00
Kconfig kconfig: Replace non-defconfig single-symbol 'if's with 'depends on' 2020-02-12 10:32:34 -06:00
Kconfig.defconfig soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em4 soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em5d soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em6 soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em7d soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em7d_esp soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em9d soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.defconfig.em11d soc: fix the int numbers of emsdp 2020-05-21 10:59:36 +02:00
Kconfig.soc kconfig: Remove assignments to CONFIG_<arch> syms and hide them 2020-02-08 00:50:08 -06:00
linker.ld soc: arc: Use new dts macros in linker scripts and arc_mpu_regions 2020-04-30 13:29:48 -05:00
soc.h boards: arc: emsdp: fix secure config for emsdp_em7d_esp 2020-06-09 11:30:37 +02:00