]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(plat/arm/css): add per-cpu power down support for warm reset
authorPranav Madhu <pranav.madhu@arm.com>
Wed, 27 Jul 2022 07:19:24 +0000 (12:49 +0530)
committerPranav Madhu <pranav.madhu@arm.com>
Thu, 15 Sep 2022 12:39:56 +0000 (18:09 +0530)
commit158ed580bdf5736abfa9f16f61be1ca1609e0e41
tree27e7cffbaa8380ce1303cc1777a05accb1fe21da
parent5cf9cc130a90fd8c4503c57ec4af235b469fd473
feat(plat/arm/css): add per-cpu power down support for warm reset

Add a new function to setup a SGI interrupt that will be used to trigger
a request for per-cpu power down when executing the PSCI SYSTEM_RESET
request. This will be used on CSS platform that require all the CPUs to
execute the CPU specific power down sequence to complete a warm reboot
sequence in which only the CPUs are power cycled.

Change-Id: I80da0f6c3cd0c5c442c82239ba1e1f773821a7f5
Signed-off-by: Pranav Madhu <pranav.madhu@arm.com>
docs/plat/arm/arm-build-options.rst
include/plat/arm/css/common/css_pm.h
plat/arm/css/common/css_common.mk
plat/arm/css/common/css_pm.c