From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0122.outbound.protection.outlook.com [65.55.169.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 6EEC41A0DBB for ; Fri, 16 Jan 2015 04:23:36 +1100 (AEDT) Message-ID: <54B7F414.2020609@freescale.com> Date: Thu, 15 Jan 2015 09:08:36 -0800 From: York Sun MIME-Version: 1.0 To: Dongsheng Wang , , Subject: Re: [PATCH] fsl/smp: add low power boot support to replace spin boot References: <1421301930-10035-1-git-send-email-dongsheng.wang@freescale.com> In-Reply-To: <1421301930-10035-1-git-send-email-dongsheng.wang@freescale.com> Content-Type: text/plain; charset="windows-1252" Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 01/14/2015 10:05 PM, Dongsheng Wang wrote: > From: Wang Dongsheng > > U-boot put non-boot cpus into an low power state(PW10/PW20 or DOZE) when cpu > powered up. To exit low power state kernel will send DOORBELL or MPIC-IPI > signal to all those CPUs. > > e500/e500v2 use mpic to send IPI signal. > e500mc and later use doorbell to send IPI signal. > > This feature tested on: > POWER UP TEST: > P1022DS(e500v2),96k times. > P4080(e500mc), 110k times. > T1024(e5500), 83k times. > T4240(e6500), 150k times. > > CPU HOTPLUG TEST: > P1022DS(e500v2),1.4 million times. > P4080(e500mc), 1.8 million times. > T1024(e5500), 1.3 million times. > T4240(e6500), 1.1 million times. > > Signed-off-by: Wang Dongsheng > This is a very good move. Can you explain what has been tested for 100K times, or over a million times? Have you verified on older e500v2 platforms, such as MPC8572? York