blob: 333d89288a6b99f62bc794367fbfd2bd8c7a0735 [file] [log] [blame]
Achin Gupta4f6ad662013-10-25 09:08:21 +01001/*
Zelalem87675d42020-02-03 14:56:42 -06002 * Copyright (c) 2013-2020, ARM Limited and Contributors. All rights reserved.
Achin Gupta4f6ad662013-10-25 09:08:21 +01003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Achin Gupta4f6ad662013-10-25 09:08:21 +01005 */
6
Dan Handley2bd4ef22014-04-09 13:14:54 +01007#include <assert.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +00008
9#include <arch_helpers.h>
10#include <common/debug.h>
11#include <drivers/arm/gicv3.h>
Antonio Nino Diazf13d09a2019-01-23 21:50:09 +000012#include <drivers/arm/fvp/fvp_pwrc.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000013#include <lib/extensions/spe.h>
14#include <lib/mmio.h>
15#include <lib/psci/psci.h>
Antonio Nino Diazbd7b7402019-01-25 14:30:04 +000016#include <plat/arm/common/arm_config.h>
17#include <plat/arm/common/plat_arm.h>
Antonio Nino Diaza320ecd2019-01-15 14:19:50 +000018#include <platform_def.h>
Antonio Nino Diaze0f90632018-12-14 00:18:21 +000019
Dan Handleyed6ff952014-05-14 17:44:19 +010020#include "fvp_private.h"
Ambroise Vincentb237bca2019-02-13 15:58:00 +000021#include "../drivers/arm/gic/v3/gicv3_private.h"
Achin Gupta4f6ad662013-10-25 09:08:21 +010022
Dan Handley2b6b5742015-03-19 19:17:53 +000023
Soby Mathew7799cf72015-04-16 14:49:09 +010024#if ARM_RECOM_STATE_ID_ENC
25/*
26 * The table storing the valid idle power states. Ensure that the
27 * array entries are populated in ascending order of state-id to
28 * enable us to use binary search during power state validation.
29 * The table must be terminated by a NULL entry.
30 */
31const unsigned int arm_pm_idle_states[] = {
32 /* State-id - 0x01 */
33 arm_make_pwrstate_lvl1(ARM_LOCAL_STATE_RUN, ARM_LOCAL_STATE_RET,
34 ARM_PWR_LVL0, PSTATE_TYPE_STANDBY),
35 /* State-id - 0x02 */
36 arm_make_pwrstate_lvl1(ARM_LOCAL_STATE_RUN, ARM_LOCAL_STATE_OFF,
37 ARM_PWR_LVL0, PSTATE_TYPE_POWERDOWN),
38 /* State-id - 0x22 */
39 arm_make_pwrstate_lvl1(ARM_LOCAL_STATE_OFF, ARM_LOCAL_STATE_OFF,
40 ARM_PWR_LVL1, PSTATE_TYPE_POWERDOWN),
Soby Mathew9ca28062017-10-11 16:08:58 +010041 /* State-id - 0x222 */
42 arm_make_pwrstate_lvl2(ARM_LOCAL_STATE_OFF, ARM_LOCAL_STATE_OFF,
43 ARM_LOCAL_STATE_OFF, ARM_PWR_LVL2, PSTATE_TYPE_POWERDOWN),
Soby Mathew7799cf72015-04-16 14:49:09 +010044 0,
45};
46#endif
47
Achin Gupta4f6ad662013-10-25 09:08:21 +010048/*******************************************************************************
Achin Gupta85876392014-07-31 17:45:51 +010049 * Function which implements the common FVP specific operations to power down a
Achin Gupta85876392014-07-31 17:45:51 +010050 * cluster in response to a CPU_OFF or CPU_SUSPEND request.
51 ******************************************************************************/
Sandrine Bailleuxa64a8542015-03-05 10:54:34 +000052static void fvp_cluster_pwrdwn_common(void)
Achin Gupta85876392014-07-31 17:45:51 +010053{
54 uint64_t mpidr = read_mpidr_el1();
55
dp-armee3457b2017-05-23 09:32:49 +010056#if ENABLE_SPE_FOR_LOWER_ELS
57 /*
58 * On power down we need to disable statistical profiling extensions
59 * before exiting coherency.
60 */
Dimitris Papastamos5bdbb472017-10-13 12:06:06 +010061 spe_disable();
dp-armee3457b2017-05-23 09:32:49 +010062#endif
63
Achin Gupta85876392014-07-31 17:45:51 +010064 /* Disable coherency if this cluster is to be turned off */
Vikram Kanigirifbb13012016-02-15 11:54:14 +000065 fvp_interconnect_disable();
Achin Gupta85876392014-07-31 17:45:51 +010066
Madhukar Pappireddy90d65322019-10-30 14:24:39 -050067#if HW_ASSISTED_COHERENCY
68 uint32_t reg;
69
70 /*
71 * If we have determined this core to be the last man standing and we
72 * intend to power down the cluster proactively, we provide a hint to
73 * the power controller that cluster power is not required when all
74 * cores are powered down.
75 * Note that this is only an advisory to power controller and is supported
76 * by SoCs with DynamIQ Shared Units only.
77 */
78 reg = read_clusterpwrdn();
79
80 /* Clear and set bit 0 : Cluster power not required */
81 reg &= ~DSU_CLUSTER_PWR_MASK;
82 reg |= DSU_CLUSTER_PWR_OFF;
83 write_clusterpwrdn(reg);
84#endif
85
Achin Gupta85876392014-07-31 17:45:51 +010086 /* Program the power controller to turn the cluster off */
87 fvp_pwrc_write_pcoffr(mpidr);
88}
89
Soby Mathew9ca28062017-10-11 16:08:58 +010090/*
91 * Empty implementation of these hooks avoid setting the GICR_WAKER.Sleep bit
92 * on ARM GICv3 implementations on FVP. This is required, because FVP does not
93 * support SYSTEM_SUSPEND and it is `faked` in firmware. Hence, for wake up
94 * from `fake` system suspend the GIC must not be powered off.
95 */
Roberto Vargas1a6eed32018-02-12 12:36:17 +000096void arm_gicv3_distif_pre_save(unsigned int rdist_proc_num)
Soby Mathew9ca28062017-10-11 16:08:58 +010097{}
98
Roberto Vargas1a6eed32018-02-12 12:36:17 +000099void arm_gicv3_distif_post_restore(unsigned int rdist_proc_num)
Soby Mathew9ca28062017-10-11 16:08:58 +0100100{}
101
Soby Mathew12012dd2015-10-26 14:01:53 +0000102static void fvp_power_domain_on_finish_common(const psci_power_state_t *target_state)
103{
104 unsigned long mpidr;
105
106 assert(target_state->pwr_domain_state[ARM_PWR_LVL0] ==
107 ARM_LOCAL_STATE_OFF);
108
109 /* Get the mpidr for this cpu */
110 mpidr = read_mpidr_el1();
111
112 /* Perform the common cluster specific operations */
113 if (target_state->pwr_domain_state[ARM_PWR_LVL1] ==
114 ARM_LOCAL_STATE_OFF) {
115 /*
116 * This CPU might have woken up whilst the cluster was
117 * attempting to power down. In this case the FVP power
118 * controller will have a pending cluster power off request
119 * which needs to be cleared by writing to the PPONR register.
120 * This prevents the power controller from interpreting a
121 * subsequent entry of this cpu into a simple wfi as a power
122 * down request.
123 */
124 fvp_pwrc_write_pponr(mpidr);
125
126 /* Enable coherency if this cluster was off */
Vikram Kanigirifbb13012016-02-15 11:54:14 +0000127 fvp_interconnect_enable();
Soby Mathew12012dd2015-10-26 14:01:53 +0000128 }
Soby Mathew9ca28062017-10-11 16:08:58 +0100129 /* Perform the common system specific operations */
130 if (target_state->pwr_domain_state[ARM_PWR_LVL2] ==
131 ARM_LOCAL_STATE_OFF)
132 arm_system_pwr_domain_resume();
Soby Mathew12012dd2015-10-26 14:01:53 +0000133
134 /*
135 * Clear PWKUPR.WEN bit to ensure interrupts do not interfere
136 * with a cpu power down unless the bit is set again
137 */
138 fvp_pwrc_clr_wen(mpidr);
139}
140
141
Achin Gupta85876392014-07-31 17:45:51 +0100142/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100143 * FVP handler called when a CPU is about to enter standby.
Vikram Kanigiri3b7c59b2014-03-21 11:57:10 +0000144 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000145static void fvp_cpu_standby(plat_local_state_t cpu_state)
Vikram Kanigiri3b7c59b2014-03-21 11:57:10 +0000146{
Soby Mathewfec4eb72015-07-01 16:16:20 +0100147
148 assert(cpu_state == ARM_LOCAL_STATE_RET);
149
Andrew Thoelke42e75a72014-04-28 12:28:39 +0100150 /*
151 * Enter standby state
152 * dsb is good practice before using wfi to enter low power states
153 */
154 dsb();
Vikram Kanigiri3b7c59b2014-03-21 11:57:10 +0000155 wfi();
Vikram Kanigiri3b7c59b2014-03-21 11:57:10 +0000156}
157
158/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100159 * FVP handler called when a power domain is about to be turned on. The
160 * mpidr determines the CPU to be turned on.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100161 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000162static int fvp_pwr_domain_on(u_register_t mpidr)
Achin Gupta4f6ad662013-10-25 09:08:21 +0100163{
164 int rc = PSCI_E_SUCCESS;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100165 unsigned int psysr;
166
Achin Gupta4f6ad662013-10-25 09:08:21 +0100167 /*
Sandrine Bailleux7175bde2015-12-08 14:18:24 +0000168 * Ensure that we do not cancel an inflight power off request for the
169 * target cpu. That would leave it in a zombie wfi. Wait for it to power
170 * off and then program the power controller to turn that CPU on.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100171 */
172 do {
173 psysr = fvp_pwrc_read_psysr(mpidr);
Sathees Balya50905c72018-10-05 13:30:59 +0100174 } while ((psysr & PSYSR_AFF_L0) != 0U);
Achin Gupta4f6ad662013-10-25 09:08:21 +0100175
Achin Gupta4f6ad662013-10-25 09:08:21 +0100176 fvp_pwrc_write_pponr(mpidr);
Achin Gupta4f6ad662013-10-25 09:08:21 +0100177 return rc;
178}
179
180/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100181 * FVP handler called when a power domain is about to be turned off. The
182 * target_state encodes the power state that each level should transition to.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100183 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000184static void fvp_pwr_domain_off(const psci_power_state_t *target_state)
Achin Gupta4f6ad662013-10-25 09:08:21 +0100185{
Soby Mathewfec4eb72015-07-01 16:16:20 +0100186 assert(target_state->pwr_domain_state[ARM_PWR_LVL0] ==
187 ARM_LOCAL_STATE_OFF);
Achin Gupta4f6ad662013-10-25 09:08:21 +0100188
Achin Gupta85876392014-07-31 17:45:51 +0100189 /*
Soby Mathewfec4eb72015-07-01 16:16:20 +0100190 * If execution reaches this stage then this power domain will be
191 * suspended. Perform at least the cpu specific actions followed
192 * by the cluster specific operations if applicable.
Achin Gupta85876392014-07-31 17:45:51 +0100193 */
Jeenu Viswambharan6ad35482016-12-09 11:14:34 +0000194
195 /* Prevent interrupts from spuriously waking up this cpu */
196 plat_arm_gic_cpuif_disable();
197
198 /* Turn redistributor off */
199 plat_arm_gic_redistif_off();
200
201 /* Program the power controller to power off this cpu. */
202 fvp_pwrc_write_ppoffr(read_mpidr_el1());
Achin Gupta4f6ad662013-10-25 09:08:21 +0100203
Soby Mathewfec4eb72015-07-01 16:16:20 +0100204 if (target_state->pwr_domain_state[ARM_PWR_LVL1] ==
205 ARM_LOCAL_STATE_OFF)
Achin Gupta85876392014-07-31 17:45:51 +0100206 fvp_cluster_pwrdwn_common();
Achin Gupta4f6ad662013-10-25 09:08:21 +0100207
Achin Gupta4f6ad662013-10-25 09:08:21 +0100208}
209
210/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100211 * FVP handler called when a power domain is about to be suspended. The
212 * target_state encodes the power state that each level should transition to.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100213 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000214static void fvp_pwr_domain_suspend(const psci_power_state_t *target_state)
Achin Gupta4f6ad662013-10-25 09:08:21 +0100215{
Soby Mathewffb4ab12014-09-26 15:08:52 +0100216 unsigned long mpidr;
217
Soby Mathewfec4eb72015-07-01 16:16:20 +0100218 /*
219 * FVP has retention only at cpu level. Just return
220 * as nothing is to be done for retention.
221 */
222 if (target_state->pwr_domain_state[ARM_PWR_LVL0] ==
223 ARM_LOCAL_STATE_RET)
Soby Mathew74e52a72014-10-02 16:56:51 +0100224 return;
Achin Gupta4f6ad662013-10-25 09:08:21 +0100225
Soby Mathewfec4eb72015-07-01 16:16:20 +0100226 assert(target_state->pwr_domain_state[ARM_PWR_LVL0] ==
227 ARM_LOCAL_STATE_OFF);
228
Soby Mathewffb4ab12014-09-26 15:08:52 +0100229 /* Get the mpidr for this cpu */
230 mpidr = read_mpidr_el1();
231
Achin Gupta85876392014-07-31 17:45:51 +0100232 /* Program the power controller to enable wakeup interrupts. */
233 fvp_pwrc_set_wen(mpidr);
Achin Gupta4f6ad662013-10-25 09:08:21 +0100234
Jeenu Viswambharan6ad35482016-12-09 11:14:34 +0000235 /* Prevent interrupts from spuriously waking up this cpu */
236 plat_arm_gic_cpuif_disable();
237
238 /*
239 * The Redistributor is not powered off as it can potentially prevent
240 * wake up events reaching the CPUIF and/or might lead to losing
241 * register context.
242 */
243
Achin Gupta85876392014-07-31 17:45:51 +0100244 /* Perform the common cluster specific operations */
Soby Mathewfec4eb72015-07-01 16:16:20 +0100245 if (target_state->pwr_domain_state[ARM_PWR_LVL1] ==
246 ARM_LOCAL_STATE_OFF)
Achin Gupta85876392014-07-31 17:45:51 +0100247 fvp_cluster_pwrdwn_common();
Soby Mathew9ca28062017-10-11 16:08:58 +0100248
249 /* Perform the common system specific operations */
250 if (target_state->pwr_domain_state[ARM_PWR_LVL2] ==
251 ARM_LOCAL_STATE_OFF)
252 arm_system_pwr_domain_save();
253
254 /* Program the power controller to power off this cpu. */
255 fvp_pwrc_write_ppoffr(read_mpidr_el1());
Achin Gupta4f6ad662013-10-25 09:08:21 +0100256}
257
258/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100259 * FVP handler called when a power domain has just been powered on after
260 * being turned off earlier. The target_state encodes the low power state that
261 * each level has woken up from.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100262 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000263static void fvp_pwr_domain_on_finish(const psci_power_state_t *target_state)
Achin Gupta4f6ad662013-10-25 09:08:21 +0100264{
Soby Mathew12012dd2015-10-26 14:01:53 +0000265 fvp_power_domain_on_finish_common(target_state);
Achin Gupta4f6ad662013-10-25 09:08:21 +0100266
Madhukar Pappireddy2859b7d2019-06-10 16:54:36 -0500267}
268
269/*******************************************************************************
270 * FVP handler called when a power domain has just been powered on and the cpu
271 * and its cluster are fully participating in coherent transaction on the
272 * interconnect. Data cache must be enabled for CPU at this point.
273 ******************************************************************************/
274static void fvp_pwr_domain_on_finish_late(const psci_power_state_t *target_state)
275{
276 /* Program GIC per-cpu distributor or re-distributor interface */
Achin Gupta1fa7eb62015-11-03 14:18:34 +0000277 plat_arm_gic_pcpu_init();
278
Madhukar Pappireddy2859b7d2019-06-10 16:54:36 -0500279 /* Enable GIC CPU interface */
Achin Gupta1fa7eb62015-11-03 14:18:34 +0000280 plat_arm_gic_cpuif_enable();
Achin Gupta4f6ad662013-10-25 09:08:21 +0100281}
282
283/*******************************************************************************
Soby Mathewfec4eb72015-07-01 16:16:20 +0100284 * FVP handler called when a power domain has just been powered on after
285 * having been suspended earlier. The target_state encodes the low power state
286 * that each level has woken up from.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100287 * TODO: At the moment we reuse the on finisher and reinitialize the secure
288 * context. Need to implement a separate suspend finisher.
289 ******************************************************************************/
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000290static void fvp_pwr_domain_suspend_finish(const psci_power_state_t *target_state)
Achin Gupta4f6ad662013-10-25 09:08:21 +0100291{
Soby Mathewfec4eb72015-07-01 16:16:20 +0100292 /*
293 * Nothing to be done on waking up from retention from CPU level.
294 */
295 if (target_state->pwr_domain_state[ARM_PWR_LVL0] ==
296 ARM_LOCAL_STATE_RET)
297 return;
298
Soby Mathew12012dd2015-10-26 14:01:53 +0000299 fvp_power_domain_on_finish_common(target_state);
300
Madhukar Pappireddy2859b7d2019-06-10 16:54:36 -0500301 /* Enable GIC CPU interface */
Achin Gupta1fa7eb62015-11-03 14:18:34 +0000302 plat_arm_gic_cpuif_enable();
Achin Gupta4f6ad662013-10-25 09:08:21 +0100303}
304
Juan Castillo4dc4a472014-08-12 11:17:06 +0100305/*******************************************************************************
306 * FVP handlers to shutdown/reboot the system
307 ******************************************************************************/
308static void __dead2 fvp_system_off(void)
309{
310 /* Write the System Configuration Control Register */
Dan Handley2b6b5742015-03-19 19:17:53 +0000311 mmio_write_32(V2M_SYSREGS_BASE + V2M_SYS_CFGCTRL,
312 V2M_CFGCTRL_START |
313 V2M_CFGCTRL_RW |
314 V2M_CFGCTRL_FUNC(V2M_FUNC_SHUTDOWN));
Juan Castillo4dc4a472014-08-12 11:17:06 +0100315 wfi();
316 ERROR("FVP System Off: operation not handled.\n");
317 panic();
318}
319
320static void __dead2 fvp_system_reset(void)
321{
322 /* Write the System Configuration Control Register */
Dan Handley2b6b5742015-03-19 19:17:53 +0000323 mmio_write_32(V2M_SYSREGS_BASE + V2M_SYS_CFGCTRL,
324 V2M_CFGCTRL_START |
325 V2M_CFGCTRL_RW |
326 V2M_CFGCTRL_FUNC(V2M_FUNC_REBOOT));
Juan Castillo4dc4a472014-08-12 11:17:06 +0100327 wfi();
328 ERROR("FVP System Reset: operation not handled.\n");
329 panic();
330}
Achin Gupta4f6ad662013-10-25 09:08:21 +0100331
Jeenu Viswambharan095529a2016-08-04 09:43:15 +0100332static int fvp_node_hw_state(u_register_t target_cpu,
333 unsigned int power_level)
334{
335 unsigned int psysr;
336 int ret;
337
338 /*
339 * The format of 'power_level' is implementation-defined, but 0 must
340 * mean a CPU. We also allow 1 to denote the cluster
341 */
Sathees Balya50905c72018-10-05 13:30:59 +0100342 if ((power_level != ARM_PWR_LVL0) && (power_level != ARM_PWR_LVL1))
Jeenu Viswambharan095529a2016-08-04 09:43:15 +0100343 return PSCI_E_INVALID_PARAMS;
344
345 /*
346 * Read the status of the given MPDIR from FVP power controller. The
347 * power controller only gives us on/off status, so map that to expected
348 * return values of the PSCI call
349 */
350 psysr = fvp_pwrc_read_psysr(target_cpu);
351 if (psysr == PSYSR_INVALID)
352 return PSCI_E_INVALID_PARAMS;
353
Jonathan Wrightff957ed2018-03-14 15:24:00 +0000354 if (power_level == ARM_PWR_LVL0) {
Sathees Balya50905c72018-10-05 13:30:59 +0100355 ret = ((psysr & PSYSR_AFF_L0) != 0U) ? HW_ON : HW_OFF;
Jonathan Wrightff957ed2018-03-14 15:24:00 +0000356 } else {
357 /* power_level == ARM_PWR_LVL1 */
Sathees Balya50905c72018-10-05 13:30:59 +0100358 ret = ((psysr & PSYSR_AFF_L1) != 0U) ? HW_ON : HW_OFF;
Jeenu Viswambharan095529a2016-08-04 09:43:15 +0100359 }
360
361 return ret;
362}
363
Soby Mathew9ca28062017-10-11 16:08:58 +0100364/*
365 * The FVP doesn't truly support power management at SYSTEM power domain. The
366 * SYSTEM_SUSPEND will be down-graded to the cluster level within the platform
367 * layer. The `fake` SYSTEM_SUSPEND allows us to validate some of the driver
368 * save and restore sequences on FVP.
369 */
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000370#if !ARM_BL31_IN_DRAM
371static void fvp_get_sys_suspend_power_state(psci_power_state_t *req_state)
Soby Mathew9ca28062017-10-11 16:08:58 +0100372{
373 unsigned int i;
374
375 for (i = ARM_PWR_LVL0; i <= PLAT_MAX_PWR_LVL; i++)
376 req_state->pwr_domain_state[i] = ARM_LOCAL_STATE_OFF;
377}
Roberto Vargas2ca18d92018-02-12 12:36:17 +0000378#endif
Soby Mathew9ca28062017-10-11 16:08:58 +0100379
Achin Gupta4f6ad662013-10-25 09:08:21 +0100380/*******************************************************************************
Soby Mathew9ca28062017-10-11 16:08:58 +0100381 * Handler to filter PSCI requests.
382 ******************************************************************************/
383/*
384 * The system power domain suspend is only supported only via
385 * PSCI SYSTEM_SUSPEND API. PSCI CPU_SUSPEND request to system power domain
386 * will be downgraded to the lower level.
387 */
388static int fvp_validate_power_state(unsigned int power_state,
389 psci_power_state_t *req_state)
390{
391 int rc;
392 rc = arm_validate_power_state(power_state, req_state);
393
394 /*
395 * Ensure that the system power domain level is never suspended
396 * via PSCI CPU SUSPEND API. Currently system suspend is only
397 * supported via PSCI SYSTEM SUSPEND API.
398 */
399 req_state->pwr_domain_state[ARM_PWR_LVL2] = ARM_LOCAL_STATE_RUN;
400 return rc;
401}
402
403/*
404 * Custom `translate_power_state_by_mpidr` handler for FVP. Unlike in the
405 * `fvp_validate_power_state`, we do not downgrade the system power
406 * domain level request in `power_state` as it will be used to query the
407 * PSCI_STAT_COUNT/RESIDENCY at the system power domain level.
408 */
409static int fvp_translate_power_state_by_mpidr(u_register_t mpidr,
410 unsigned int power_state,
411 psci_power_state_t *output_state)
412{
413 return arm_validate_power_state(power_state, output_state);
414}
415
416/*******************************************************************************
Soby Mathewfeac8fc2015-09-29 15:47:16 +0100417 * Export the platform handlers via plat_arm_psci_pm_ops. The ARM Standard
418 * platform layer will take care of registering the handlers with PSCI.
Achin Gupta4f6ad662013-10-25 09:08:21 +0100419 ******************************************************************************/
Soby Mathew0b4c5a32016-10-21 17:51:22 +0100420plat_psci_ops_t plat_arm_psci_pm_ops = {
Soby Mathewfec4eb72015-07-01 16:16:20 +0100421 .cpu_standby = fvp_cpu_standby,
422 .pwr_domain_on = fvp_pwr_domain_on,
423 .pwr_domain_off = fvp_pwr_domain_off,
424 .pwr_domain_suspend = fvp_pwr_domain_suspend,
425 .pwr_domain_on_finish = fvp_pwr_domain_on_finish,
Madhukar Pappireddy2859b7d2019-06-10 16:54:36 -0500426 .pwr_domain_on_finish_late = fvp_pwr_domain_on_finish_late,
Soby Mathewfec4eb72015-07-01 16:16:20 +0100427 .pwr_domain_suspend_finish = fvp_pwr_domain_suspend_finish,
Juan Castillo4dc4a472014-08-12 11:17:06 +0100428 .system_off = fvp_system_off,
Soby Mathew74e52a72014-10-02 16:56:51 +0100429 .system_reset = fvp_system_reset,
Soby Mathew9ca28062017-10-11 16:08:58 +0100430 .validate_power_state = fvp_validate_power_state,
Jeenu Viswambharan59424d82017-09-19 09:27:18 +0100431 .validate_ns_entrypoint = arm_validate_psci_entrypoint,
Soby Mathew9ca28062017-10-11 16:08:58 +0100432 .translate_power_state_by_mpidr = fvp_translate_power_state_by_mpidr,
Roberto Vargasa1c16b62017-08-03 09:16:43 +0100433 .get_node_hw_state = fvp_node_hw_state,
Antonio Nino Diaz0b6af832017-11-22 12:00:44 +0000434#if !ARM_BL31_IN_DRAM
435 /*
436 * The TrustZone Controller is set up during the warmboot sequence after
437 * resuming the CPU from a SYSTEM_SUSPEND. If BL31 is located in SRAM
438 * this is not a problem but, if it is in TZC-secured DRAM, it tries to
439 * reconfigure the same memory it is running on, causing an exception.
440 */
Soby Mathew9ca28062017-10-11 16:08:58 +0100441 .get_sys_suspend_power_state = fvp_get_sys_suspend_power_state,
Antonio Nino Diaz0b6af832017-11-22 12:00:44 +0000442#endif
Roberto Vargasa1c16b62017-08-03 09:16:43 +0100443 .mem_protect_chk = arm_psci_mem_protect_chk,
444 .read_mem_protect = arm_psci_read_mem_protect,
445 .write_mem_protect = arm_nor_psci_write_mem_protect,
Achin Gupta4f6ad662013-10-25 09:08:21 +0100446};
Chandni Cherukurie4bf6a02018-11-14 13:43:59 +0530447
448const plat_psci_ops_t *plat_arm_psci_override_pm_ops(plat_psci_ops_t *ops)
449{
450 return ops;
451}