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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 02136C6379F for ; Fri, 17 Feb 2023 15:51:32 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 65C9D85A8F; Fri, 17 Feb 2023 16:51:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (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="cP3LbpPD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 123B985A77; Fri, 17 Feb 2023 16:51:27 +0100 (CET) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 A8CE585C33 for ; Fri, 17 Feb 2023 16:51:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x82a.google.com with SMTP id d10so1200356qtr.12 for ; Fri, 17 Feb 2023 07:51:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=XunCZ0uTfkV9OeCAeXsPJx0xAGz/hWWf8CgvtGvUsZ4=; b=cP3LbpPDyKm9JePY/xPcEKRPu2k4kN+4y4370xCGvRD1T7BiVtb2t8QUolmW/dtZH6 YgkFWNdD4GhBWGd/4+A6ir3tiracAQq+w3Df/22YzhRS2dGt//WGbJtdSWaAGgElsNwe BrKp0plpJkTFXxPH8FlXaPxYkQ93WZKTRpUKA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=XunCZ0uTfkV9OeCAeXsPJx0xAGz/hWWf8CgvtGvUsZ4=; b=srHJmoKvx+fUjVgV1ihR8CRsQcM1oX6t5wwol1KKY2BPNqCAGRI/3zBDJ+EZ3VDQea cICZ6IyAZkWyuxmhWMAPTwifqkbldXEgMO/6U8+svOoSXhtDB/0yF53TNM/aQ+K+o2uK ERlg5aws+SXUBh3VrNMA7oR4nrS3xG3SWU4a3/5pM3OBaR4KplnOw7ahEGW1SEBCs1kA tDRUFdNNnd7LEdWC3SYSNwSmFMIGl79WyhD/gu1umcPnTM5M05oqCqdaxGyKg8OU4BQJ vkp96OLjgRqhf4enwRNkClA+kcdER8u618+O2T1ewFZNQ8H3KaOz1P1w1M4qt39Wdi4k UVSw== X-Gm-Message-State: AO0yUKW4ABnHp1NqFnW2AslzDcFk9oOnOx9dbGDzAEtUX14JufVP/6Wb aZQIzpIfpKLHNwVVdgU77Yg6+w== X-Google-Smtp-Source: AK7set93czJ7six6U3AucQ7u2ek3LOkMNQlWCCjiTipfnbbafmD5tyXfYq5PzA/C8Rk1NxntH1YQWw== X-Received: by 2002:a05:622a:1e0d:b0:3b9:bc8c:c1f9 with SMTP id br13-20020a05622a1e0d00b003b9bc8cc1f9mr8615623qtb.4.1676649081387; Fri, 17 Feb 2023 07:51:21 -0800 (PST) Received: from bill-the-cat (2603-6081-7b00-6400-5ac5-8d1f-7f77-73e8.res6.spectrum.com. [2603:6081:7b00:6400:5ac5:8d1f:7f77:73e8]) by smtp.gmail.com with ESMTPSA id m2-20020a37bc02000000b0073bc199d486sm75892qkf.126.2023.02.17.07.51.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Feb 2023 07:51:20 -0800 (PST) Date: Fri, 17 Feb 2023 10:51:19 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Mark Kettenis Subject: Re: [PATCH v3] bootstd: Replicate the dtb-filename quirks of distroboot Message-ID: References: <20230205202439.214697-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oss90Pv6mMr36kQc" Content-Disposition: inline In-Reply-To: <20230205202439.214697-1-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean --oss90Pv6mMr36kQc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 05, 2023 at 01:24:38PM -0700, Simon Glass wrote: > For EFI, the distro boot scripts search in three different directories > for the .dtb file. The SOC-based filename fallback is supported only for > 32-bit ARM. >=20 > Adjust the code to mirror this behaviour. >=20 > Also some boards can use a prior-stage FDT if one is not found in the > normal way. Support this and show a warning in that case. >=20 > Signed-off-by: Simon Glass > Suggested-by: Mark Kettenis As-is, sandbox fails to build with this, on master. --=20 Tom --oss90Pv6mMr36kQc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmPvom0ACgkQFHw5/5Y0 tyyNBwv8DMKTdwaE1M6hOsR3T0x3jfoxpptVOHdBobnpIRsOdOHm9QYSP9za0vDd UqmWX5RZOrHudBXo6XCZknk6zUXYn/br4Dw/03IEoBTgzcYzjCb32VD1W/CxBjId RiUAnyImA7jhR4aa5nmJqfC8iwSq4K9QcIVqrYUKaJeU9KkluMZCOm5ZSiyVOUw/ r2NpiND6N5Ilvx8Da5ztzTXkLqTrCKV4qDd/h0Bd1kf03W+FhEqvIT80xToOeI1h O+5XoMZBHco+ukoew8iULuUbqFtyJ1l/mGdvpwld5ZZw8ZEmIdxNiWkdEMkqpn+c sLdeaGMeE9V579bUjA93+8kIHViASTKn+tWjMNnN1iut4FDfHCn+uWjEXx7IxCxr rgqGe7twOZ8MD2INg4xBkhihbRTlfA/kC3hLb0hbnGIbOYLLdenqF51W+stbg2a/ lvK5jDneXoGcq39pwBWqb9ddX3vrtIEG5MTFPlachM2GFFqGvYQExXd6pBNL7fE4 iTGQ2hwG =pyiu -----END PGP SIGNATURE----- --oss90Pv6mMr36kQc--