From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:18:04 -0800 Subject: [U-Boot] [PATCH v1] armv8: fsl-layerscape: Fix "cpu release" command In-Reply-To: <1447360701-5341-1-git-send-email-yorksun@freescale.com> References: <1447360701-5341-1-git-send-email-yorksun@freescale.com> Message-ID: <565C84CC.1040907@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/12/2015 12:38 PM, York Sun wrote: > When one core is released, other cores may not have valid entry > address. Those cores are trapped by "wfe" and wait for further > instruction. When their address is set, they need to be kicked > off by "sev". > > Signed-off-by: York Sun > > --- > > arch/arm/cpu/armv8/fsl-layerscape/mp.c | 6 ++++++ > 1 file changed, 6 insertions(+) > Applied to fsl-qoriq master. York