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 73209C433EF for ; Mon, 6 Dec 2021 21:46:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EE26B82F56; Mon, 6 Dec 2021 22:46:18 +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="esX64UgS"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 430EE83087; Mon, 6 Dec 2021 22:46:17 +0100 (CET) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 80FD282A7D for ; Mon, 6 Dec 2021 22:46:13 +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-x735.google.com with SMTP id a11so12613311qkh.13 for ; Mon, 06 Dec 2021 13:46:13 -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=32S7przx0a+PjTGMX0rE6bB93dYx1GjTJAMaaw1Rm4g=; b=esX64UgSQM7/vczhomHr09XiAGC8QF6hT54g3/go6WeVgKlMgXuGw7QXbNMWgD6o7K X4pRMB6hSovLjNFvAS48jsHN6gdRW2AWRlbIRLe6B//LY30gcFxBF8txUAww0sx0qCd6 5yFNojO57DMbhYRl3eKGjMZTPxOghPJwm+a1Q= 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=32S7przx0a+PjTGMX0rE6bB93dYx1GjTJAMaaw1Rm4g=; b=zL852t5FosKE+57U4VhcWocFC5qJvdCJuOvyVKNYgZmo/h3RQP529KVfwiYvcOjX41 xPHy+IXQfDrcHaRlFAWNS16kp+CjlCF76RUAhk0CXkhktHSLP1+FyPbrgnfP6cjRA5Pu sWkLH3D5KOcXHhO4ouMtmEXk5Cukrg4XuymO8DukzwDy/CIdfwFICtsr3L9MaUEZVH/2 0yP4vYi1oOrcz6v631BV1/6WDugr8/4IcUdgZTE+emMKsi6PzrkTVGDztTra0NWCfwGH I18opllpjz6EW9cM/M1DqrPt2Vn+Y1VpxTxIdSscxqkidIxuZMePdsGBVtyC50RjmS// ywQw== X-Gm-Message-State: AOAM533VqenaJu4NIInmSDVzaenBoqYF6pdgKSSy9QGZ7LL4VIqltGNY bShVXXZXHsrreIdFh4s0NjSZaw== X-Google-Smtp-Source: ABdhPJwegOHUv7273i6ETC77lTeaXM1JZxxAhNfMUXcjn/CAPnsmKJci7TY6BieRSBcq0Vxbv1CRow== X-Received: by 2002:a37:b53:: with SMTP id 80mr36003423qkl.91.1638827172113; Mon, 06 Dec 2021 13:46:12 -0800 (PST) Received: from bill-the-cat (2603-6081-7b01-cbda-cc55-9afb-ab32-29eb.res6.spectrum.com. [2603:6081:7b01:cbda:cc55:9afb:ab32:29eb]) by smtp.gmail.com with ESMTPSA id f18sm7391314qko.34.2021.12.06.13.46.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Dec 2021 13:46:11 -0800 (PST) Date: Mon, 6 Dec 2021 16:46:09 -0500 From: Tom Rini To: Fabio Estevam Cc: Andrey Zhizhikin , Stefano Babic , U-Boot-Denx , dl-uboot-imx , Peng Fan , Heiko Schocher , Teresa Remmet , Jagan Teki , Marcel Ziswiler , Ilko Iliev , Heinrich Schuchardt Subject: Re: [PATCH v2] imx8mq_evk: switch board to use binman for images Message-ID: <20211206214609.GL2355606@bill-the-cat> References: <20211203152938.3795-1-andrey.zhizhikin@leica-geosystems.com> <20211203161802.12699-1-andrey.zhizhikin@leica-geosystems.com> <20211206212653.GK2355606@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2JFBq9zoW8cOFH7v" Content-Disposition: inline In-Reply-To: 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 --2JFBq9zoW8cOFH7v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 06, 2021 at 06:38:00PM -0300, Fabio Estevam wrote: > Hi Tom, >=20 > On Mon, Dec 6, 2021 at 6:26 PM Tom Rini wrote: >=20 > > I believe this ends up being blocked on getting binman / CI happy with > > the files being missing? >=20 > This patch addresses the following build warning: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D WARNING = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > This board uses CONFIG_SPL_FIT_GENERATOR. Please migrate > to binman instead, to avoid the proliferation of > UPD include/generated/dt.h > arch-specific scripts with no tests. > UPD include/generated/timestamp_autogenerated.h > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D >=20 > The other issue about missing files is orthogonal to this patch and it is= being > handled by Heiko's patch: > https://www.mail-archive.com/u-boot@lists.denx.de/msg425275.html >=20 > Andrey's conversion to binman can be safely applied to 2022.01. So this platform doesn't run in to the HDMI blob problem or similar, in CI? --=20 Tom --2JFBq9zoW8cOFH7v Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmGuhJoACgkQFHw5/5Y0 tyx+xgv9Hnr+WGtGqTNsgNkpqhBXlZlBTvgcwon3YSCcCwpBafdkGXZ2aE0nSmjd zF383Kcf7v4vSMu0wR/NrHN589K3f/K/t9i4KgGhc8w02zduYca+iYk2IaQoVqqC iobZefMDyGZSvIXhbpK5s9Q4d1K/67ea+/EyoxtpSZPLf1gN34iuEBm4HLMGT6m9 wRWBiCfgWfbSz+WgpbQ3Qe5TtPuX0PzDbhD+0jnWBIro/FW+9QxKTsnUX0rRi5nw eicqR4Axw7HAuspieUINfwHcBgvtTcEDb6R/by+ydLHFAA9DjBZC0R6ahQamnHGe kv1aTGipm3ghjzu0EI0VJLPMQ7vVtVlu3iQYHIt7aW7tEKxfM0UWKW3/i3CMyQMv tKaQcJ/dDBZyMZHbO6hAUUy9rs16WaHevSuiUuKKnH2/y+meTGYVB+nx7wvTXCgE C89bcN4NI5eKskXLeA3AHPD6QiUTT9GBNdfcCem4xdylEvua5BEmnywcbcJdC1YW UDs5+hL5 =xC9L -----END PGP SIGNATURE----- --2JFBq9zoW8cOFH7v--