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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 A35C7C4338F for ; Wed, 4 Aug 2021 16:47:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 74F1160238 for ; Wed, 4 Aug 2021 16:47:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 74F1160238 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=biot.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=3cW1YO8Qz8pK8Ta4Y7nprizqe6cn/R+w9VxdtPW/qkU=; b=aExecb8Wj0L8OcyfmOTFZrpbcg hlCq03eThYjlOpduBDNGGNdojTsAQl8Fh1AhJqTgt30nrHBQdF/m8K3k3mYJwSw2NsjrOOWFu3PPj hCzaRdNkYNHgb6wWcz83FrffUYPGNcEPzwlPlbchSXdoFBcZUh3aiqHbGwziJhbwNK7OS5aHk66Kg A+q9h/NflsWeqTj1Y8YldQxqy0zJRG7R8FVvaxPadNbSwVqNAgHuGBN49nL+bpefrPNSvDo58sU5H W53T0/pC1En+eQyHJN/wtXCcOBzwF2v/q+xWVcrOb2wyqYoQ55j/DoVdzp6ifD6T99Z9+Vj5AJ4Dd un37w8aw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBK2B-006oUt-7u; Wed, 04 Aug 2021 16:46:23 +0000 Received: from yawp.biot.com ([2a01:4f8:10a:8e::fce2]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mBK27-006oUB-At for linux-arm-kernel@lists.infradead.org; Wed, 04 Aug 2021 16:46:20 +0000 Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mBK25-007Eyt-Kk for linux-arm-kernel@lists.infradead.org; Wed, 04 Aug 2021 18:46:17 +0200 Received: from [2a02:578:460c:1:ae1f:6bff:fed1:9ca8] by yawp.biot.com with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1mBJzQ-007Euu-Vc; Wed, 04 Aug 2021 18:43:33 +0200 Subject: Re: [PATCH 4/5] ARM: Add basic support for EcoNet EN7523 SoC To: Arnd Bergmann Cc: DTML , Linux Kernel Mailing List , Linux ARM , Russell King , Linus Walleij , Andrew Morton , Geert Uytterhoeven , Anshuman Khandual , Krzysztof Kozlowski , John Crispin , Ard Biesheuvel , YiFei Zhu , Mike Rapoport , =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= , Nick Desaulniers , Kees Cook , Masahiro Yamada , Nathan Chancellor , Viresh Kumar , Felix Fietkau References: <20210730134552.853350-1-bert@biot.com> <20210730134552.853350-5-bert@biot.com> From: Bert Vermeulen Message-ID: <1e3070fe-b5da-0acc-f50b-b0986a1045cd@biot.com> Date: Wed, 4 Aug 2021 18:43:32 +0200 MIME-Version: 1.0 In-Reply-To: Content-Language: en-GB X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210804_094619_425858_1F80C767 X-CRM114-Status: GOOD ( 15.02 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 7/30/21 4:48 PM, Arnd Bergmann wrote: > On Fri, Jul 30, 2021 at 3:45 PM Bert Vermeulen wrote: >> diff --git a/arch/arm/Makefile b/arch/arm/Makefile >> index 173da685a52e..1bff0aa29c07 100644 >> --- a/arch/arm/Makefile >> +++ b/arch/arm/Makefile >> @@ -152,6 +152,7 @@ textofs-$(CONFIG_ARCH_MSM8X60) := 0x00208000 >> textofs-$(CONFIG_ARCH_MSM8960) := 0x00208000 >> textofs-$(CONFIG_ARCH_MESON) := 0x00208000 >> textofs-$(CONFIG_ARCH_AXXIA) := 0x00308000 >> +textofs-$(CONFIG_ARCH_ECONET) := 0x00088000 > > Why is this needed? > > Note also the comment directly above it exlaining > # Text offset. This list is sorted numerically by address in order to > # provide a means to avoid/resolve conflicts in multi-arch kernels. I didn't make that patch, but it turns out it's needed to get PSCI working; detection hangs without it. That makes no sense to me, but I'll examine further. -- Bert Vermeulen bert@biot.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel