linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: zynq: add SMP support for zynq7000
@ 2013-03-23 12:57 Steffen Trumtrar
  2013-03-23 12:57 ` [PATCH 1/3] ARM: zynq: read scu base from SoC Steffen Trumtrar
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Steffen Trumtrar @ 2013-03-23 12:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi!

This series adds SMP support for the Zynq SoCs.
It goes along the lines of socfpga: the jump goes via RAM.
Other CortexA9 based SoCs seem to go via some sort of general purpose register.
These two SoCs do not have that.

This series was tested on a ZedBoard which has 2 cores.

Regards,
Steffen

Steffen Trumtrar (3):
  ARM: zynq: read scu base from SoC
  ARM: zynq: get slcr base earlier
  ARM: zynq: add SMP support

 arch/arm/boot/dts/zynq-7000.dtsi |  19 +++++++
 arch/arm/mach-zynq/Makefile      |   2 +
 arch/arm/mach-zynq/common.c      |  56 +++++++++++++-------
 arch/arm/mach-zynq/common.h      |  14 +++++
 arch/arm/mach-zynq/headsmp.S     |  20 +++++++
 arch/arm/mach-zynq/platsmp.c     | 110 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 203 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/mach-zynq/headsmp.S
 create mode 100644 arch/arm/mach-zynq/platsmp.c

-- 
1.8.2.rc2

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2013-03-26 13:01 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-23 12:57 [PATCH 0/3] ARM: zynq: add SMP support for zynq7000 Steffen Trumtrar
2013-03-23 12:57 ` [PATCH 1/3] ARM: zynq: read scu base from SoC Steffen Trumtrar
2013-03-25 14:01   ` Michal Simek
2013-03-25 14:25     ` Steffen Trumtrar
2013-03-25 14:59       ` Michal Simek
2013-03-26 11:08         ` Steffen Trumtrar
2013-03-26 12:35           ` Michal Simek
2013-03-26 12:46             ` Steffen Trumtrar
2013-03-26 12:53               ` Michal Simek
2013-03-26 13:01                 ` Steffen Trumtrar
2013-03-23 12:57 ` [PATCH 2/3] ARM: zynq: get slcr base earlier Steffen Trumtrar
2013-03-25 14:04   ` Michal Simek
2013-03-25 14:39     ` Steffen Trumtrar
2013-03-25 14:55       ` Michal Simek
2013-03-23 12:57 ` [PATCH 3/3] ARM: zynq: add SMP support Steffen Trumtrar
2013-03-25 14:27   ` Michal Simek
2013-03-25 16:34     ` Steffen Trumtrar
2013-03-25 16:47       ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).