synquacer: Enable PSCI framework
authorSumit Garg <sumit.garg@linaro.org>
Fri, 15 Jun 2018 09:59:02 +0000 (15:29 +0530)
committerSumit Garg <sumit.garg@linaro.org>
Thu, 21 Jun 2018 06:02:54 +0000 (11:32 +0530)
commit753701ccb07d5e58a63535b05baa2f041e9566e1
tree309a9471f613835deae7223a47226aad8f3ad3ae
parentcfe19f85c9f0e8634e841e584c3b8772cdd5a41e
synquacer: Enable PSCI framework

PSCI framework uses SCPI driver to communicate to SCP firmware for
various power management operations. Following PSCI operations are
supported:
- CPU ON
- CPU OFF
- CPU STANDBY
- SYSTEM RESET
- SYSTEM OFF

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
plat/socionext/synquacer/include/platform_def.h
plat/socionext/synquacer/sq_psci.c [new file with mode: 0644]