From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F1A4C433DB for ; Sun, 17 Jan 2021 11:48:03 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A84E120791 for ; Sun, 17 Jan 2021 11:48:02 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A84E120791 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=++qVTDsT6E7QdCAWH6iSknXHL1ux/E44EKtfS6TqXgk=; b=1r5Eyvr1tm7wTpX11VbyGbfMT Nrd5nRaKwx4gofrM4AKP+v2cddz4kbzgt/nuUyVBNUTyN2OfcYZKvBFHrql+bwyPHzeocx3TSEoiW WEkNT/8eLXSzTYylBSCfhiXWMSkS18EdycYHQJY7DLGUOx71c48E5k82q6NMDiU39KVLreu914Z/1 TYQ5WOFtlYzdGp/5t6o/lDeauSfKykTELgLXVXpAJYa6M/pjHty1UEvEScK5YgGjmUzoeAxMFd5jN +wVjdKkxsxfKgLez/jHaoBGne7up1IEyD+k1ce1tNA1edpjeWQiSkboBr8JHmWjU5SysXtRRMeGbR 9Dsxzvc8A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l16Vp-0003CX-Tk; Sun, 17 Jan 2021 11:46:29 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l16Vn-0003CC-Be for linux-arm-kernel@lists.infradead.org; Sun, 17 Jan 2021 11:46:28 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 351CD20791; Sun, 17 Jan 2021 11:46:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610883985; bh=zW8Mjcat9hxa1hozhMah4Bx8ciukO1JowE9YE0vQ2rc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tX3Kd1GUJDSgPvkjY7yVNSPv621NV3XG2nEUp/BhMbfKIAXIsOCXwe3NDxjewm+qU tSRp9/tUqHDbSTpdW/1oRvYxTsSSQOvrLzsKcq1K03o/nbg0MVKlB8hyjS1o8ymw4/ di0tJ2szGsvwZpwZJFGRxmvfV5PvIf191HQSc1OK06KjcFdnxVHD8BsC1JcOt/R03l gG7iP39R+0aQbnh3GAfiXFAwNjjnBAEunk4pENI4D4DnpMLit2xKfuQum5MdTdm8X8 e1obZ15s1uVCzG8YnOR3gjsJHHEvUx3UCGpLjwuxRwr5mMjFODvZ6Rr8IJVAazZSvG a+BHqy5fQCf7Q== Date: Sun, 17 Jan 2021 19:46:20 +0800 From: Shawn Guo To: Marek Vasut Subject: Re: [PATCH V2] ARM: imx: add smp support for imx7d Message-ID: <20210117114617.GT28365@dragon> References: <20210107123157.121282-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210107123157.121282-1-marex@denx.de> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210117_064627_640710_68AA01CB X-CRM114-Status: GOOD ( 35.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Arulpandiyan Vadivel , Anson Huang , Leonard Crestez , Fabio Estevam , linux-arm-kernel@lists.infradead.org, NXP Linux Team Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jan 07, 2021 at 01:31:57PM +0100, Marek Vasut wrote: > From: Anson Huang > > Add SMP support for i.MX7D, including CPU hotplug support, for > systems where TFA is not present. > > The arm,cpu-registers-not-fw-configured is required, otherwise the > timer does not work correctly. As DT change becomes another patch, this should be dropped. > > Signed-off-by: Anson Huang > Signed-off-by: Arulpandiyan Vadivel # Fix merge conflicts > Signed-off-by: Leonard Crestez > Signed-off-by: Marek Vasut # heavy cleanup Checkpatch warnings: WARNING: usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc #151: FILE: arch/arm/mach-imx/platsmp.c:108: + for (i = ncores; i < NR_CPUS; i++) WARNING: Missing a blank line after declarations #302: FILE: arch/arm/mach-imx/src.c:188: + struct device_node *np; + gpr_v2 = true; > Cc: Fabio Estevam > Cc: NXP Linux Team > Cc: Shawn Guo > To: linux-arm-kernel@lists.infradead.org > --- > V2: - Fix trivial typo in SRC_GPR1() macro > - Add timeout in imx_gpcv2_set_core1_pdn_pup_by_software() > --- > arch/arm/mach-imx/Makefile | 2 +- > arch/arm/mach-imx/common.h | 3 ++ > arch/arm/mach-imx/headsmp.S | 9 ++++ > arch/arm/mach-imx/hotplug.c | 3 ++ > arch/arm/mach-imx/mach-imx7d.c | 3 +- > arch/arm/mach-imx/platsmp.c | 26 ++++++++++ > arch/arm/mach-imx/src.c | 86 ++++++++++++++++++++++++++++++---- > 7 files changed, 121 insertions(+), 11 deletions(-) > > diff --git a/arch/arm/mach-imx/Makefile b/arch/arm/mach-imx/Makefile > index 9cebd360d58e..d1506ef7a537 100644 > --- a/arch/arm/mach-imx/Makefile > +++ b/arch/arm/mach-imx/Makefile > @@ -35,7 +35,7 @@ obj-$(CONFIG_HAVE_IMX_ANATOP) += anatop.o > obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o > obj-$(CONFIG_HAVE_IMX_MMDC) += mmdc.o > obj-$(CONFIG_HAVE_IMX_SRC) += src.o > -ifneq ($(CONFIG_SOC_IMX6)$(CONFIG_SOC_LS1021A),) > +ifneq ($(CONFIG_SOC_IMX6)$(CONFIG_SOC_IMX7D_CA7)$(CONFIG_SOC_LS1021A),) > AFLAGS_headsmp.o :=-Wa,-march=armv7-a > obj-$(CONFIG_SMP) += headsmp.o platsmp.o > obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o > diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h > index 2d76e2c6c99e..e99c65698086 100644 > --- a/arch/arm/mach-imx/common.h > +++ b/arch/arm/mach-imx/common.h > @@ -69,11 +69,13 @@ void imx_set_cpu_arg(int cpu, u32 arg); > void v7_secondary_startup(void); > void imx_scu_map_io(void); > void imx_smp_prepare(void); > +void imx_gpcv2_set_core1_pdn_pup_by_software(bool pdn); > #else > static inline void imx_scu_map_io(void) {} > static inline void imx_smp_prepare(void) {} > #endif > void imx_src_init(void); > +void imx7_src_init(void); > void imx_gpc_pre_suspend(bool arm_power_off); > void imx_gpc_post_resume(void); > void imx_gpc_mask_all(void); > @@ -133,6 +135,7 @@ static inline void imx_init_l2cache(void) {} > #endif > > extern const struct smp_operations imx_smp_ops; > +extern const struct smp_operations imx7_smp_ops; > extern const struct smp_operations ls1021a_smp_ops; > > #endif > diff --git a/arch/arm/mach-imx/headsmp.S b/arch/arm/mach-imx/headsmp.S > index 766dbdb2ae27..fcba58be8e79 100644 > --- a/arch/arm/mach-imx/headsmp.S > +++ b/arch/arm/mach-imx/headsmp.S > @@ -21,6 +21,15 @@ diag_reg_offset: > > ENTRY(v7_secondary_startup) > ARM_BE8(setend be) @ go BE8 if entered LE > + mrc p15, 0, r0, c0, c0, 0 > + lsl r0, r0, #16 > + lsr r0, r0, #20 > + /* 0xc07 is cortex A7's ID */ > + mov r1, #0xc00 > + orr r1, #0x7 > + cmp r0, r1 > + beq secondary_startup > + > set_diag_reg > b secondary_startup > ENDPROC(v7_secondary_startup) > diff --git a/arch/arm/mach-imx/hotplug.c b/arch/arm/mach-imx/hotplug.c > index 82e22398d43d..e24a46dc5703 100644 > --- a/arch/arm/mach-imx/hotplug.c > +++ b/arch/arm/mach-imx/hotplug.c > @@ -11,6 +11,7 @@ > #include > > #include "common.h" > +#include "hardware.h" > > /* > * platform-specific code to shutdown a CPU > @@ -40,5 +41,7 @@ int imx_cpu_kill(unsigned int cpu) > return 0; > imx_enable_cpu(cpu, false); > imx_set_cpu_arg(cpu, 0); > + if (cpu_is_imx7d()) > + imx_gpcv2_set_core1_pdn_pup_by_software(true); > return 1; > } > diff --git a/arch/arm/mach-imx/mach-imx7d.c b/arch/arm/mach-imx/mach-imx7d.c > index 879c35929a13..1eeb194fab65 100644 > --- a/arch/arm/mach-imx/mach-imx7d.c > +++ b/arch/arm/mach-imx/mach-imx7d.c > @@ -91,7 +91,7 @@ static void __init imx7d_init_late(void) > static void __init imx7d_init_irq(void) > { > imx_init_revision_from_anatop(); > - imx_src_init(); > + imx7_src_init(); > irqchip_init(); > } > > @@ -102,6 +102,7 @@ static const char *const imx7d_dt_compat[] __initconst = { > }; > > DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual (Device Tree)") > + .smp = smp_ops(imx7_smp_ops), > .init_irq = imx7d_init_irq, > .init_machine = imx7d_init_machine, > .init_late = imx7d_init_late, > diff --git a/arch/arm/mach-imx/platsmp.c b/arch/arm/mach-imx/platsmp.c > index cf4e9335831c..972639038be5 100644 > --- a/arch/arm/mach-imx/platsmp.c > +++ b/arch/arm/mach-imx/platsmp.c > @@ -92,6 +92,32 @@ const struct smp_operations imx_smp_ops __initconst = { > #endif > }; > > +/* > + * Initialise the CPU possible map early - this describes the CPUs > + * which may be present or become present in the system. > + */ > +static void __init imx7_smp_init_cpus(void) > +{ > + struct device_node *np; > + int i, ncores = 0; > + > + /* The iMX7D SCU does not report core count, get it from DT */ > + for_each_of_cpu_node(np) > + ncores++; > + > + for (i = ncores; i < NR_CPUS; i++) > + set_cpu_possible(i, false); > +} > + > +const struct smp_operations imx7_smp_ops __initconst = { > + .smp_init_cpus = imx7_smp_init_cpus, > + .smp_boot_secondary = imx_boot_secondary, > +#ifdef CONFIG_HOTPLUG_CPU > + .cpu_die = imx_cpu_die, > + .cpu_kill = imx_cpu_kill, > +#endif > +}; > + > #define DCFG_CCSR_SCRATCHRW1 0x200 > > static int ls1021a_boot_secondary(unsigned int cpu, struct task_struct *idle) > diff --git a/arch/arm/mach-imx/src.c b/arch/arm/mach-imx/src.c > index f52f371292ac..37cc2d12e196 100644 > --- a/arch/arm/mach-imx/src.c > +++ b/arch/arm/mach-imx/src.c > @@ -6,15 +6,19 @@ > > #include > #include > +#include > #include > #include > #include > #include > #include > #include "common.h" > +#include "hardware.h" > > #define SRC_SCR 0x000 > -#define SRC_GPR1 0x020 > +#define SRC_GPR1_V1 0x020 > +#define SRC_GPR1_V2 0x074 > +#define SRC_GPR1(gpr_v2) ((gpr_v2) ? SRC_GPR1_V2 : SRC_GPR1_V1) > #define BP_SRC_SCR_WARM_RESET_ENABLE 0 > #define BP_SRC_SCR_SW_GPU_RST 1 > #define BP_SRC_SCR_SW_VPU_RST 2 > @@ -23,9 +27,18 @@ > #define BP_SRC_SCR_SW_IPU2_RST 12 > #define BP_SRC_SCR_CORE1_RST 14 > #define BP_SRC_SCR_CORE1_ENABLE 22 > +/* below is for i.MX7D */ > +#define SRC_A7RCR1 0x008 > +#define BP_SRC_A7RCR1_A7_CORE1_ENABLE 1 > +#define GPC_CPU_PGC_SW_PUP_REQ 0xf0 > +#define GPC_CPU_PGC_SW_PDN_REQ 0xfc > +#define GPC_PGC_C1 0x840 > +#define BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7 0x2 > > static void __iomem *src_base; > static DEFINE_SPINLOCK(scr_lock); > +static bool gpr_v2; > +static void __iomem *gpc_base; > > static const int sw_reset_bits[5] = { > BP_SRC_SCR_SW_GPU_RST, > @@ -73,17 +86,54 @@ static struct reset_controller_dev imx_reset_controller = { > .nr_resets = ARRAY_SIZE(sw_reset_bits), > }; > > +void imx_gpcv2_set_m_core_pgc(bool enable, u32 offset) static inline? > +{ > + writel_relaxed(enable, gpc_base + offset); > +} > + > +void imx_gpcv2_set_core1_pdn_pup_by_software(bool pdn) Can we have some comments about this function, which is the main thing that makes i.MX7 SMP support special, like what it does and when it needs to be called? > +{ > + u32 reg = pdn ? GPC_CPU_PGC_SW_PDN_REQ : GPC_CPU_PGC_SW_PUP_REQ; > + u32 val, pup; > + int ret; > + > + val = readl_relaxed(gpc_base + reg); > + imx_gpcv2_set_m_core_pgc(true, GPC_PGC_C1); Do you really need to call imx_gpcv2_set_m_core_pgc() after reading PDN/PUP register? > + val |= BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7; > + writel_relaxed(val, gpc_base + reg); > + > + ret = readl_relaxed_poll_timeout_atomic(gpc_base + reg, pup, > + !(pup & BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7), > + 5, 1000000); > + if (WARN_ON(ret)) { I think a normal warning or error message is good enough. > + val &= ~BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7; > + writel_relaxed(val, gpc_base + reg); > + } > + > + imx_gpcv2_set_m_core_pgc(false, GPC_PGC_C1); > +} > + > void imx_enable_cpu(int cpu, bool enable) > { > u32 mask, val; > > cpu = cpu_logical_map(cpu); > - mask = 1 << (BP_SRC_SCR_CORE1_ENABLE + cpu - 1); > spin_lock(&scr_lock); > - val = readl_relaxed(src_base + SRC_SCR); > - val = enable ? val | mask : val & ~mask; > - val |= 1 << (BP_SRC_SCR_CORE1_RST + cpu - 1); > - writel_relaxed(val, src_base + SRC_SCR); > + if (gpr_v2) { > + if (enable) > + imx_gpcv2_set_core1_pdn_pup_by_software(false); > + > + mask = 1 << (BP_SRC_A7RCR1_A7_CORE1_ENABLE + cpu - 1); > + val = readl_relaxed(src_base + SRC_A7RCR1); > + val = enable ? val | mask : val & ~mask; > + writel_relaxed(val, src_base + SRC_A7RCR1); > + } else { > + mask = 1 << (BP_SRC_SCR_CORE1_ENABLE + cpu - 1); > + val = readl_relaxed(src_base + SRC_SCR); > + val = enable ? val | mask : val & ~mask; > + val |= 1 << (BP_SRC_SCR_CORE1_RST + cpu - 1); > + writel_relaxed(val, src_base + SRC_SCR); > + } > spin_unlock(&scr_lock); > } > > @@ -91,19 +141,19 @@ void imx_set_cpu_jump(int cpu, void *jump_addr) > { > cpu = cpu_logical_map(cpu); > writel_relaxed(__pa_symbol(jump_addr), > - src_base + SRC_GPR1 + cpu * 8); > + src_base + SRC_GPR1(gpr_v2) + cpu * 8); > } > > u32 imx_get_cpu_arg(int cpu) > { > cpu = cpu_logical_map(cpu); > - return readl_relaxed(src_base + SRC_GPR1 + cpu * 8 + 4); > + return readl_relaxed(src_base + SRC_GPR1(gpr_v2) + cpu * 8 + 4); > } > > void imx_set_cpu_arg(int cpu, u32 arg) > { > cpu = cpu_logical_map(cpu); > - writel_relaxed(arg, src_base + SRC_GPR1 + cpu * 8 + 4); > + writel_relaxed(arg, src_base + SRC_GPR1(gpr_v2) + cpu * 8 + 4); > } > > void __init imx_src_init(void) > @@ -131,3 +181,21 @@ void __init imx_src_init(void) > writel_relaxed(val, src_base + SRC_SCR); > spin_unlock(&scr_lock); > } > + > +void __init imx7_src_init(void) > +{ > + struct device_node *np; > + gpr_v2 = true; > + > + np = of_find_compatible_node(NULL, NULL, "fsl,imx7d-src"); > + if (!np) > + return; > + src_base = of_iomap(np, 0); > + WARN_ON(!src_base); Don't we need of_node_put()? > + > + np = of_find_compatible_node(NULL, NULL, "fsl,imx7d-gpc"); > + if (WARN_ON(!np)) No WARN_ON. Shawn > + return; > + gpc_base = of_iomap(np, 0); > + WARN_ON(!gpc_base); > +} > -- > 2.29.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel