From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 4 Aug 2015 08:48:32 -0700 Subject: [U-Boot] [PATCH] arm/layerscape: Fix non-boot cpus cannot correctly fall in spin table In-Reply-To: <1434623578-31509-1-git-send-email-dongsheng.wang@freescale.com> References: <1434623578-31509-1-git-send-email-dongsheng.wang@freescale.com> Message-ID: <55C0DED0.9090603@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 06/18/2015 03:32 AM, Dongsheng Wang wrote: > From: Wang Dongsheng > > Bootrom will put cpus into WFE state when boot cpu release cpus, so > target cpu cannot correctly go to spin state. > > Add 'sev' to wakeup non-boot cpu that hold on bootrom space, let target > cpu can fall into u-boot spin table. > > Signed-off-by: Wang Dongsheng > Applied to u-boot-fsl-qoriq master after fixing subject. Thanks. York