Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 1 | /* |
Deepika Bhavnani | 4287c0c | 2019-12-13 10:23:18 -0600 | [diff] [blame] | 2 | * Copyright (c) 2013-2019, ARM Limited and Contributors. All rights reserved. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 3 | * |
dp-arm | fa3cf0b | 2017-05-03 09:38:09 +0100 | [diff] [blame] | 4 | * SPDX-License-Identifier: BSD-3-Clause |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 5 | */ |
| 6 | |
Dan Handley | 2bd4ef2 | 2014-04-09 13:14:54 +0100 | [diff] [blame] | 7 | #include <assert.h> |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 8 | #include <string.h> |
Antonio Nino Diaz | e0f9063 | 2018-12-14 00:18:21 +0000 | [diff] [blame] | 9 | |
| 10 | #include <arch.h> |
| 11 | #include <arch_helpers.h> |
| 12 | #include <common/debug.h> |
| 13 | #include <lib/pmf/pmf.h> |
| 14 | #include <lib/runtime_instr.h> |
| 15 | #include <lib/smccc.h> |
| 16 | #include <plat/common/platform.h> |
| 17 | #include <services/arm_arch_svc.h> |
| 18 | |
Dan Handley | 714a0d2 | 2014-04-09 13:13:04 +0100 | [diff] [blame] | 19 | #include "psci_private.h" |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 20 | |
| 21 | /******************************************************************************* |
| 22 | * PSCI frontend api for servicing SMCs. Described in the PSCI spec. |
| 23 | ******************************************************************************/ |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 24 | int psci_cpu_on(u_register_t target_cpu, |
| 25 | uintptr_t entrypoint, |
| 26 | u_register_t context_id) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 27 | |
| 28 | { |
| 29 | int rc; |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 30 | entry_point_info_t ep; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 31 | |
| 32 | /* Determine if the cpu exists of not */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 33 | rc = psci_validate_mpidr(target_cpu); |
| 34 | if (rc != PSCI_E_SUCCESS) |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 35 | return PSCI_E_INVALID_PARAMS; |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 36 | |
Soby Mathew | f1f97a1 | 2015-07-15 12:13:26 +0100 | [diff] [blame] | 37 | /* Validate the entry point and get the entry_point_info */ |
| 38 | rc = psci_validate_entry_point(&ep, entrypoint, context_id); |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 39 | if (rc != PSCI_E_SUCCESS) |
| 40 | return rc; |
| 41 | |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 42 | /* |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 43 | * To turn this cpu on, specify which power |
Achin Gupta | 0959db5 | 2013-12-02 17:33:04 +0000 | [diff] [blame] | 44 | * levels need to be turned on |
| 45 | */ |
Sandrine Bailleux | 7497bff | 2016-04-25 09:28:43 +0100 | [diff] [blame] | 46 | return psci_cpu_on_start(target_cpu, &ep); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 47 | } |
| 48 | |
| 49 | unsigned int psci_version(void) |
| 50 | { |
| 51 | return PSCI_MAJOR_VER | PSCI_MINOR_VER; |
| 52 | } |
| 53 | |
| 54 | int psci_cpu_suspend(unsigned int power_state, |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 55 | uintptr_t entrypoint, |
| 56 | u_register_t context_id) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 57 | { |
| 58 | int rc; |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 59 | unsigned int target_pwrlvl, is_power_down_state; |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 60 | entry_point_info_t ep; |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 61 | psci_power_state_t state_info = { {PSCI_LOCAL_STATE_RUN} }; |
| 62 | plat_local_state_t cpu_pd_state; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 63 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 64 | /* Validate the power_state parameter */ |
| 65 | rc = psci_validate_power_state(power_state, &state_info); |
| 66 | if (rc != PSCI_E_SUCCESS) { |
| 67 | assert(rc == PSCI_E_INVALID_PARAMS); |
| 68 | return rc; |
| 69 | } |
Vikram Kanigiri | f100f41 | 2014-04-01 19:26:26 +0100 | [diff] [blame] | 70 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 71 | /* |
| 72 | * Get the value of the state type bit from the power state parameter. |
| 73 | */ |
| 74 | is_power_down_state = psci_get_pstate_type(power_state); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 75 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 76 | /* Sanity check the requested suspend levels */ |
Soby Mathew | 24ab34f | 2016-05-03 17:11:42 +0100 | [diff] [blame] | 77 | assert(psci_validate_suspend_req(&state_info, is_power_down_state) |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 78 | == PSCI_E_SUCCESS); |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 79 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 80 | target_pwrlvl = psci_find_target_suspend_lvl(&state_info); |
Sandrine Bailleux | f9f3bbf | 2016-06-22 16:35:01 +0100 | [diff] [blame] | 81 | if (target_pwrlvl == PSCI_INVALID_PWR_LVL) { |
| 82 | ERROR("Invalid target power level for suspend operation\n"); |
| 83 | panic(); |
| 84 | } |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 85 | |
| 86 | /* Fast path for CPU standby.*/ |
Antonio Nino Diaz | de11a5b | 2018-08-01 16:42:10 +0100 | [diff] [blame] | 87 | if (is_cpu_standby_req(is_power_down_state, target_pwrlvl)) { |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 88 | if (psci_plat_pm_ops->cpu_standby == NULL) |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 89 | return PSCI_E_INVALID_PARAMS; |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 90 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 91 | /* |
| 92 | * Set the state of the CPU power domain to the platform |
| 93 | * specific retention state and enter the standby state. |
| 94 | */ |
| 95 | cpu_pd_state = state_info.pwr_domain_state[PSCI_CPU_PWR_LVL]; |
| 96 | psci_set_cpu_local_state(cpu_pd_state); |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 97 | |
| 98 | #if ENABLE_PSCI_STAT |
dp-arm | 66abfbe | 2017-01-31 13:01:04 +0000 | [diff] [blame] | 99 | plat_psci_stat_accounting_start(&state_info); |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 100 | #endif |
| 101 | |
dp-arm | 3cac786 | 2016-09-19 11:18:44 +0100 | [diff] [blame] | 102 | #if ENABLE_RUNTIME_INSTRUMENTATION |
| 103 | PMF_CAPTURE_TIMESTAMP(rt_instr_svc, |
| 104 | RT_INSTR_ENTER_HW_LOW_PWR, |
| 105 | PMF_NO_CACHE_MAINT); |
| 106 | #endif |
| 107 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 108 | psci_plat_pm_ops->cpu_standby(cpu_pd_state); |
Achin Gupta | 42c5280 | 2014-05-09 19:32:25 +0100 | [diff] [blame] | 109 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 110 | /* Upon exit from standby, set the state back to RUN. */ |
| 111 | psci_set_cpu_local_state(PSCI_LOCAL_STATE_RUN); |
Achin Gupta | 42c5280 | 2014-05-09 19:32:25 +0100 | [diff] [blame] | 112 | |
dp-arm | 3cac786 | 2016-09-19 11:18:44 +0100 | [diff] [blame] | 113 | #if ENABLE_RUNTIME_INSTRUMENTATION |
| 114 | PMF_CAPTURE_TIMESTAMP(rt_instr_svc, |
| 115 | RT_INSTR_EXIT_HW_LOW_PWR, |
| 116 | PMF_NO_CACHE_MAINT); |
| 117 | #endif |
| 118 | |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 119 | #if ENABLE_PSCI_STAT |
dp-arm | 66abfbe | 2017-01-31 13:01:04 +0000 | [diff] [blame] | 120 | plat_psci_stat_accounting_stop(&state_info); |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 121 | |
| 122 | /* Update PSCI stats */ |
dp-arm | 66abfbe | 2017-01-31 13:01:04 +0000 | [diff] [blame] | 123 | psci_stats_update_pwr_up(PSCI_CPU_PWR_LVL, &state_info); |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 124 | #endif |
| 125 | |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 126 | return PSCI_E_SUCCESS; |
Vikram Kanigiri | 3b7c59b | 2014-03-21 11:57:10 +0000 | [diff] [blame] | 127 | } |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 128 | |
Achin Gupta | 42c5280 | 2014-05-09 19:32:25 +0100 | [diff] [blame] | 129 | /* |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 130 | * If a power down state has been requested, we need to verify entry |
| 131 | * point and program entry information. |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 132 | */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 133 | if (is_power_down_state != 0U) { |
Soby Mathew | f1f97a1 | 2015-07-15 12:13:26 +0100 | [diff] [blame] | 134 | rc = psci_validate_entry_point(&ep, entrypoint, context_id); |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 135 | if (rc != PSCI_E_SUCCESS) |
| 136 | return rc; |
| 137 | } |
Soby Mathew | f512157 | 2014-09-30 11:19:51 +0100 | [diff] [blame] | 138 | |
Soby Mathew | 8595b87 | 2015-01-06 15:36:38 +0000 | [diff] [blame] | 139 | /* |
Achin Gupta | 42c5280 | 2014-05-09 19:32:25 +0100 | [diff] [blame] | 140 | * Do what is needed to enter the power down state. Upon success, |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 141 | * enter the final wfi which will power down this CPU. This function |
| 142 | * might return if the power down was abandoned for any reason, e.g. |
| 143 | * arrival of an interrupt |
Achin Gupta | 42c5280 | 2014-05-09 19:32:25 +0100 | [diff] [blame] | 144 | */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 145 | psci_cpu_suspend_start(&ep, |
| 146 | target_pwrlvl, |
| 147 | &state_info, |
| 148 | is_power_down_state); |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 149 | |
Soby Mathew | 74e52a7 | 2014-10-02 16:56:51 +0100 | [diff] [blame] | 150 | return PSCI_E_SUCCESS; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 151 | } |
| 152 | |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 153 | |
| 154 | int psci_system_suspend(uintptr_t entrypoint, u_register_t context_id) |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 155 | { |
| 156 | int rc; |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 157 | psci_power_state_t state_info; |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 158 | entry_point_info_t ep; |
| 159 | |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 160 | /* Check if the current CPU is the last ON CPU in the system */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 161 | if (psci_is_last_on_cpu() == 0U) |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 162 | return PSCI_E_DENIED; |
| 163 | |
Soby Mathew | f1f97a1 | 2015-07-15 12:13:26 +0100 | [diff] [blame] | 164 | /* Validate the entry point and get the entry_point_info */ |
| 165 | rc = psci_validate_entry_point(&ep, entrypoint, context_id); |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 166 | if (rc != PSCI_E_SUCCESS) |
| 167 | return rc; |
| 168 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 169 | /* Query the psci_power_state for system suspend */ |
| 170 | psci_query_sys_suspend_pwrstate(&state_info); |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 171 | |
ldts | 1821db2 | 2018-10-11 08:40:32 +0200 | [diff] [blame] | 172 | /* |
| 173 | * Check if platform allows suspend to Highest power level |
| 174 | * (System level) |
| 175 | */ |
| 176 | if (psci_find_target_suspend_lvl(&state_info) < PLAT_MAX_PWR_LVL) |
| 177 | return PSCI_E_DENIED; |
| 178 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 179 | /* Ensure that the psci_power_state makes sense */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 180 | assert(psci_validate_suspend_req(&state_info, PSTATE_TYPE_POWERDOWN) |
| 181 | == PSCI_E_SUCCESS); |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 182 | assert(is_local_state_off( |
| 183 | state_info.pwr_domain_state[PLAT_MAX_PWR_LVL]) != 0); |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 184 | |
| 185 | /* |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 186 | * Do what is needed to enter the system suspend state. This function |
| 187 | * might return if the power down was abandoned for any reason, e.g. |
| 188 | * arrival of an interrupt |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 189 | */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 190 | psci_cpu_suspend_start(&ep, |
| 191 | PLAT_MAX_PWR_LVL, |
| 192 | &state_info, |
| 193 | PSTATE_TYPE_POWERDOWN); |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 194 | |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 195 | return PSCI_E_SUCCESS; |
| 196 | } |
| 197 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 198 | int psci_cpu_off(void) |
| 199 | { |
| 200 | int rc; |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 201 | unsigned int target_pwrlvl = PLAT_MAX_PWR_LVL; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 202 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 203 | /* |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 204 | * Do what is needed to power off this CPU and possible higher power |
| 205 | * levels if it able to do so. Upon success, enter the final wfi |
| 206 | * which will power down this CPU. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 207 | */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 208 | rc = psci_do_cpu_off(target_pwrlvl); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 209 | |
Achin Gupta | 3140a9e | 2013-12-02 16:23:12 +0000 | [diff] [blame] | 210 | /* |
| 211 | * The only error cpu_off can return is E_DENIED. So check if that's |
| 212 | * indeed the case. |
| 213 | */ |
Soby Mathew | 24ab34f | 2016-05-03 17:11:42 +0100 | [diff] [blame] | 214 | assert(rc == PSCI_E_DENIED); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 215 | |
| 216 | return rc; |
| 217 | } |
| 218 | |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 219 | int psci_affinity_info(u_register_t target_affinity, |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 220 | unsigned int lowest_affinity_level) |
| 221 | { |
Deepika Bhavnani | 4287c0c | 2019-12-13 10:23:18 -0600 | [diff] [blame] | 222 | int ret; |
| 223 | unsigned int target_idx; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 224 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 225 | /* We dont support level higher than PSCI_CPU_PWR_LVL */ |
| 226 | if (lowest_affinity_level > PSCI_CPU_PWR_LVL) |
| 227 | return PSCI_E_INVALID_PARAMS; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 228 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 229 | /* Calculate the cpu index of the target */ |
Deepika Bhavnani | 4287c0c | 2019-12-13 10:23:18 -0600 | [diff] [blame] | 230 | ret = plat_core_pos_by_mpidr(target_affinity); |
| 231 | if (ret == -1) { |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 232 | return PSCI_E_INVALID_PARAMS; |
Deepika Bhavnani | 4287c0c | 2019-12-13 10:23:18 -0600 | [diff] [blame] | 233 | } |
| 234 | target_idx = (unsigned int)ret; |
Achin Gupta | 75f7367 | 2013-12-05 16:33:10 +0000 | [diff] [blame] | 235 | |
Roberto Vargas | 6dc8214 | 2017-11-13 08:24:07 +0000 | [diff] [blame] | 236 | /* |
| 237 | * Generic management: |
| 238 | * Perform cache maintanence ahead of reading the target CPU state to |
| 239 | * ensure that the data is not stale. |
| 240 | * There is a theoretical edge case where the cache may contain stale |
| 241 | * data for the target CPU data - this can occur under the following |
| 242 | * conditions: |
| 243 | * - the target CPU is in another cluster from the current |
| 244 | * - the target CPU was the last CPU to shutdown on its cluster |
| 245 | * - the cluster was removed from coherency as part of the CPU shutdown |
| 246 | * |
| 247 | * In this case the cache maintenace that was performed as part of the |
| 248 | * target CPUs shutdown was not seen by the current CPU's cluster. And |
| 249 | * so the cache may contain stale data for the target CPU. |
| 250 | */ |
Deepika Bhavnani | 4287c0c | 2019-12-13 10:23:18 -0600 | [diff] [blame] | 251 | flush_cpu_data_by_index(target_idx, |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 252 | psci_svc_cpu_data.aff_info_state); |
Roberto Vargas | 6dc8214 | 2017-11-13 08:24:07 +0000 | [diff] [blame] | 253 | |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 254 | return psci_get_aff_info_state_by_idx(target_idx); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 255 | } |
| 256 | |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 257 | int psci_migrate(u_register_t target_cpu) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 258 | { |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 259 | int rc; |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 260 | u_register_t resident_cpu_mpidr; |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 261 | |
| 262 | rc = psci_spd_migrate_info(&resident_cpu_mpidr); |
| 263 | if (rc != PSCI_TOS_UP_MIG_CAP) |
| 264 | return (rc == PSCI_TOS_NOT_UP_MIG_CAP) ? |
| 265 | PSCI_E_DENIED : PSCI_E_NOT_SUPPORTED; |
| 266 | |
| 267 | /* |
| 268 | * Migrate should only be invoked on the CPU where |
| 269 | * the Secure OS is resident. |
| 270 | */ |
| 271 | if (resident_cpu_mpidr != read_mpidr_el1()) |
| 272 | return PSCI_E_NOT_PRESENT; |
| 273 | |
| 274 | /* Check the validity of the specified target cpu */ |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 275 | rc = psci_validate_mpidr(target_cpu); |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 276 | if (rc != PSCI_E_SUCCESS) |
| 277 | return PSCI_E_INVALID_PARAMS; |
| 278 | |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 279 | assert((psci_spd_pm != NULL) && (psci_spd_pm->svc_migrate != NULL)); |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 280 | |
| 281 | rc = psci_spd_pm->svc_migrate(read_mpidr_el1(), target_cpu); |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 282 | assert((rc == PSCI_E_SUCCESS) || (rc == PSCI_E_INTERN_FAIL)); |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 283 | |
| 284 | return rc; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 285 | } |
| 286 | |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 287 | int psci_migrate_info_type(void) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 288 | { |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 289 | u_register_t resident_cpu_mpidr; |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 290 | |
| 291 | return psci_spd_migrate_info(&resident_cpu_mpidr); |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 292 | } |
| 293 | |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 294 | u_register_t psci_migrate_info_up_cpu(void) |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 295 | { |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 296 | u_register_t resident_cpu_mpidr; |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 297 | int rc; |
| 298 | |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 299 | /* |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 300 | * Return value of this depends upon what |
| 301 | * psci_spd_migrate_info() returns. |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 302 | */ |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 303 | rc = psci_spd_migrate_info(&resident_cpu_mpidr); |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 304 | if ((rc != PSCI_TOS_NOT_UP_MIG_CAP) && (rc != PSCI_TOS_UP_MIG_CAP)) |
| 305 | return (u_register_t)(register_t) PSCI_E_INVALID_PARAMS; |
Soby Mathew | 110fe36 | 2014-10-23 10:35:34 +0100 | [diff] [blame] | 306 | |
| 307 | return resident_cpu_mpidr; |
Achin Gupta | 4f6ad66 | 2013-10-25 09:08:21 +0100 | [diff] [blame] | 308 | } |
| 309 | |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 310 | int psci_node_hw_state(u_register_t target_cpu, |
| 311 | unsigned int power_level) |
| 312 | { |
| 313 | int rc; |
| 314 | |
| 315 | /* Validate target_cpu */ |
| 316 | rc = psci_validate_mpidr(target_cpu); |
| 317 | if (rc != PSCI_E_SUCCESS) |
| 318 | return PSCI_E_INVALID_PARAMS; |
| 319 | |
| 320 | /* Validate power_level against PLAT_MAX_PWR_LVL */ |
| 321 | if (power_level > PLAT_MAX_PWR_LVL) |
| 322 | return PSCI_E_INVALID_PARAMS; |
| 323 | |
| 324 | /* |
| 325 | * Dispatch this call to platform to query power controller, and pass on |
| 326 | * to the caller what it returns |
| 327 | */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 328 | assert(psci_plat_pm_ops->get_node_hw_state != NULL); |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 329 | rc = psci_plat_pm_ops->get_node_hw_state(target_cpu, power_level); |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 330 | assert(((rc >= HW_ON) && (rc <= HW_STANDBY)) |
| 331 | || (rc == PSCI_E_NOT_SUPPORTED) |
| 332 | || (rc == PSCI_E_INVALID_PARAMS)); |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 333 | return rc; |
| 334 | } |
| 335 | |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 336 | int psci_features(unsigned int psci_fid) |
| 337 | { |
Soby Mathew | 011ca18 | 2015-07-29 17:05:03 +0100 | [diff] [blame] | 338 | unsigned int local_caps = psci_caps; |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 339 | |
Dimitris Papastamos | a65841a | 2018-01-22 12:58:52 +0000 | [diff] [blame] | 340 | if (psci_fid == SMCCC_VERSION) |
| 341 | return PSCI_E_SUCCESS; |
| 342 | |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 343 | /* Check if it is a 64 bit function */ |
| 344 | if (((psci_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_64) |
| 345 | local_caps &= PSCI_CAP_64BIT_MASK; |
| 346 | |
| 347 | /* Check for invalid fid */ |
| 348 | if (!(is_std_svc_call(psci_fid) && is_valid_fast_smc(psci_fid) |
| 349 | && is_psci_fid(psci_fid))) |
| 350 | return PSCI_E_NOT_SUPPORTED; |
| 351 | |
| 352 | |
| 353 | /* Check if the psci fid is supported or not */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 354 | if ((local_caps & define_psci_cap(psci_fid)) == 0U) |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 355 | return PSCI_E_NOT_SUPPORTED; |
| 356 | |
| 357 | /* Format the feature flags */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 358 | if ((psci_fid == PSCI_CPU_SUSPEND_AARCH32) || |
| 359 | (psci_fid == PSCI_CPU_SUSPEND_AARCH64)) { |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 360 | /* |
Soby Mathew | 981487a | 2015-07-13 14:10:57 +0100 | [diff] [blame] | 361 | * The trusted firmware does not support OS Initiated Mode. |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 362 | */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 363 | unsigned int ret = ((FF_PSTATE << FF_PSTATE_SHIFT) | |
| 364 | (((FF_SUPPORTS_OS_INIT_MODE == 1U) ? 0U : 1U) |
| 365 | << FF_MODE_SUPPORT_SHIFT)); |
| 366 | return (int) ret; |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 367 | } |
| 368 | |
| 369 | /* Return 0 for all other fid's */ |
| 370 | return PSCI_E_SUCCESS; |
| 371 | } |
| 372 | |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 373 | /******************************************************************************* |
| 374 | * PSCI top level handler for servicing SMCs. |
| 375 | ******************************************************************************/ |
Soby Mathew | d019487 | 2016-04-29 19:01:30 +0100 | [diff] [blame] | 376 | u_register_t psci_smc_handler(uint32_t smc_fid, |
Soby Mathew | a0fedc4 | 2016-06-16 14:52:04 +0100 | [diff] [blame] | 377 | u_register_t x1, |
| 378 | u_register_t x2, |
| 379 | u_register_t x3, |
| 380 | u_register_t x4, |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 381 | void *cookie, |
| 382 | void *handle, |
Soby Mathew | a0fedc4 | 2016-06-16 14:52:04 +0100 | [diff] [blame] | 383 | u_register_t flags) |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 384 | { |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 385 | u_register_t ret; |
| 386 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 387 | if (is_caller_secure(flags)) |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 388 | return (u_register_t)SMC_UNK; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 389 | |
Soby Mathew | 61e615b | 2015-01-15 11:49:49 +0000 | [diff] [blame] | 390 | /* Check the fid against the capabilities */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 391 | if ((psci_caps & define_psci_cap(smc_fid)) == 0U) |
| 392 | return (u_register_t)SMC_UNK; |
Soby Mathew | 61e615b | 2015-01-15 11:49:49 +0000 | [diff] [blame] | 393 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 394 | if (((smc_fid >> FUNCID_CC_SHIFT) & FUNCID_CC_MASK) == SMC_32) { |
| 395 | /* 32-bit PSCI function, clear top parameter bits */ |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 396 | |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 397 | uint32_t r1 = (uint32_t)x1; |
| 398 | uint32_t r2 = (uint32_t)x2; |
| 399 | uint32_t r3 = (uint32_t)x3; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 400 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 401 | switch (smc_fid) { |
| 402 | case PSCI_VERSION: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 403 | ret = (u_register_t)psci_version(); |
| 404 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 405 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 406 | case PSCI_CPU_OFF: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 407 | ret = (u_register_t)psci_cpu_off(); |
| 408 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 409 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 410 | case PSCI_CPU_SUSPEND_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 411 | ret = (u_register_t)psci_cpu_suspend(r1, r2, r3); |
| 412 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 413 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 414 | case PSCI_CPU_ON_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 415 | ret = (u_register_t)psci_cpu_on(r1, r2, r3); |
| 416 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 417 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 418 | case PSCI_AFFINITY_INFO_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 419 | ret = (u_register_t)psci_affinity_info(r1, r2); |
| 420 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 421 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 422 | case PSCI_MIG_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 423 | ret = (u_register_t)psci_migrate(r1); |
| 424 | break; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 425 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 426 | case PSCI_MIG_INFO_TYPE: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 427 | ret = (u_register_t)psci_migrate_info_type(); |
| 428 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 429 | |
| 430 | case PSCI_MIG_INFO_UP_CPU_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 431 | ret = psci_migrate_info_up_cpu(); |
| 432 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 433 | |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 434 | case PSCI_NODE_HW_STATE_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 435 | ret = (u_register_t)psci_node_hw_state(r1, r2); |
| 436 | break; |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 437 | |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 438 | case PSCI_SYSTEM_SUSPEND_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 439 | ret = (u_register_t)psci_system_suspend(r1, r2); |
| 440 | break; |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 441 | |
Juan Castillo | 4dc4a47 | 2014-08-12 11:17:06 +0100 | [diff] [blame] | 442 | case PSCI_SYSTEM_OFF: |
| 443 | psci_system_off(); |
| 444 | /* We should never return from psci_system_off() */ |
Jonathan Wright | de70183 | 2018-03-13 17:45:42 +0000 | [diff] [blame] | 445 | break; |
Juan Castillo | 4dc4a47 | 2014-08-12 11:17:06 +0100 | [diff] [blame] | 446 | |
| 447 | case PSCI_SYSTEM_RESET: |
| 448 | psci_system_reset(); |
| 449 | /* We should never return from psci_system_reset() */ |
Jonathan Wright | de70183 | 2018-03-13 17:45:42 +0000 | [diff] [blame] | 450 | break; |
Juan Castillo | 4dc4a47 | 2014-08-12 11:17:06 +0100 | [diff] [blame] | 451 | |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 452 | case PSCI_FEATURES: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 453 | ret = (u_register_t)psci_features(r1); |
| 454 | break; |
Soby Mathew | 6cdddaf | 2015-01-07 11:10:22 +0000 | [diff] [blame] | 455 | |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 456 | #if ENABLE_PSCI_STAT |
| 457 | case PSCI_STAT_RESIDENCY_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 458 | ret = psci_stat_residency(r1, r2); |
| 459 | break; |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 460 | |
| 461 | case PSCI_STAT_COUNT_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 462 | ret = psci_stat_count(r1, r2); |
| 463 | break; |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 464 | #endif |
Roberto Vargas | 0a4c261 | 2017-08-03 08:16:16 +0100 | [diff] [blame] | 465 | case PSCI_MEM_PROTECT: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 466 | ret = psci_mem_protect(r1); |
| 467 | break; |
Roberto Vargas | 0a4c261 | 2017-08-03 08:16:16 +0100 | [diff] [blame] | 468 | |
| 469 | case PSCI_MEM_CHK_RANGE_AARCH32: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 470 | ret = psci_mem_chk_range(r1, r2); |
| 471 | break; |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 472 | |
Roberto Vargas | b820ad0 | 2017-07-26 09:23:09 +0100 | [diff] [blame] | 473 | case PSCI_SYSTEM_RESET2_AARCH32: |
| 474 | /* We should never return from psci_system_reset2() */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 475 | ret = psci_system_reset2(r1, r2); |
| 476 | break; |
Roberto Vargas | b820ad0 | 2017-07-26 09:23:09 +0100 | [diff] [blame] | 477 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 478 | default: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 479 | WARN("Unimplemented PSCI Call: 0x%x\n", smc_fid); |
| 480 | ret = (u_register_t)SMC_UNK; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 481 | break; |
| 482 | } |
| 483 | } else { |
| 484 | /* 64-bit PSCI function */ |
| 485 | |
| 486 | switch (smc_fid) { |
| 487 | case PSCI_CPU_SUSPEND_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 488 | ret = (u_register_t) |
| 489 | psci_cpu_suspend((unsigned int)x1, x2, x3); |
| 490 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 491 | |
| 492 | case PSCI_CPU_ON_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 493 | ret = (u_register_t)psci_cpu_on(x1, x2, x3); |
| 494 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 495 | |
| 496 | case PSCI_AFFINITY_INFO_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 497 | ret = (u_register_t) |
| 498 | psci_affinity_info(x1, (unsigned int)x2); |
| 499 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 500 | |
| 501 | case PSCI_MIG_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 502 | ret = (u_register_t)psci_migrate(x1); |
| 503 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 504 | |
| 505 | case PSCI_MIG_INFO_UP_CPU_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 506 | ret = psci_migrate_info_up_cpu(); |
| 507 | break; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 508 | |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 509 | case PSCI_NODE_HW_STATE_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 510 | ret = (u_register_t)psci_node_hw_state( |
| 511 | x1, (unsigned int) x2); |
| 512 | break; |
Jeenu Viswambharan | 7f03e9d9 | 2016-08-03 15:54:50 +0100 | [diff] [blame] | 513 | |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 514 | case PSCI_SYSTEM_SUSPEND_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 515 | ret = (u_register_t)psci_system_suspend(x1, x2); |
| 516 | break; |
Soby Mathew | 9616838 | 2014-12-17 14:47:57 +0000 | [diff] [blame] | 517 | |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 518 | #if ENABLE_PSCI_STAT |
| 519 | case PSCI_STAT_RESIDENCY_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 520 | ret = psci_stat_residency(x1, (unsigned int) x2); |
| 521 | break; |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 522 | |
| 523 | case PSCI_STAT_COUNT_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 524 | ret = psci_stat_count(x1, (unsigned int) x2); |
| 525 | break; |
Yatharth Kochar | 241ec6c | 2016-05-09 18:26:35 +0100 | [diff] [blame] | 526 | #endif |
| 527 | |
Roberto Vargas | 0a4c261 | 2017-08-03 08:16:16 +0100 | [diff] [blame] | 528 | case PSCI_MEM_CHK_RANGE_AARCH64: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 529 | ret = psci_mem_chk_range(x1, x2); |
| 530 | break; |
Roberto Vargas | 0a4c261 | 2017-08-03 08:16:16 +0100 | [diff] [blame] | 531 | |
Roberto Vargas | b820ad0 | 2017-07-26 09:23:09 +0100 | [diff] [blame] | 532 | case PSCI_SYSTEM_RESET2_AARCH64: |
| 533 | /* We should never return from psci_system_reset2() */ |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 534 | ret = psci_system_reset2((uint32_t) x1, x2); |
| 535 | break; |
Roberto Vargas | 0a4c261 | 2017-08-03 08:16:16 +0100 | [diff] [blame] | 536 | |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 537 | default: |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 538 | WARN("Unimplemented PSCI Call: 0x%x\n", smc_fid); |
| 539 | ret = (u_register_t)SMC_UNK; |
Andrew Thoelke | 89a3c84 | 2014-06-10 16:37:37 +0100 | [diff] [blame] | 540 | break; |
| 541 | } |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 542 | } |
| 543 | |
Antonio Nino Diaz | 78a95a6 | 2018-07-17 15:10:08 +0100 | [diff] [blame] | 544 | return ret; |
Jeenu Viswambharan | caa8493 | 2014-02-06 10:36:15 +0000 | [diff] [blame] | 545 | } |