Searched full:arc (Results 1 – 25 of 240) sorted by relevance
12345678910
/Zephyr-Core-2.7.6/arch/arc/ |
D | Kconfig | 1 # ARC options 6 menu "ARC Options" 7 depends on ARC 10 default "arc" 17 This option signifies the use of an ARC EM CPU 23 This option signifies the use of an ARC HS CPU 27 prompt "ARC Instruction Set" 31 bool "ARC ISA v2" 37 v2 ISA for the ARC-HS & ARC-EM cores 40 bool "ARC ISA v3" [all …]
|
/Zephyr-Core-2.7.6/boards/arc/nsim/doc/ |
D | index.rst | 3 DesignWare(R) ARC(R) Emulation (nsim) 9 This board configuration can be used to run ARC EM / ARC HS based images in 10 simulation with `Designware ARC nSIM`_ or run same images on FPGA based HW 13 * ARC EM or ARC HS processor 14 * ARC internal timer 19 * ``nsim_em`` which includes normal ARC EM features and ARC MPUv2 20 * ``nsim_em_em7d_v22`` which includes normal ARC EM features and ARC MPUv2, specially with one regi… 21 * ``nsim_sem`` which includes secure ARC EM features and ARC MPUv3 22 * ``nsim_hs`` which includes base ARC HS features, i.e. w/o PMU and MMU 23 * ``nsim_hs_smp`` which includes base ARC HS features in multi-core cluster, still w/o PMU and MMU [all …]
|
/Zephyr-Core-2.7.6/soc/arc/snps_nsim/ |
D | Kconfig | 5 prompt "ARC nSIM SoC Selection" 10 bool "Synopsys ARC EM in nSIM" 14 bool "Synopsys ARC EM7D_V22 in nSIM" 19 bool "Synopsys ARC SEM in nSIM" 25 bool "Synopsys ARC HS in nSIM" 29 bool "Multi-core Synopsys ARC HS in nSIM" 33 bool "Synopsys ARC HS with MPU v6 in nSIM" 38 bool "Synopsys ARC HS6x in nSIM" 41 bool "Multi-core Synopsys ARC HS6x in nSIM"
|
D | Kconfig.defconfig | 12 source "soc/arc/snps_nsim/Kconfig.defconfig.em" 13 source "soc/arc/snps_nsim/Kconfig.defconfig.em7d_v22" 14 source "soc/arc/snps_nsim/Kconfig.defconfig.sem" 15 source "soc/arc/snps_nsim/Kconfig.defconfig.hs" 16 source "soc/arc/snps_nsim/Kconfig.defconfig.hs_smp" 17 source "soc/arc/snps_nsim/Kconfig.defconfig.hs6x" 18 source "soc/arc/snps_nsim/Kconfig.defconfig.hs6x_smp" 19 source "soc/arc/snps_nsim/Kconfig.defconfig.hs_mpuv6"
|
/Zephyr-Core-2.7.6/soc/arc/snps_emsdp/ |
D | Kconfig | 5 prompt "ARC EM Software Development Platform Core Selection" 10 bool "Synopsys ARC EM4 of EMSDP" 14 bool "Synopsys ARC EM6 of EMSDP" 18 bool "Synopsys ARC EM5D of EMSDP" 23 bool "Synopsys ARC EM7D of EMSDP" 28 bool "Synopsys ARC EM7D+ESP of EMSDP" 34 bool "Synopsys ARC EM9D of EMSDP" 39 bool "Synopsys ARC EM11D of EMSDP"
|
D | Kconfig.defconfig | 14 source "soc/arc/snps_emsdp/Kconfig.defconfig.em4" 15 source "soc/arc/snps_emsdp/Kconfig.defconfig.em5d" 16 source "soc/arc/snps_emsdp/Kconfig.defconfig.em6" 17 source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d" 18 source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d_esp" 19 source "soc/arc/snps_emsdp/Kconfig.defconfig.em9d" 20 source "soc/arc/snps_emsdp/Kconfig.defconfig.em11d"
|
/Zephyr-Core-2.7.6/boards/arc/emsdp/ |
D | Kconfig.board | 1 # DesignWare ARC EM Software Development Platform board configuration 10 The ARC EM Software Development Platform (emsdp) is an FPGA based 11 development platform intended to support ARC licenses in developing 12 their software for the ARC EM processor family and ARC EM Subsystems. 13 It has the support for ARC EM4, EM5D, EM6, EM7D, EM9D and EM11D 14 processors. ARC EM Enhanced Security Package (ESP) and ARC EM
|
/Zephyr-Core-2.7.6/arch/arc/core/mpu/ |
D | Kconfig | 7 int "ARC MPU version" 11 ARC MPU has several versions. For MPU v2, the minimum region is 2048 bytes; 16 bool "ARC Core MPU functionalities" 18 ARC core MPU functionalities 24 Enable thread stack guards via MPU. ARC supports built-in stack protection. 30 bool "ARC MPU Support" 39 Target has ARC MPU (currently only works for EMSK 2.2/2.3 ARCEM7D)
|
/Zephyr-Core-2.7.6/boards/arc/nsim/ |
D | Kconfig.board | 1 # DesignWare ARC nSIM simulated platform configuration 7 bool "ARC nSIM simulator" 11 The DesignWare ARC nSIM board is a virtual board based on 12 the ARC nSIM simulator. It demonstrates the ARC core features
|
D | board.cmake | 5 board_set_flasher_ifnset(arc-nsim) 6 board_set_debugger_ifnset(arc-nsim) 9 board_runner_args(arc-nsim "--props=${NSIM_PROPS}") 20 board_finalize_runner_args(arc-nsim)
|
/Zephyr-Core-2.7.6/boards/arc/hsdk/ |
D | Kconfig.board | 1 # DesignWare ARC HS Development Kit board configuration 7 bool "ARC HS Development Kit" 10 The DesignWare ARC HS Development Kit is a ready-to-use platform for 11 rapid software development on the ARC HS3x family of processors. It 12 supports single- and multi-core ARC HS34, HS36 and HS38 processors
|
/Zephyr-Core-2.7.6/soc/arc/snps_qemu/ |
D | Kconfig | 5 prompt "ARC QEMU SoC Selection" 10 bool "Synopsys ARC EM in QEMU" 13 bool "Synopsys ARC HS in QEMU" 16 bool "Synopsys ARC HS in QEMU"
|
D | Kconfig.defconfig | 26 # Technically ARC HS supports MPUv3, but not v2. But given MPUv3 33 source "soc/arc/snps_qemu/Kconfig.defconfig.em" 34 source "soc/arc/snps_qemu/Kconfig.defconfig.hs" 35 source "soc/arc/snps_qemu/Kconfig.defconfig.hs6x"
|
/Zephyr-Core-2.7.6/soc/arc/snps_emsk/ |
D | Kconfig | 6 prompt "ARC EM Starter Kit Core Selection" 11 bool "Synopsys ARC EM7D of EMSK" 15 bool "Synopsys ARC EM11D of EMSK" 19 bool "Synopsys ARC EM9D of EMSK"
|
D | Kconfig.defconfig | 10 source "soc/arc/snps_emsk/Kconfig.defconfig.em7d" 11 source "soc/arc/snps_emsk/Kconfig.defconfig.em11d" 12 source "soc/arc/snps_emsk/Kconfig.defconfig.em9d"
|
/Zephyr-Core-2.7.6/boards/arc/hsdk/support/ |
D | openocd.cfg | 30 # Contains quad-core ARC HS38. 33 source [find cpu/arc/hs.tcl] 40 set _CHIPNAME arc-em 54 # ARC HS38 core 2 66 $_TARGETNAME2 arc cache l2 auto 1 69 # ARC HS38 core 3 81 $_TARGETNAME3 arc cache l2 auto 1 84 # ARC HS38 core 4 97 $_TARGETNAME4 arc cache l2 auto 1 100 # ARC HS38 core 1 [all …]
|
D | openocd-2-cores.cfg | 30 # Contains quad-core ARC HS38. 33 source [find cpu/arc/hs.tcl] 40 set _CHIPNAME arc-em 54 # ARC HS38 core 2 66 $_TARGETNAME2 arc cache l2 auto 1 69 # ARC HS38 core 1 81 $_TARGETNAME1 arc cache l2 auto 1
|
/Zephyr-Core-2.7.6/boards/arc/iotdk/ |
D | Kconfig.board | 1 # DesignWare ARC IoT Development Kit board configuration 7 bool "ARC IoT Development Kit" 10 …ARC IoT Development Kit board is a versatile platform that includes the necessary hardware and sof…
|
/Zephyr-Core-2.7.6/boards/arc/qemu_arc/doc/ |
D | index.rst | 3 ARC EM & HS Emulation (QEMU) 9 This board configuration will use QEMU to emulate a generic ARC EM & 10 ARC HS hardware platform. 14 * ARC EM or ARC HS core (both belong to ARCv2 ISA family still 18 * ARC core free-running timers/counters Timer0 & Timer1 19 * ARC core interrupt controller with multiple priority levels 37 | ARC TIMER0 | on-chip | system clock | 97 1.`Programmer’s Reference Manual for ARC HS 98 <https://www.synopsys.com/dw/doc.php/ds/cc/programmers-reference-manual-ARC-HS.pdf>`_
|
/Zephyr-Core-2.7.6/include/arch/arc/v2/ |
D | error.h | 11 * ARC-specific kernel error handling interface. Included by arc/arch.h. 17 #include <arch/arc/syscall.h> 18 #include <arch/arc/v2/exc.h>
|
/Zephyr-Core-2.7.6/boards/arc/em_starterkit/doc/ |
D | index.rst | 3 DesignWare(R) ARC(R) EM Starter Kit 9 The DesignWare(R) ARC(R) EM Starter Kit is a low-cost, versatile solution 11 for the ARC EM Family of processors. The EM Family includes the EM4, EM6, 18 :alt: DesignWare(R) ARC(R) EM Starter Kit (synopsys.com) 20 The ARC EM Starter Kit consists of a hardware platform, including pre-installed 21 FPGA images of different ARC EM processor configurations with peripherals. 25 `Designware ARC EM Starter Kit website`_ . 30 :zephyr_file:`boards/arc/em_starterkit/em_starterkit_defconfig`. 36 is found in :zephyr_file:`soc/arc/snps_emsk/Kconfig.defconfig.em9d`. 40 is found in :zephyr_file:`soc/arc/snps_emsk/Kconfig.defconfig.em7d` and EM11D is [all …]
|
/Zephyr-Core-2.7.6/include/arch/arc/ |
D | arch.h | 9 * @brief ARC specific kernel interface header 11 * This header contains the ARC specific kernel interface. It is 22 #include <arch/arc/thread.h> 26 #include <arch/arc/v2/exc.h> 27 #include <arch/arc/v2/irq.h> 28 #include <arch/arc/v2/misc.h> 29 #include <arch/arc/v2/aux_regs.h> 30 #include <arch/arc/v2/arcv2_irq_unit.h> 31 #include <arch/arc/v2/asm_inline.h> 32 #include <arch/arc/arc_addr_types.h> [all …]
|
/Zephyr-Core-2.7.6/boards/arc/iotdk/doc/ |
D | index.rst | 3 DesignWare(R) ARC(R) IoT Development Kit 9 The DesignWare(R) ARC(R) IoT Development Kit is a versatile platform that 12 detection designs. The ARC IoT Development Kit includes a silicon 13 implementation of the ARC Data Fusion IP Subsystem running at 144 MHz on 20 :alt: DesignWare(R) ARC(R)IoT Development Kit (synopsys.com) 22 For details about the board, see: `ARC IoT Development Kit 29 For hardware feature details, refer to : `ARC IoT Development Kit 55 Set up the ARC IoT Development Kit 80 ``iotdk`` as the board configuration, you can select the ARC IoT Development 155 $ $ZEPHYR_SDK_INSTALL_DIR/arc-zephyr-elf/bin/arc-zephyr-elf-gdb zephyr.elf [all …]
|
/Zephyr-Core-2.7.6/boards/arc/em_starterkit/ |
D | Kconfig.board | 1 # DesignWare ARC EM Starter Kit board configuration 7 bool "ARC EM Starter Kit" 10 The DesignWare ARC EM Starter Kit board is a board
|
/Zephyr-Core-2.7.6/tests/kernel/mem_protect/mem_protect/ |
D | testcase.yaml | 5 # details: https://github.com/foss-for-synopsys-dwc-arc-processors/qemu/issues/14. 11 kernel.memory_protection.gap_filling.arc: 13 arch_allow: arc
|
12345678910