summaryrefslogtreecommitdiffstats
path: root/include/configs/ls1043a_common.h
diff options
context:
space:
mode:
authorHou Zhiqiang <B48286@freescale.com>2015-10-26 19:47:57 +0800
committerYork Sun <yorksun@freescale.com>2015-10-29 10:34:02 -0700
commit831c068fcfe7d32e48a8b9052a137701b41c7d86 (patch)
treeca3620f5de92671c6d39acbce00b1af38e84e381 /include/configs/ls1043a_common.h
parentc7ca8b07fcdd9af739fa3b1bfabe05d0da36c556 (diff)
downloadtalos-obmc-uboot-831c068fcfe7d32e48a8b9052a137701b41c7d86.tar.gz
talos-obmc-uboot-831c068fcfe7d32e48a8b9052a137701b41c7d86.zip
armv8/ls1043a: Enable secondary cores
After the secondary cores enter U-Boot, use CONFIG_ARMV8_MULTIENTRY to make secondary cores excute in spin loop. Signed-off-by: Hou Zhiqiang <B48286@freescale.com> Signed-off-by: Mingkai Hu <Mingkai.Hu@freescale.com> Signed-off-by: Gong Qianyu <Qianyu.Gong@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls1043a_common.h')
-rw-r--r--include/configs/ls1043a_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index c7705282e0..1f22dd34df 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -11,6 +11,7 @@
#define CONFIG_FSL_LAYERSCAPE
#define CONFIG_FSL_LSCH2
#define CONFIG_LS1043A
+#define CONFIG_MP
#define CONFIG_SYS_FSL_CLK
#define CONFIG_GICV2
@@ -44,6 +45,8 @@
#define CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY 0
#define CONFIG_SYS_SDRAM_BASE CONFIG_SYS_DDR_SDRAM_BASE
+#define CPU_RELEASE_ADDR secondary_boot_func
+
/* Generic Timer Definitions */
#define COUNTER_FREQUENCY 25000000 /* 25MHz */
OpenPOWER on IntegriCloud