zephyr/arch/arm/core/cortex_m
Adam Kondraciuk 474d4c3249 arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions
The S2RAM procedure requires marker checking after reset.
Such checking is performed on very early stage of the system initialization
and must ensure that the stack is not used due to the TLS pointer which is
not initialized yet.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
2024-10-25 13:58:37 +02:00
..
cmse
tz
CMakeLists.txt
Kconfig
__aeabi_read_tp.S
cache.c
coredump.c
cpu_idle.c
debug.c
exc_exit.c
fault.c Revert "coredump: ARM: Ensure sp in dump is set as gdb expects" 2024-10-09 13:42:19 +02:00
fault_s.S
fpu.c
irq_init.c
irq_manage.c
irq_relay.S
isr_wrapper.c
pm_s2ram.S arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions 2024-10-25 13:58:37 +02:00
pm_s2ram.c arch: arm: cortex_m: pm_s2ram: Rework S2RAM mark functions 2024-10-25 13:58:37 +02:00
prep_c.c
relay_vector_table.ld
reset.S
scb.c
semihost.c
swap.c
swap_helper.S Revert "coredump: ARM: Ensure sp in dump is set as gdb expects" 2024-10-09 13:42:19 +02:00
thread.c
thread_abort.c
timing.c
vector_table.S
vector_table.h
vector_table_pad.ld
vt_pointer_section.ld