]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(tegra): implement 'pwr_domain_off_early' handler
authorVarun Wadekar <vwadekar@nvidia.com>
Tue, 25 Apr 2023 13:58:33 +0000 (14:58 +0100)
committerVarun Wadekar <vwadekar@nvidia.com>
Wed, 26 Apr 2023 18:52:50 +0000 (20:52 +0200)
commit96d07af402a5d191b7d1200a75c1b206f21cc395
tree9cfa3788a28f4cbbea3bcaac8fead0df67a3f95a
parent6cf4ae979a5f8be23927b97ecfe789dabcb53dbd
feat(tegra): implement 'pwr_domain_off_early' handler

This patch implements the pwr_domain_off_early handler for
Tegra platforms.

Powering off the boot core on some Tegra platforms is not
allowed and the SOC specific helper functions for Tegra194,
Tegra210 and Tegra186 implement this restriction.

Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Change-Id: I9d06e0eee12314764adb0422e023a5bec6ed9c1e
plat/nvidia/tegra/common/aarch64/tegra_helpers.S
plat/nvidia/tegra/common/tegra_pm.c
plat/nvidia/tegra/include/platform_def.h
plat/nvidia/tegra/include/tegra_private.h
plat/nvidia/tegra/soc/t186/plat_psci_handlers.c
plat/nvidia/tegra/soc/t194/plat_psci_handlers.c
plat/nvidia/tegra/soc/t210/plat_psci_handlers.c