From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 11 Dec 2014 11:27:39 -0800 Subject: [U-Boot] [PATCHv4 3/6] ls1021a: adding a secondary core boot address and kick functions In-Reply-To: <1416562859-37857-4-git-send-email-Li.Xiubo@freescale.com> References: <1416562859-37857-1-git-send-email-Li.Xiubo@freescale.com> <1416562859-37857-4-git-send-email-Li.Xiubo@freescale.com> Message-ID: <5489F02B.2020809@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/21/2014 01:40 AM, Xiubo Li wrote: > 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 > Acked-by: York Sun > --- Applied to u-boot-fsl-qoriq master, awaiting upstream. York