]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(morello): add platform-specific power domain functions
authorWerner Lewis <werner.lewis@arm.com>
Wed, 15 Feb 2023 16:03:27 +0000 (16:03 +0000)
committerManish Pandey <manish.pandey2@arm.com>
Wed, 3 May 2023 15:00:50 +0000 (17:00 +0200)
commit02a5bcb0bc3c8596894b6d0ec8c979b330db387a
tree18f6eeb6df47feafb4356ab56539423e72487311
parent73ede2bf1914929f0842560f01b6d996d4196ef1
fix(morello): 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: Ib7689a5e08ada3862406fa92019a6f0bcfb48d79
plat/arm/board/morello/morello_bl31_setup.c
plat/arm/board/morello/morello_pm.c [new file with mode: 0644]
plat/arm/board/morello/morello_private.h [new file with mode: 0644]
plat/arm/board/morello/platform.mk