]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ls1021a: adding a secondary core boot address and kick functions
authorXiubo Li <Li.Xiubo@freescale.com>
Fri, 21 Nov 2014 09:40:56 +0000 (17:40 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:41:53 +0000 (09:41 -0800)
commit290e6e921f255fdee072d21539bbad16b9a3e714
tree37eb3c3e98bf2a03db559b805d8ce40e0f8c4a2f
parent73a1cb27c0d9e93d97cd7a344fd341f638ba3a2a
ls1021a: adding a secondary core boot address and kick functions

Define the board specific smp_set_cpu_boot_addr() function to set
the start address for secondary cores in the LS1021A specific manner.

Define the board specific smp_kick_all_cpus() functioin to boot a
secondary core. Here the BRR contains control bits for enabling boot
for each core. On exiting HRESET or PORESET, the RCW BOOT_HO field
optionally allows for logical core 0 to be released for booting or to
remain in boot holdoff. All other cores remain in boot holdoff until
their corresponding bit is set.

Signed-off-by: Xiubo Li <Li.Xiubo@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/arm/cpu/armv7/ls102xa/cpu.c