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=-8.8 required=3.0 tests=BAYES_00, 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 D06C9C4338F for ; Wed, 4 Aug 2021 16:46:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC99E60C41 for ; Wed, 4 Aug 2021 16:46:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239614AbhHDQqg (ORCPT ); Wed, 4 Aug 2021 12:46:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230021AbhHDQqf (ORCPT ); Wed, 4 Aug 2021 12:46:35 -0400 Received: from yawp.biot.com (yawp.biot.com [IPv6:2a01:4f8:10a:8e::fce2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 93F89C0613D5 for ; Wed, 4 Aug 2021 09:46:22 -0700 (PDT) Received: from debian-spamd by yawp.biot.com with sa-checked (Exim 4.93) (envelope-from ) id 1mBK28-007Ez4-PS for linux-kernel@vger.kernel.org; Wed, 04 Aug 2021 18:46:20 +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-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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