From: geert+renesas@glider.be (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: renesas: Enable SMP on R-Car E2
Date: Tue, 4 Jul 2017 19:02:11 +0200 [thread overview]
Message-ID: <1499187733-1430-1-git-send-email-geert+renesas@glider.be> (raw)
Hi Magnus, Mar[ck], Sergei, Simon,
This patch series enables SMP on R-Car E2 (r8a7794).
- The first patch initializes CNTVOFF for secondary CPU cores, like is
already done for the boot CPU core. Without this, the ARM arch
timer doesn't work on secondary CPU cores.
- The second patch adds the required infrastructure (APMU device node
and corresponding enable-method) to DT.
This must not be applied on a branch that doesn't have the first
patch!
According to the original comments, the CNTVOFF initialization is needed
on Cortex-A7 only, hence affects R-Car E2, which has a dual Cortex-A7
cluster.
Apparently it's not needed on other R-Car Gen2 members that have (only)
Cortex-A15 clusters.
Perhaps it's also needed on R-Car H2, which has a big.LITTLE
quad Cortex-A15 + quad Cortex-A7 configuration, when running Linux on
the Cortex-A7 cores? How can I test that?
Thanks for your comments!
Geert Uytterhoeven (1):
ARM: shmobile: Add CA7 arch_timer initialization for secondary CPUs
Sergei Shtylyov (1):
ARM: dts: r8a7794: Add SMP support
arch/arm/boot/dts/r8a7794.dtsi | 7 +++++++
arch/arm/mach-shmobile/Makefile | 1 +
arch/arm/mach-shmobile/common.h | 1 +
arch/arm/mach-shmobile/headsmp-apmu.S | 38 +++++++++++++++++++++++++++++++++++
arch/arm/mach-shmobile/platsmp-apmu.c | 2 +-
5 files changed, 48 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/mach-shmobile/headsmp-apmu.S
--
2.7.4
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
next reply other threads:[~2017-07-04 17:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-04 17:02 Geert Uytterhoeven [this message]
2017-07-04 17:02 ` [PATCH 1/2] ARM: shmobile: Add CA7 arch_timer initialization for secondary CPUs Geert Uytterhoeven
2017-07-04 17:32 ` Marc Zyngier
2017-07-04 18:20 ` Geert Uytterhoeven
2017-07-05 10:07 ` Marc Zyngier
2017-07-05 10:12 ` Geert Uytterhoeven
2017-07-04 17:02 ` [PATCH 2/2] ARM: dts: r8a7794: Add SMP support Geert Uytterhoeven
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=1499187733-1430-1-git-send-email-geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--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;
as well as URLs for NNTP newsgroup(s).