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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 AA18AC433DB for ; Sun, 10 Jan 2021 16:47:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 603B322AB9 for ; Sun, 10 Jan 2021 16:47:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726612AbhAJQre (ORCPT ); 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