zephyr/arch/arm64
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
..
core Arch: Arm: SMP: Boot & Voting Refactor 2025-06-18 07:36:34 +02:00
include Revert "arch: arm64: init xen in arch_kernel_init()" 2024-12-06 18:20:40 +01:00
CMakeLists.txt
Kconfig