mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-03-27 13:49:56 +00:00
This adds a BSP-level function that returns the calculated PSCI target_cpu parameter for a given cpu_index. BSPs can override this function to use the correct affinity level for the calculation. Also updates _CPU_SMP_Start_processor() to make use of this function and remove code duplication.
18 lines
387 B
YAML
18 lines
387 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
build-type: objects
|
|
cflags: []
|
|
copyrights:
|
|
- Copyright (C) 2021 On-Line Applications Research (OAR)
|
|
cppflags: []
|
|
cxxflags: []
|
|
enabled-by:
|
|
- RTEMS_SMP
|
|
includes: []
|
|
install: []
|
|
links: []
|
|
source:
|
|
- bsps/aarch64/shared/start/aarch64-smp.c
|
|
- bsps/shared/start/bspsmp-arm-psci.c
|
|
- bsps/shared/start/bspsmp-arm-psci-targetcpu.c
|
|
type: build
|