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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95AE2C6FD19 for ; Thu, 16 Mar 2023 12:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230133AbjCPMWS (ORCPT ); Thu, 16 Mar 2023 08:22:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229616AbjCPMWP (ORCPT ); Thu, 16 Mar 2023 08:22:15 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 82BB198EB6 for ; Thu, 16 Mar 2023 05:22:13 -0700 (PDT) Received: from kwepemi500011.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4PcmXH61zKznX0N; Thu, 16 Mar 2023 20:19:11 +0800 (CST) Received: from [10.67.103.39] (10.67.103.39) by kwepemi500011.china.huawei.com (7.221.188.124) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Thu, 16 Mar 2023 20:22:10 +0800 Message-ID: <641309F2.8050503@hisilicon.com> Date: Thu, 16 Mar 2023 20:22:10 +0800 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: David Yang CC: Russell King , , , Subject: Re: [PATCH 0/3] ARM: hisi: Support Hi3798 SoC References: <20230316051936.1775033-1-mmyangfl@gmail.com> In-Reply-To: <20230316051936.1775033-1-mmyangfl@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.67.103.39] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemi500011.china.huawei.com (7.221.188.124) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, On 2023/3/16 13:19, David Yang wrote: > This series enables booting Hi3798 SoCs. > > David Yang (3): > ARM: hisi: Add S40 IO map > ARM: hisi: Add S5 IO map > ARM: hisi: Support Hi3798 SoC > > arch/arm/mach-hisi/Makefile | 2 +- > arch/arm/mach-hisi/core.h | 6 ++ > arch/arm/mach-hisi/headsmp.S | 36 ++++++++++ > arch/arm/mach-hisi/hisilicon.c | 70 ++++++++++++++++++ > arch/arm/mach-hisi/hotplug.c | 120 +++++++++++++++++++++++++++++-- > arch/arm/mach-hisi/platsmp.c | 128 +++++++++++++++++++++++++++++++++ > 6 files changed, 357 insertions(+), 5 deletions(-) > create mode 100644 arch/arm/mach-hisi/headsmp.S > Thanks! Series are fine to me. Please add the device tree as well. And I am not sure whether the ARMv7 based Hi3798 SoCs are out of support or not. I checked our website and it seems current generation SoCs are based on ARMv8. Best Regards, Wei