Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp1735472pxb; Sun, 10 Jan 2021 08:49:47 -0800 (PST) X-Google-Smtp-Source: ABdhPJxAVAaeZy5cjiNufkijKVmiCJN2KaZzP80ogYCptsvxVcxVwUZP8SZhwbamxCQFik3wnpvf X-Received: by 2002:aa7:c60c:: with SMTP id h12mr11783823edq.145.1610297387281; Sun, 10 Jan 2021 08:49:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610297387; cv=none; d=google.com; s=arc-20160816; b=jsBH1A5pORyfBEWHmfI3nJU1pebhDDdcwhlerQ2DySgLDQrUOgXEUr5ml8gAk0A0Ca 93aLfI3khzTYBTgeIuzVElp5Q9iuTIYf+D/3zdgY45fyeMvP/mI4S6p2quK93jCi1ECd Yo6aZURSZBBO93SISUsUUgZJEPsshESGlxEA3ySNg0Lf5zJyFY/BvNpbVuJKkYx7c2ch lIvIsF8JkSxtBz+CVLxbEFEFHKzn9EkA8Y6ntZCPGzEaQyLtG2voRN24XpWCJpQZimkr 8gXxyamoRDMkZbbo+QztkWpGpW008R/k8Qo5BtEUX3aQehTk8ZN+AN/ZCWxF9w7kmE9x 3Ocw== 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=vGEaIyaDvvvefQ2Ikt94WkCwrejUZGsggxa/H8od4EU=; b=gh5sS+E3VT79hVEynxBchrrvMN0zI+YugJ4eNlGfHgPBqJORiKoSUcyv4g7uhfSdsl Y9DbWI5BWp9QILaMCwkQffypRMosqPMNfKlnHJqpqNKV7UAmeaw7QxCv0UT/o0IdMKe1 eoxrt5aaHeMvtXUn7XIflhWmq3Clp8b0VOFVVRjgdWcv3YDiQCcQWk7OkKUNiR22JvD9 OtE94cPVpHLuPxuj0dhcP/1dar2adaQc0x+BRavFSYRZUPD43M042KQpovWZJC/Wddwi WrBW9R5C5SsH32h7OHZT3ebfTdzwq2W9wjp6nd6SMqGKFebpzH50arHUJgky2aopLZui EeRw== 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 di28si6097023edb.383.2021.01.10.08.49.21; Sun, 10 Jan 2021 08:49:47 -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 S1726418AbhAJQre (ORCPT + 99 others); Sun, 10 Jan 2021 11:47:34 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:59856 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbhAJQre (ORCPT ); Sun, 10 Jan 2021 11:47:34 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1kydrT-00HKz0-HB; Sun, 10 Jan 2021 17:46:39 +0100 Date: Sun, 10 Jan 2021 17:46:39 +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 > 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. Andrew