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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4029BC433F5 for ; Wed, 27 Oct 2021 18:24:32 +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 916F461039 for ; Wed, 27 Oct 2021 18:24:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 916F461039 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com 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 B8C5983152; Wed, 27 Oct 2021 20:24:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="ttAOoyZP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 18F94833B1; Wed, 27 Oct 2021 20:24:28 +0200 (CEST) Received: from mail-qv1-xf2b.google.com (mail-qv1-xf2b.google.com [IPv6:2607:f8b0:4864:20::f2b]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0B22182FE7 for ; Wed, 27 Oct 2021 20:24:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2b.google.com with SMTP id jk5so2362340qvb.9 for ; Wed, 27 Oct 2021 11:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=i3PqeSwvORPW64N5rSRhRFy6u3dQ5OS0tfUXC1Z29YM=; b=ttAOoyZPEXTLoTTFvEC2JYuxqoNQzzjcJGqZ6abegplKBi7dOX90bGlIoNTGuifLpC gn/WhO/H/a41v187XtCL3vciGSNsvGE/o/F85XGFIrLyR9KvpgHgVY/VkmSlAidA8sGI fggulJL5LNiE9bQiCBP+u9coePqq8mlAAOuhc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=i3PqeSwvORPW64N5rSRhRFy6u3dQ5OS0tfUXC1Z29YM=; b=X7zIQHlBjCgRhgtjqkIjfPPB7MaZl1joDwempQJTDC9kdjFaNAyrUp7WkwJ6HPuo25 NsvBEQmGa5eho8FdHVmUu8uYdBk7/kDVe28qz5a+rtD9lmElzUgmYG+U2CUF+kYn7GW5 TdyXrE6+TbHt8KIIW5HxIhYBIXNNLYXuyNZJOVPtXugmoNkvrz9gAtsoIBSxrk9R8x61 +CLOyQPEhPQLlFVm3WKPSDxp1nYnv8o9XPpKgOw6agJXS7aVeHF1maMxWvZxGKAQcvYV TjUxnXBR7EK5uQGixSmphfu2bxqhN6XEvBbY+lrLrGC8u6Q5aaHz4Q7oDRQj+KP8v0R+ Az5g== X-Gm-Message-State: AOAM5302cwojaA0+ErTUyWNsgtnQ/lCHAd26YE9PQBJL1ybgUk6UoLUz 0DASCkEaO+PzuKDtlHrwAf6f+Q== X-Google-Smtp-Source: ABdhPJyL4t82et49CruwxB//CA/mAy+CHt1WAZ8brVTW8FIYYRWKApIghSI/f9mMafvewDPizRXuFQ== X-Received: by 2002:a05:6214:1d21:: with SMTP id f1mr20384209qvd.6.1635359063925; Wed, 27 Oct 2021 11:24:23 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-0044-6cb5-81ac-bb0c.res6.spectrum.com. [2603:6081:7b01:cbda:44:6cb5:81ac:bb0c]) by smtp.gmail.com with ESMTPSA id x22sm545170qkp.103.2021.10.27.11.24.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Oct 2021 11:24:23 -0700 (PDT) Date: Wed, 27 Oct 2021 14:24:21 -0400 From: Tom Rini To: Simon Glass Cc: =?iso-8859-1?Q?Fran=E7ois?= Ozog , Aaron Williams , Albert Aribaud , Alexander Graf , Anastasiia Lukianenko , Andre Przywara , Bin Meng , Heinrich Schuchardt , Ilias Apalodimas , Jerry Van Baren , Linus Walleij , Mark Kettenis , Matthias Brugger , Michal Simek , Oleksandr Andrushchenko , Sean Anderson , Stephen Warren , Stephen Warren , Thomas Fitzsimmons , Tuomas Tynkkynen , U-Boot Mailing List , QEMU Developers Subject: Re: [PATCH v5 00/26] fdt: Make OF_BOARD a boolean option Message-ID: <20211027182421.GG8284@bill-the-cat> References: <20211026002344.405160-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NG5rUlMnWRrIcOiS" Content-Disposition: inline In-Reply-To: X-Clacks-Overhead: GNU Terry Pratchett 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 --NG5rUlMnWRrIcOiS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 27, 2021 at 08:08:19AM -0600, Simon Glass wrote: [snip] > But trying to do any driver / core work for a board where you don't > have the devicetree is currently not possible. The devicetree is a > core component and being unable to modify it is simply not practical. > We are talking here about an option that can be enabled or disabled. > In my case I am able to disable it locally and do my development work. This certainly is an area where it's easier to work on arm32 platforms, where we aren't getting the DT passed in, than arm64, where we almost certainly are. --=20 Tom --NG5rUlMnWRrIcOiS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmF5mVUACgkQFHw5/5Y0 tyyc0gv9F0z11YfEAGTfYBFUJxuS9gPwgw4pJhfuv/AEVqYspyg3H+tByYqJnG+I KLV8SKMQyiEPRjvQ5KQgHdNjozJTweGZxiCINlUx3HVWBhfu+Nuq/IVnKdhtwWtS 1dsSb0njdziY2+K1xHHbZ4aa2B9/EyoDC9sctJyQPICpUnPrG5uM4zHKicbqzemq JA8iICTyYJj089ZDu3TfkRNwElEHbC3CdOwstk3E06bFL0e8i4kXndxyqFfT7V/7 CI7mtTtkCQkWYYxv6T/VJdqJKXZ4Ejk1PZ8qT6S/8cVkY8R5xPQwNunKkJYq7P/q 7XukKZzPVbEXEI9rwdVqZQljiablfgqiLBAgwq3UHU35TdMBoFZKm94M9lzM+oJ3 lgRpaaz2e7MbAV3V7c1P8IXKVj9mkhFWnLvCVYgesHQmC2UlcJnVgiBK+TPoiYlw JT+FeLuH25kPSTXz29OzV8G8CG2YfyvACdLcTgzqnjNZwkdryZr/qhko/OVUbrrA nWU6N30v =XLvc -----END PGP SIGNATURE----- --NG5rUlMnWRrIcOiS--