CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API
authorSoby Mathew <soby.mathew@arm.com>
Fri, 9 Dec 2016 15:23:08 +0000 (15:23 +0000)
committerSoby Mathew <soby.mathew@arm.com>
Mon, 24 Apr 2017 11:05:39 +0000 (12:05 +0100)
commitabd2aba99ef108e0d0bb5d71c0b6e9c47ca26377
treee46a89121c9d8170797931573dcf47d43653a707
parent3fb340a2b45740d7233490ac9801d530403529e7
CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API

The CSS power management layer previously allowed to suspend system
power domain level via both PSCI CPU_SUSPEND and PSCI SYSTEM_SUSPEND
APIs. System suspend via PSCI CPU_SUSPEND was always problematic to
support because of issues with targeting wakeup interrupts to
suspended cores before the per-cpu GIC initialization is done. This
is not the case for PSCI SYSTEM_SUSPEND API because all the other
cores are expected to be offlined prior to issuing system suspend and
PSCI CPU_ON explicit calls will be made to power them on. Hence the Juno
platform used to downgrade the PSCI CPU_SUSPEND request for system
power domain level to cluster level by overriding the default
`plat_psci_pm_ops` exported by CSS layer.

Given the direction the new CSS platforms are evolving, it is best to
limit the system suspend only via PSCI SYSTEM_SUSPEND API for all
CSS platforms. This patch makes changes to allow system suspend
only via PSCI SYSTEM_SUSPEND API. The override of `plat_psci_ops`
for Juno is removed.

Change-Id: Idb30eaad04890dd46074e9e888caeedc50a4b533
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
include/plat/arm/css/common/css_pm.h
plat/arm/board/juno/juno_pm.c [deleted file]
plat/arm/board/juno/platform.mk
plat/arm/css/common/css_pm.c