Lines Matching +full:boot +full:- +full:up
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-tegra/platsmp.c
26 #include <asm/mach-types.h>
50 * power-gated via the flow controller). This will have no in tegra20_boot_secondary()
51 * effect on first boot of the CPU since it should already be in tegra20_boot_secondary()
58 * power-gate the CPU this will cause the flow controller to in tegra20_boot_secondary()
80 * The power up sequence of cold boot CPU and warm boot CPU in tegra30_boot_secondary()
83 * For warm boot CPU that was resumed from CPU hotplug, the in tegra30_boot_secondary()
84 * power will be resumed automatically after un-halting the in tegra30_boot_secondary()
85 * flow controller of the warm boot CPU. We need to wait for in tegra30_boot_secondary()
88 * For cold boot CPU, do not wait. After the cold boot CPU be in tegra30_boot_secondary()
103 * The power status of the cold boot CPU is power gated as in tegra30_boot_secondary()
104 * default. To power up the cold boot CPU, the power should in tegra30_boot_secondary()
105 * be un-gated by un-toggling the power gate register in tegra30_boot_secondary()
137 * Warm boot flow in tegra114_boot_secondary()
147 * Cold boot flow in tegra114_boot_secondary()
148 * The CPU is powered up by toggling PMC directly. It will in tegra114_boot_secondary()
170 return -EINVAL; in tegra_boot_secondary()
175 /* Always mark the boot CPU (CPU0) as initialized. */ in tegra_smp_prepare_cpus()