summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv8/fsl-lsch3/mp.h
diff options
context:
space:
mode:
authorArnab Basu <arnab.basu@freescale.com>2015-01-06 13:18:41 -0800
committerYork Sun <yorksun@freescale.com>2015-02-24 13:08:28 -0800
commit60385d94e56513b50b87724fb9a3878ee5086da9 (patch)
treeed3cfc5ed8010de1ddafbf286d85bf535beda228 /arch/arm/cpu/armv8/fsl-lsch3/mp.h
parent6c747f4ad4eef87152f8d6de2169efe0a6a7a57f (diff)
downloadu-boot-imx-60385d94e56513b50b87724fb9a3878ee5086da9.zip
u-boot-imx-60385d94e56513b50b87724fb9a3878ee5086da9.tar.gz
u-boot-imx-60385d94e56513b50b87724fb9a3878ee5086da9.tar.bz2
ARMv8/fsl-lsch3: Patch cpu node properties in DT for online cores
U-Boot should only add "enable-method" and "cpu-release-address" properties to the "cpu" node of the online cores. Signed-off-by: Arnab Basu <arnab.basu@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'arch/arm/cpu/armv8/fsl-lsch3/mp.h')
-rw-r--r--arch/arm/cpu/armv8/fsl-lsch3/mp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv8/fsl-lsch3/mp.h b/arch/arm/cpu/armv8/fsl-lsch3/mp.h
index 06ac0bc..66144d6 100644
--- a/arch/arm/cpu/armv8/fsl-lsch3/mp.h
+++ b/arch/arm/cpu/armv8/fsl-lsch3/mp.h
@@ -32,5 +32,6 @@ int fsl_lsch3_wake_seconday_cores(void);
void *get_spin_tbl_addr(void);
phys_addr_t determine_mp_bootpg(void);
void secondary_boot_func(void);
+int is_core_online(u64 cpu_id);
#endif
#endif /* _FSL_CH3_MP_H */