zephyr/arch/arm/core/cortex_m
Duy Nguyen 259b3d0095 arch: arm: Add initial support for Cortex-M85 Core
Add initial support for the Cortex-M85 Core which is an implementation
of the Armv8.1-M mainline architecture.

The support is based on the Cortex-M55 support that already exists in
Zephyr.

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
2024-06-26 13:36:14 -04:00
..
cmse
tz
__aeabi_read_tp.S arch: arm: cortex_m: Document why __aeabi_read_tp impl requires ASM impl 2024-04-15 09:09:28 -07:00
cache.c
CMakeLists.txt arch: arm: cortex_m: Convert cpu_idle from ASM to C 2024-04-15 09:09:28 -07:00
coredump.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
cpu_idle.c arch: arm: cortex_m: cpu_idle: Add missing irq masking/unmasking 2024-04-17 15:00:25 +02:00
debug.c
exc_exit.c arch: arm: cortex_m: Only trigger context switch if thread is preemptible 2024-04-15 09:09:28 -07:00
fault_s.S
fault.c arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
fpu.c
irq_init.c
irq_manage.c arch: arm: cortex_m: update inline comment pointing to isr_wrapper.* 2024-06-12 18:29:12 -04:00
irq_relay.S arch: arm: cortex-m: Change character used to mark immediate operand 2024-05-03 07:28:52 -04:00
isr_wrapper.c pm: Deprecate z_pm_save_idle_exit 2024-05-27 02:10:03 -07:00
Kconfig arch: arm: Add initial support for Cortex-M85 Core 2024-06-26 13:36:14 -04:00
pm_s2ram.c arch: arm: cortex_m: pm_s2ram: Add option for custom marking 2024-05-17 14:33:47 +02:00
pm_s2ram.S arch: arm: cortex_m: pm_s2ram: Add option for custom marking 2024-05-17 14:33:47 +02:00
prep_c.c arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
relay_vector_table.ld
reset.S arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
scb.c arch: arm: core: cortex_m: fix cache disabling in init_arch_hw_at_boot 2024-01-10 09:59:58 +01:00
semihost.c
swap_helper.S arch: arm: cortex_m: move part of swap_helper to C 2024-04-15 09:09:28 -07:00
swap.c arch: arm: cortex_m: restore comment lost in translation 2024-05-31 09:53:31 -05:00
thread_abort.c arm: cortex_m: tracing for custom thread abort func 2024-03-19 13:37:41 -05:00
thread.c arch: arm: cortex_m: enable interrupts before entering application’s main 2024-04-25 07:54:47 -04:00
timing.c hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
vector_table_pad.ld
vector_table.h arch: arm: z_arm_prep_c -> z_prep_c 2023-12-11 18:23:52 -05:00
vector_table.S
vt_pointer_section.ld