arm-trusted-firmware/plat/nvidia/tegra/soc/t210
sumitg a45c3e9d81 Tegra210: trigger CPU0 hotplug power on using FC
Hotplug poweron is not working for boot CPU as it's being
triggerred using PMC and not with Flow Controller. This is
happening because "cpu_powergate_mask" is only getting set
for non-boot CPU's as the boot CPU's first bootup follows
different code path. The patch is marking a CPU as ON within
"cpu_powergate_mask" when turning its power domain on
during power on. This will ensure only first bootup on all
CPU's is using PMC and subsequent hotplug poweron will be
using Flow Controller.

Change-Id: Ie9e86e6f9a777d41508a93d2ce286f31307932c2
Signed-off-by: sumitg <sumitg@nvidia.com>
2020-03-21 19:00:05 -07:00
..
drivers/se Tegra210: SE: switch SE clock source to CLK_M 2020-03-18 17:47:17 -07:00
plat_psci_handlers.c Tegra210: trigger CPU0 hotplug power on using FC 2020-03-21 19:00:05 -07:00
plat_secondary.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
plat_setup.c Tegra210: support for secure physical timer 2020-03-11 13:40:07 -07:00
plat_sip_calls.c Tegra210: Remove "unsupported func ID" error msg 2020-03-11 13:40:07 -07:00
platform_t210.mk Tegra: include platform headers from individual makefiles 2020-03-21 19:00:05 -07:00