public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] SMP support for Armada 375 and 38x
Date: Fri, 28 Mar 2014 18:42:16 +0100	[thread overview]
Message-ID: <20140328174216.GD22339@lunn.ch> (raw)
In-Reply-To: <1396012026-5997-1-git-send-email-thomas.petazzoni@free-electrons.com>

On Fri, Mar 28, 2014 at 02:06:56PM +0100, Thomas Petazzoni wrote:
> Jason, Andrew, Gregory, Sebastian,
> 
> This patch series adds SMP support for the Armada 375 and 38x. Most of
> the patches are fairly straight-forward, but here is a short overview
> of what's going on:
> 
>  * Patches 1, 2, 3 make some preparatory clean-ups. Actually, patches
>    2 and 3 are not directly related to adding Armada 375 and 38x SMP
>    support, but they are related to the SMP support of Armada XP.
> 
>  * Patches 4, 5 and 6 add a few bits needed for the SMP support.
> 
>  * Patch 7 is adding the SMP support itself. Since both Armada 375 and
>    38x are Cortex-A9, their SMP logic is fairly similar, the only
>    difference being how to define the boot address of the secondary
>    CPU. Therefore, we've used a single smp_operations implementation.
> 
>  * Patch 8 add a workaround for a SMP booting bug affecting Armada 375
>    Z1 stepping. It requires using the Crypto SRAM loaded with a few
>    instructions of code as a replacement of the BootROM for booting
>    the secondary processor. For now, the workaround is unconditionally
>    applied on all Armada 375 platforms, but as soon as we get access
>    to more recent platforms, we'll add a mvebu-soc-id based test to
>    only enable the workaround if needed.
> 
>  * Patch 9 and 10 add the necessary Device Tree bits to enable SMP on
>    Armada 375 and 38x.

Not my area of expertise, but it all looks O.K. The only comment,
which i suspect Jason will say sometime soon, is that it would be nice
if the workaround was triggered on the stepping, i.e. the same comment
he made before for another similar workaround.

Acked-by: Andrew Lunn <andrew@lunn.ch>

	  Andrew

      parent reply	other threads:[~2014-03-28 17:42 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 13:06 [PATCH 00/10] SMP support for Armada 375 and 38x Thomas Petazzoni
2014-03-28 13:06 ` [PATCH 01/10] ARM: mvebu: move Armada XP specific SMP initialization to platsmp.c Thomas Petazzoni
2014-03-28 13:06 ` [PATCH 02/10] irqchip: irq-armada-370-xp: do the set_smp_cross_call() in the driver Thomas Petazzoni
2014-03-28 13:06 ` [PATCH 03/10] irqchip: irq-armada-370-xp: use cpu notifier to initialize secondary CPUs Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 04/10] ARM: mvebu: add Armada 375/38x support in cpu-reset Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 05/10] ARM: mvebu: add function to set the resume boot address for Armada 375 Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 06/10] ARM: mvebu: add Armada 38x compatible string to pmsu Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 07/10] ARM: mvebu: add SMP support for Armada 375 and Armada 38x Thomas Petazzoni
2014-03-28 18:13   ` Stephen Boyd
2014-03-28 18:19     ` Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 08/10] ARM: mvebu: add workaround for SMP support for Armada 375 stepping Z1 Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 09/10] ARM: mvebu: add SMP support in the Armada 375 device tree Thomas Petazzoni
2014-03-28 13:07 ` [PATCH 10/10] ARM: mvebu: add SMP support in the Armada 38x " Thomas Petazzoni
2014-03-28 17:42 ` Andrew Lunn [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140328174216.GD22339@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox