zephyr/arch/arm/core/aarch64
Stephanos Ioannidis 3cf1a9139e arch: arm: Clean up configurations
This is a minor clean-up for the ARM architecture configurations.

Note that the `CPU_CORTEX_A` symbol is moved from the AArch64 to the
ARM root Kconfig because it can be selected from both AArch32 and
AArch64.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-04-15 11:23:56 +02:00
..
arm_mmu.c arch: arm64: mmu: Add zephyr execution regions 2020-02-20 17:24:59 +02:00
CMakeLists.txt arch: arm: aarch64: Refactor interrupt interface 2020-03-13 09:59:59 +01:00
cpu_idle.S arm: aarch64: Reintroduce _ASM_FILE_PROLOGUE 2020-03-11 09:34:24 +01:00
fatal.c arch: arm64: Dump registers content on fatal error 2020-02-01 08:08:43 -05:00
irq_init.c arch: arm: aarch64: Refactor interrupt interface 2020-03-13 09:59:59 +01:00
irq_manage.c arm: AArch64: Add support for nested exception handlers 2020-03-31 19:24:48 +02:00
irq_offload.c
isr_wrapper.S arm: AArch64: Add support for nested exception handlers 2020-03-31 19:24:48 +02:00
Kconfig arch: arm: Clean up configurations 2020-04-15 11:23:56 +02:00
macro.inc arm: AArch64: Add support for nested exception handlers 2020-03-31 19:24:48 +02:00
prep_c.c arch: arm: aarch64: Refactor interrupt interface 2020-03-13 09:59:59 +01:00
reset.S arch: aarch64: Rework exception entry/exit code 2020-03-20 14:15:43 +01:00
swap_helper.S arm: AArch64: Add support for nested exception handlers 2020-03-31 19:24:48 +02:00
swap.c
thread.c arm: AArch64: Add support for nested exception handlers 2020-03-31 19:24:48 +02:00
vector_table.h
vector_table.S arch: aarch64: Rework exception entry/exit code 2020-03-20 14:15:43 +01:00