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 A2DCFC433EF for ; Fri, 24 Dec 2021 14:35:17 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4FAC982FBC; Fri, 24 Dec 2021 15:35:15 +0100 (CET) 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="s9alBmSx"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 779DF83794; Fri, 24 Dec 2021 15:35:01 +0100 (CET) Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (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 6D98583791 for ; Fri, 24 Dec 2021 15:34:57 +0100 (CET) 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-qk1-x72d.google.com with SMTP id l11so8404255qke.11 for ; Fri, 24 Dec 2021 06:34:57 -0800 (PST) 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=0k24iogOxXKhlc+Jnn3jNsecNM6FMi0bPXAE8K6q1Tk=; b=s9alBmSxGNUPD2vwEPS4BvtpLHYLZ93FNKHzSvSXVq/Xxl6J01ldqOrpuIJpRmyMVa iSc24hzYHpJJTfn6c0Hcsl1l7ZuqNF2ETbK3MTBqx0QkNFoEgjk/6+09sBx/u70Hq/T1 cVc0lBusLwGp5GUlgklfc2H5jtyUpNwwOROO4= 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=0k24iogOxXKhlc+Jnn3jNsecNM6FMi0bPXAE8K6q1Tk=; b=BJ53+Or2cF0WUGSYPedvcng5WXbbkLOszHMo1L1jtTC+84YMCEyh34QAF/rsyWr1Kt 9cYJkGA1QujLFoynkqx6CFK13mdqGdIqHKNJ9zHhsuGJFSZns3jxGfclaqr9qpib1+/O wOWgUhfjqe8jPZqDoFrqtPXYOLVQZx3goQF1SHxSitDnIA/ff+j3JYIpS+pVD6Qfw2fQ IlaViN25D9wZU3I55uYUiCJeUr/hOOAV6afaJwjPn54Ex9+PGpW3HW1DCMyUSXFIQOQR dOaVS3Vz56diHJ18p9yVBwoEsGSnVL48vrPIgs58ij+HDpZNFh0oEuqqDy6sAHmpUMgp iosA== X-Gm-Message-State: AOAM531JGDw3KYUeflJ/9lwDd5FaDWXVfzTy5UwprEcqpt15aNsqCjEU IPGdUKHdxnqnyNPbIG9YbqbuFA== X-Google-Smtp-Source: ABdhPJy7vOAnJ3zL5Xn9ia1ADZLP5ccdw7M6p55CxthpdMuoSAHQaak9sUYr7rDaTJpqpZHImbVgzw== X-Received: by 2002:a37:a105:: with SMTP id k5mr4860985qke.716.1640356496163; Fri, 24 Dec 2021 06:34:56 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-6c83-b137-1c25-0645.res6.spectrum.com. [2603:6081:7b01:cbda:6c83:b137:1c25:645]) by smtp.gmail.com with ESMTPSA id g14sm7274715qko.55.2021.12.24.06.34.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 24 Dec 2021 06:34:55 -0800 (PST) Date: Fri, 24 Dec 2021 09:34:53 -0500 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Ilias Apalodimas , Sean Anderson , Heinrich Schuchardt , Mark Kettenis , =?iso-8859-1?Q?Fran=E7ois?= Ozog , Jerry Van Baren , Masahiro Yamada Subject: Re: [PATCH v8 30/32] fdt: Makefile: Ensure that OF_BOARD is used when needed Message-ID: <20211224143453.GS2773246@bill-the-cat> References: <20211217035939.670884-1-sjg@chromium.org> <20211217035939.670884-30-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="jmkJtp15SxLq1SbD" Content-Disposition: inline In-Reply-To: <20211217035939.670884-30-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 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 --jmkJtp15SxLq1SbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 16, 2021 at 08:59:37PM -0700, Simon Glass wrote: > Boards which define OF_HAS_PRIOR_STAGE must define OF_BOARD at present, > since a custom function is the only way to obtain the devicetree at > runtime. >=20 > Add a build error when this requirement is not met, to avoid accepting > any patches which break this requirement. >=20 > Add an allowlist for boards which use it, currently none. This allowlist > can be updated for local development, if needed. >=20 > Signed-off-by: Simon Glass > [trini: change of_whitelist to of_allowlist] > Signed-off-by: Tom Rini (My changes for the email record, the rest of the series was taken as-is) Applied to u-boot/next, thanks! --=20 Tom --jmkJtp15SxLq1SbD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmHF2o0ACgkQFHw5/5Y0 tyxXyQwAizthPeqjDF4RP5ww73A+zemduW79c0h3EmoeYwhfGH/X8uOitymweMDy vQIsgUfiCJTUf4tJXhIc+ZAcPBX86ogDNwEzvRyEF4ENqlo1xMNe4MV8lShBRPjl dXrl/RX+9szxqx+3L7QcoxdpTtbUgVYr5qPIeDiRmmrYzECQlC006F9zo24GpUel oPXyCAUDARgWFrv7uD2NIs+hJR0sT3M9u/tEStnfYxG9KDuuMulBboTcrwwehlVc bm8MSeUAQLlOWHrr314F9asDBlZJRGMKh6HVvZsoE3FMQ+u/7mjxR0BsPUsMf6WQ h3nHAdiMkUDFaS0lujvjD7hx3NRIheVzBciqpdwz36l9xmB4J1tTqVUO8liYwWpH 4qEV5FK0yxdgdHo818u0aKQe/P01I0H3VS0HXh1EWmNVPNj5vM7qk11s3IjhbOBV z3jS310vSaun2wYLiqNBwoTFsT2abK7W+PYC1EJv3gWfwGBC73DMxCWK2KDUgciR dv3DI7Cn =nNZ6 -----END PGP SIGNATURE----- --jmkJtp15SxLq1SbD--