Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp1814181pxb; Sun, 10 Jan 2021 11:54:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJy942HTZOv1kk3nD/jUZ0uTWdJWgdk/2FVsCE1o29JgSCIrhMD4qB0Pb7/jSnjsMiWGXYK6 X-Received: by 2002:a17:906:4544:: with SMTP id s4mr8528192ejq.366.1610308496146; Sun, 10 Jan 2021 11:54:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610308496; cv=none; d=google.com; s=arc-20160816; b=mIMxvNFirkqOnlCfxPMe6H/nRESjBKP+YlHYOv0wQpVJlta/aLuIb2sHQxKuQ2OcJu lyBmFTJFJUZcLhehAsxAHMi54jN2i8GRnV6DBS/+3EmolMTNuF7awIC9qA/+AF8wFXq+ iPV1WbYCip4qI3HXgqX5I1oeszrHAF8boO92y7af6JgwDYS/osd6WIMufQBGdCJlX80N P2NgPlmCsyT3vT8b9WcB/UjjqbmcfWVYKcVPjpjIAnAZDDsgjWOwPd3n2IWPjS2Cxxi0 PcZzjG801aGiCqM85XIgzGV+eZJeQML9c0iF5APXAbiWRHkoN4AV9Y5Tn+3b2P8D+miL wU4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=5+MhYg93OYxD1AhyRu+0qz/mely59onSrhoJQANFqGA=; b=cupduCI/7w+ZXi9/hwoDZlUNtQPDbWvVAj92c52joKmqg/LFLI/wJeEBILWmVbdREj ExB9jfUKThg8QHNzVIRn/tzFGJSO7UXphhSfGnVpxcfXgn7JUdhSo/caqK9Facvj3mWl ZoXZl2iHSrSeUMeqs/OajCTZIjGyULZZ4B1aQdSQMxkQVDTu0u/QJWK8CF8EkZkIN1r8 RPRGIv0fuV7MK+WFhZe7y0KUmZolHlzDlsjtbONndM9pgfHPPe8f6D08UxonQOoBSzh3 15Y/KPp6F3YPM9FZWzZA6kKhpUIuzwor99/PXvHFehfQLpNkKc4nMsNHsVUyXK7anLjR +eig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a12si4445401eju.509.2021.01.10.11.54.33; Sun, 10 Jan 2021 11:54:56 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726977AbhAJTwa (ORCPT + 99 others); Sun, 10 Jan 2021 14:52:30 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:60236 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726608AbhAJTw3 (ORCPT ); Sun, 10 Jan 2021 14:52:29 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kygkT-00HMyn-Ut; Sun, 10 Jan 2021 20:51:37 +0100 Date: Sun, 10 Jan 2021 20:51:37 +0100 From: Andrew Lunn To: Arnd Bergmann Cc: Linux ARM , Linux Kernel Mailing List , Baruch Siach , Geert Uytterhoeven , Neil Armstrong , Viresh Kumar , Linus Walleij , Daniel Tang , Jamie Iles , Krzysztof Adamski , Alexander Shiyan , Michael Ellerman , Russell King - ARM Linux , Wei Xu , Oleksij Rempel , Alex Elder , Marc Gonzalez , Hans Ulli Kroll , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Steven Rostedt , Vladimir Zapolskiy , Lubomir Rintel , Koen Vandeputte , Barry Song , Thomas Bogendoerfer , Yoshinori Sato , Jonas Jensen , Hartley Sweeten , Mark Salter , Shawn Guo Subject: Re: Old platforms: bring out your dead Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 10, 2021 at 06:27:12PM +0100, Arnd Bergmann wrote: > On Sun, Jan 10, 2021 at 5:48 PM Andrew Lunn wrote: > > > > > For this platform, I'm most interested in whether there are still users > > > that rely on board files instead of DT. AFAIU we could just fold > > > the DT variant into arch-mvebu like kirkwood was, right? > > > > Hi Arnd > > > > I'm actually booting my device using a board file. But Debian > > flash-kernel is pretty unhappy about that. The bootloader i have on > > this machine is too old to passed DT blob. I will test appended DT > > blob still works. And see if we have any board files which also don't > > have a DT representation. Hi Arnd Appended DT works fine for my device. > It may help to ask for these at > https://github.com/1000001101000/Debian_on_Buffalo/, Thanks for the link. I looked at the remaining board files and i'm cooking up a set of patches. I don't see any reason to keep the Marvell reference designs around, especially since one has been converted to DT and gives a good example how the others could be converted. The two WiFi devices have been dropped by OpenWRT, too little RAM/FLASH. OpenWRT seems like the most likely downstream user, so if they have given up supporting them, i think it is safe for mainline to drop them. I checked with the ts78xx Maintainer and he says we can drop that. Kurobox Pro has a DTS file, so i've dropped to board file. What is left are NAS boxes. The low FLASH is not really an issue for them, they can run with the OS on the disk. And they are the sort of device which does have a long life. Andrew