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.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 CCAECC433F5 for ; Tue, 14 Sep 2021 08:37:54 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F2B2961108 for ; Tue, 14 Sep 2021 08:37:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org F2B2961108 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sequanux.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 38B4F8349B; Tue, 14 Sep 2021 10:37:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=sequanux.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 96FB7838ED; Tue, 14 Sep 2021 10:37:49 +0200 (CEST) Received: from vm1.sequanux.org (vm1.sequanux.org [188.165.36.56]) by phobos.denx.de (Postfix) with ESMTP id B5662834AD for ; Tue, 14 Sep 2021 10:37:45 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=sequanux.org Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=simon.guinot@sequanux.org Received: from localhost (localhost.localdomain [127.0.0.1]) by vm1.sequanux.org (Postfix) with ESMTP id 707951080EB; Tue, 14 Sep 2021 10:37:45 +0200 (CEST) Received: from vm1.sequanux.org ([127.0.0.1]) by localhost (vm1.sequanux.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gTYBfNg-0Ea0; Tue, 14 Sep 2021 10:37:43 +0200 (CEST) Received: from localhost (softwrestling.org [188.165.144.248]) by vm1.sequanux.org (Postfix) with ESMTPSA id 45CD21080D6; Tue, 14 Sep 2021 10:37:43 +0200 (CEST) Date: Tue, 14 Sep 2021 10:37:43 +0200 From: Simon Guinot To: Stefan Roese Cc: Tom Rini , u-boot@lists.denx.de, Albert ARIBAUD Subject: Re: [PATCH 5/6] arm: Remove edminiv2 board and orion5x support Message-ID: <20210914083743.GL8402@kw.sim.vm.gnt> References: <20210909115453.5073-1-trini@konsulko.com> <20210909115453.5073-5-trini@konsulko.com> <20210909225410.GE8402@kw.sim.vm.gnt> <1d6557f0-29f1-b31c-5abf-086132ab7c2e@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="KIbT1ud6duwZIwNL" Content-Disposition: inline In-Reply-To: <1d6557f0-29f1-b31c-5abf-086132ab7c2e@denx.de> User-Agent: Mutt/1.6.0 (2016-04-01) X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --KIbT1ud6duwZIwNL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Stefan and Tom, I finally managed to find a Disk Mini v2 Ethernet card and I will be working on the DM conversion as soon as possible. Please, let me know what is my deadline to complete this job ? Simon On Fri, Sep 10, 2021 at 06:41:14AM +0200, Stefan Roese wrote: > Hi Simon, >=20 > On 10.09.21 00:54, Simon Guinot wrote: > > On Thu, Sep 09, 2021 at 02:05:29PM +0200, Stefan Roese wrote: > > > On 09.09.21 13:54, Tom Rini wrote: > > > > This board has not been converted to CONFIG_DM by the deadline. > > > > Remove it. As this is the last orion5x platform, remove that suppo= rt as > > > > well. > > > >=20 > > > > Cc: Albert ARIBAUD > > > > Cc: Stefan Roese > > > > Signed-off-by: Tom Rini > > > > --- > > > > arch/arm/Kconfig | 7 - > > > > arch/arm/Makefile | 1 - > > > > arch/arm/include/asm/arch-orion5x/spl.h | 9 - > > > > arch/arm/mach-orion5x/Kconfig | 18 -- > > > > arch/arm/mach-orion5x/Makefile | 26 -- > > > > arch/arm/mach-orion5x/cpu.c | 298 ------------= ------ > > > > arch/arm/mach-orion5x/dram.c | 58 ---- > > > > arch/arm/mach-orion5x/include/mach/cpu.h | 242 ------------= -- > > > > .../arm/mach-orion5x/include/mach/mv88f5182.h | 23 -- > > > > arch/arm/mach-orion5x/include/mach/orion5x.h | 66 ---- > > > > arch/arm/mach-orion5x/lowlevel_init.S | 286 ------------= ----- > > > > arch/arm/mach-orion5x/timer.c | 174 ---------- > > > > arch/arm/mach-orion5x/u-boot-spl.lds | 60 ---- > > >=20 > > > If nobody steps up to start / continue maintaining orion5, then: > >=20 > > Hi, > >=20 > > It would be a shame to remove the whole Orion support. > >=20 > > If you can wait until this week-end, I'll look into my boxes if I can > > find an Ethernet Disk mini v2. > >=20 > > If it is the case, I'll do the CONFIG_DM conversion. >=20 > Thanks Simon, that would be great. >=20 > Thanks, > Stefan --KIbT1ud6duwZIwNL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXW8DgovlR3VS5hA0zyg/RDPmszoFAmFAX1YACgkQzyg/RDPm szp+6xAA16PcHvGLAP4MSFiQZmNpPi9WoBJo1f3Y1B4y9cqWVfJJyIs5hJFcrLX2 EArKZQ7SC5XOUZ76idt0Tfia1G4k4BjKZyhCyTa+RC5hiPLKGWcaZ93Y/r3HK9OE Si7V84G8aCOwAHhjT1nggrPEyhCLhyKBJM6sIKit5bfzdQe/hkL6tVPOrCmO/YJK Q+TF4khwAuNBogI/YnmK5g9BYD30jBe+VsYamg5uWbhYHlAVfDZDiZlR5FMLfwL+ fAXHJw8sFG5Yacdauzr8mfN018P/3S2m94GDd1Li96EBZ+9eUIDkcn9wlkXtCa2g U+JU4uW9lmwCTVb0twmZfNLPUMdsx6OgSXJxRnnhbwynuKfELCA+Lqj/rQUb6udD ZDE+qPPzY0QIgeSSmnrYycUHLVeSoRgeQaw+KaLpRMVqRdSiTZaumteQtBYMzoUE azY9Wpv/wv/4QlE+o14d78lBt5EXPgcSbkCIycPHTZWFftfjbbSxDRMvXNj9P+ND /EvxkiYh8fC2fNVYj5LJMr2Tps7bRraceOG9ytSNSwzDtKnwR8D62QpB7sdr7328 mmiIfMO4OL0yrD2Yd1SyhYaXJJfSTw8sZn7Tx/ebTw0qiqK4lntW0JFruZDG9Vh2 4dT4aYQaHs2vovp5blGFrIgS11LR8mpPPUs6tE3Zp8nKcOhERzQ= =SUK5 -----END PGP SIGNATURE----- --KIbT1ud6duwZIwNL--