[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1472209971-32469-1-git-send-email-Anson.Huang@nxp.com>
Date: Fri, 26 Aug 2016 19:12:48 +0800
From: Anson Huang <Anson.Huang@....com>
To: <linux-arm-kernel@...ts.infradead.org>,
<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <shawnguo@...nel.org>, <kernel@...gutronix.de>,
<fabio.estevam@....com>, <robh+dt@...nel.org>,
<mark.rutland@....com>, <linux@...linux.org.uk>
Subject: [PATCH 0/3] Add SMP support for i.MX7D
i.MX7D has 2 Cortex-A7 ARM cores, and it has a different GPC design
than i.MX6, so this patch set adds a new GPCV2 driver for i.MX7D,
and also adds runtime check in SMP code to support both Cortex-A9
and Cortex-A7 ARM cores.
With this patch set, i.MX7D can boot up SMP kernel with 2 CPUs.
Anson Huang (3):
ARM: dts: imx7: support SMP boot up
ARM: imx: add gpcv2 support
ARM: imx: add SMP support for i.MX7D
arch/arm/boot/dts/imx7s.dtsi | 8 +++++
arch/arm/mach-imx/Kconfig | 4 +++
arch/arm/mach-imx/Makefile | 1 +
arch/arm/mach-imx/common.h | 2 ++
arch/arm/mach-imx/gpcv2.c | 66 ++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-imx/headsmp.S | 11 +++++++
arch/arm/mach-imx/mach-imx7d.c | 2 ++
arch/arm/mach-imx/platsmp.c | 23 ++++++++++++++-
arch/arm/mach-imx/src.c | 38 +++++++++++++++++++-----
9 files changed, 146 insertions(+), 9 deletions(-)
create mode 100644 arch/arm/mach-imx/gpcv2.c
--
1.9.1
Powered by blists - more mailing lists