zephyr/arch/arm64/core
urvashi sharma 9cef24bc62 Arch: Arm: SMP: Boot & Voting Refactor
Support booting from any usable core in systems with partially
fused-off CPUs. Update get_cpu_logic_id to iterate over the actual
number of enabled CPUs using DT_CHILD_NUM_STATUS_OKAY(DT_PATH(cpus))
instead of CONFIG_MP_MAX_NUM_CPUS.

Resize the voting[] array based on DT_CHILD_NUM_STATUS_OKAY to ensure
each CPU can vote correctly.

Signed-off-by: urvashi sharma <urvashis@qti.qualcomm.com>
2025-06-18 07:36:34 +02:00
..
cortex_r arch: arm: fix compile issue if MEM_ATTR=n and ARM_MPU=y 2025-02-13 16:43:11 +01:00
offsets
xen Revert "arch: arm64: init xen in arch_kernel_init()" 2024-12-06 18:20:40 +01:00
boot.h
CMakeLists.txt
coredump.c
cpu_idle.S
early_mem_funcs.S
elf.c llext: Add parameters to arch_elf_relocate 2025-03-07 19:44:54 +01:00
fatal.c style: add missing curly braces in if/while/for statements. 2025-05-17 14:10:33 +02:00
fpu.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
fpu.S
header.S
irq_init.c
irq_manage.c
irq_offload.c arch: initialize irq_offload during boot, do not use SYS_INIT 2024-09-17 20:05:22 -04:00
isr_wrapper.S
Kconfig arm64: reset: flush D-Cache before it is disabled 2025-06-04 16:59:43 +02:00
macro_priv.inc Arch: Arm: SMP: Boot & Voting Refactor 2025-06-18 07:36:34 +02:00
mmu.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
mmu.h
mmu.S
paging.h
prep_c.c cache: add new interface arch_cache_init() for initializing cache 2024-09-17 20:05:22 -04:00
reboot.c
reset.c arm64: reset: flush D-Cache before it is disabled 2025-06-04 16:59:43 +02:00
reset.S Arch: Arm: SMP: Boot & Voting Refactor 2025-06-18 07:36:34 +02:00
semihost.c
smccc-call.S
smp.c Arch: Arm: SMP: Boot & Voting Refactor 2025-06-18 07:36:34 +02:00
swi_tables.ld
switch.S arm64: core: force data synchronization between context switch 2025-05-26 11:54:13 +02:00
thread.c arch: arm64: fix spelling of "below" 2025-02-19 18:51:13 +01:00
tls.c
userspace.S
vector_table.S arch: arm64: fix spelling of "exception" 2025-02-27 13:28:21 +00:00