[PATCH v6 0/4] ARM: SMP: support Broadcom mobile SoCs
From: Matt Porter <hidden>
Date: 2014-07-28 14:26:54
Also in:
lkml
From: Matt Porter <hidden>
Date: 2014-07-28 14:26:54
Also in:
lkml
On Mon, Jun 30, 2014 at 05:15:36PM -0500, Alex Elder wrote:
This series adds SMP support for two Broadcom mobile SoC families. It uses CPU_METHOD_OF_DECLARE() so that SMP operations are assigned using device tree rather than adding it to a machine definition in a board file. The enable method starts a secondary core by writing to a register monitored by CPUs spinning in a ROM-based holding pen loop. The address of this register is recorded as a property in the "cpus" node of the device tree. -Alex
Applied the series to mach-bcm for-3.17/[soc|dt] Thanks, Matt