]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour
authorBoyan Karatotev <boyan.karatotev@arm.com>
Wed, 5 Oct 2022 12:41:56 +0000 (13:41 +0100)
committerBoyan Karatotev <boyan.karatotev@arm.com>
Thu, 27 Oct 2022 12:46:02 +0000 (13:46 +0100)
commit028c4e42d8f632d40081b88f66d0d05c7d7c9b23
tree82588a5c2e8e6ab31375f3faf057dc20dca14fd2
parentcf58b2d41cb0d24239b98de98264b31690711549
fix(rpi3): tighten platform pwr_domain_pwr_down_wfi behaviour

Platforms which implement pwr_domain_pwr_down_wfi differ substantially
in behaviour. However, different cpus require similar sequences to power
down. This patch tightens the behaviour of these platforms to end on a
wfi loop after performing platform power down. This is required so that
platforms behave more consistently on power down, in cases where the wfi
can fall through.

Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ie29bd3a5e654780bacb4e07a6d123ac6d2467c1f
docs/getting_started/porting-guide.rst
plat/rpi/common/rpi3_pm.c