commit | f533b6090bfab6868657f561e9a611a32584b7d0 | [log] [tgz] |
---|---|---|
author | Achin Gupta <achin.gupta@arm.com> | Mon Oct 28 09:03:13 2019 +0000 |
committer | Achin Gupta <achin.gupta@arm.com> | Mon Oct 28 14:23:35 2019 +0000 |
tree | 56c047be62150041c97b365754aa68b1121dab3c | |
parent | d302e80293491464f8c8038cae3e68a15c19e45d [diff] |
SPMD: [EXP] Use PSCI states to manage SPMC boot This patch replaces private states used by the SPMD to determine whether SPMC has booted on a CPU with PSCI affinity states. This enables the SPMC on the boot CPU to use the PSCI_CPU_ON function to begin initialisation on secondary CPUs. Signed-off-by: Achin Gupta <achin.gupta@arm.com>