Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-04-16 Thread Sebastian Hesselbarth
On 03/20/2014 09:39 PM, Sebastian Hesselbarth wrote: > This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into > BootROM, wait for interrupt, and read SW generic register 1 with actual > boot code address. Synchronization by holding pen is copied from > plat-versatile and

Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-04-16 Thread Sebastian Hesselbarth
On 03/20/2014 09:39 PM, Sebastian Hesselbarth wrote: This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and mach-prima2.

Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-03-21 Thread Antoine Ténart
On 20/03/2014 21:39, Sebastian Hesselbarth wrote: This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and mach-prima2.

Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-03-21 Thread Antoine Ténart
On 20/03/2014 21:39, Sebastian Hesselbarth wrote: This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and mach-prima2.

Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-03-20 Thread Alexandre Belloni
On 20/03/2014 at 21:39:46 +0100, Sebastian Hesselbarth wrote : > This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into > BootROM, wait for interrupt, and read SW generic register 1 with actual > boot code address. Synchronization by holding pen is copied from > plat-versatile and

[PATCH 2/2] ARM: berlin: add SMP support

2014-03-20 Thread Sebastian Hesselbarth
This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and mach-prima2. Signed-off-by: Sebastian Hesselbarth --- Cc: Russell

[PATCH 2/2] ARM: berlin: add SMP support

2014-03-20 Thread Sebastian Hesselbarth
This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and mach-prima2. Signed-off-by: Sebastian Hesselbarth

Re: [PATCH 2/2] ARM: berlin: add SMP support

2014-03-20 Thread Alexandre Belloni
On 20/03/2014 at 21:39:46 +0100, Sebastian Hesselbarth wrote : This adds SMP support to Marvell Berlin2 SoCs. Secondary CPUs boot into BootROM, wait for interrupt, and read SW generic register 1 with actual boot code address. Synchronization by holding pen is copied from plat-versatile and