]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(n1sdp): add platform-specific power domain functions
authorWerner Lewis <werner.lewis@arm.com>
Tue, 21 Feb 2023 14:40:12 +0000 (14:40 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Wed, 3 May 2023 15:01:12 +0000 (17:01 +0200)
commit5bdafc4099b446609965f9132e6c52a7bdeb9ac8
treeacd44d906c4baa162a1ad20b5f8323cd1770afe7
parent73ede2bf1914929f0842560f01b6d996d4196ef1
fix(n1sdp): add platform-specific power domain functions

Commit 4d8c18196378824e388cf31ef991ba8fbbb09cbf added a redistributor
power off to resolve an error on N1SDP/Morello. Prior to this fix,
turning off both cores in a cluster would cause a hang when powering
back on either core. This change introduced issues on other platforms
with a different GIC implementation, and was reverted in commit
60719e4e0965aead49d927f12bf2a37bd2629012.

This commit uses the previous fix in platform-specific implementations
of power domain off/suspend functions.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
Change-Id: I52c463646c494fe931ff4ce47afb940a56978fcd
plat/arm/board/n1sdp/n1sdp_bl31_setup.c
plat/arm/board/n1sdp/n1sdp_pm.c [new file with mode: 0644]
plat/arm/board/n1sdp/n1sdp_private.h [new file with mode: 0644]
plat/arm/board/n1sdp/platform.mk