summaryrefslogtreecommitdiffstats
path: root/bsps/shared/start/bspsmp-arm-psci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/shared: Add PSCI SMP startup supportKinsey Moore2021-09-211-0/+92
This adds the SMP function that supports spinup of additional CPU cores using the ARM standard PSCI inteface. This interface is provided by QEMU as well as ARM Trusted Firmware running in monitor mode (EL3) on ARMv7 and AArch64 CPUs. This supports activation va SMC or HVC instructions depending on BSP configuration.