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 85F40C433EF for ; Thu, 31 Mar 2022 23:26:07 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id A6761842A9; Fri, 1 Apr 2022 01:22:40 +0200 (CEST) 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="njzfVruG"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 06C0784288; Fri, 1 Apr 2022 01:22:33 +0200 (CEST) Received: from mail-qt1-x82e.google.com (mail-qt1-x82e.google.com [IPv6:2607:f8b0:4864:20::82e]) (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 584DC84295 for ; Fri, 1 Apr 2022 01:22:27 +0200 (CEST) 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-x82e.google.com with SMTP id s11so890303qtc.3 for ; Thu, 31 Mar 2022 16:22:27 -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=e6EGgIcIXMng+gR4smzTN6OEqAu49R/JDqZikpFL+zk=; b=njzfVruGS7043K5RC/zdy9C3rjNcuP0qfIUX0NJnS1oJomg4+lnI9Qs9F1o83mI02Y 2S9tukcCW1ESGwoYaSkZwhi3Rnp9ZqImKC2BEv2AvQUocvziSCUkpFIotN2NRKFDeytr hmkBBJVO4LhQOGph8Jm5bcVBxbLtZj+yEsuok= 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=e6EGgIcIXMng+gR4smzTN6OEqAu49R/JDqZikpFL+zk=; b=09wmy5htKZ7ignipCEeB7A+K0ZWiff3EBYUCNQ0fP6ErHvZM2sXvYi8riE/UyRLBu8 MA+uXGHqJQRzFAlLoUbPZIoH+Ph+EVweA1xGmqKLN0zanjiJ6F1+WlvnWNG22vtxwnIA 8jXCd1cSCwCRyJWRB2grvmhH6RA6ao0ijX8GfBfANGA+WhwuqVCyxAvnxoTFNmJXH7x6 xti0DPAnqKALzza/3F2HJ7imU38ueIhXd4lMMTcwKmq41dQuYdxdG8xK3YYMgz0AOJ5/ PdR02cUpaTUrbnUE3WzQSp/8ipJYqT0icnKvwUqlJp0XDXVqrRr9clwed1Awa1DrO7Ky FDOA== X-Gm-Message-State: AOAM5336ZZZKnDCqSgeZDIII01p+VDewW6xPBJGt4+qeCMGpLkfFLMQe +ixBy7ribvf69WDdA2i0iz+Qfw== X-Google-Smtp-Source: ABdhPJyKYh4texbColV8F+Fz/znPHpvEbSnrvKsPrpKtqimgfPHDybe76RwNokj6TvHRr/VMklc3QA== X-Received: by 2002:a05:622a:c1:b0:2e1:e281:2ac0 with SMTP id p1-20020a05622a00c100b002e1e2812ac0mr6477576qtw.608.1648768946236; Thu, 31 Mar 2022 16:22:26 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id 22-20020ac85756000000b002e1cabad999sm560325qtx.89.2022.03.31.16.22.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 16:22:25 -0700 (PDT) Date: Thu, 31 Mar 2022 19:22:23 -0400 From: Tom Rini To: Philippe Reynes Cc: sjg@chromium.org, rasmus.villemoes@prevas.dk, u-boot@lists.denx.de Subject: Re: [PATCH v8 13/15] configs: sandbox_defconfig: enable stage pre-load in bootm Message-ID: <20220331232223.GS14476@bill-the-cat> References: <20220328205707.348270-1-philippe.reynes@softathome.com> <20220328205707.348270-14-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sA8oU60uXPLxwof5" Content-Disposition: inline In-Reply-To: <20220328205707.348270-14-philippe.reynes@softathome.com> 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.5 at phobos.denx.de X-Virus-Status: Clean --sA8oU60uXPLxwof5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2022 at 10:57:05PM +0200, Philippe Reynes wrote: > Enable the support of stage pre-load in bootm. > For the moment, this stage allow to verify the > signature of the full image with a header. >=20 > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! --=20 Tom --sA8oU60uXPLxwof5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJGN68ACgkQFHw5/5Y0 tyyG3QwAtMxFNZHveCOJtqBDgn49ANxGTWIijDnXKCC3dGbHHoNlbQPdEhMD/oh9 I5jBYP4ljTVlsWb0DzbcOrzLXvTjOo5iwUccAGrGVTrs7bey/7Xz6l02UHX5CnGY RuAUILQRHnYxTkmQWK5aODctolV8OSplxjmiU3cwGO3lpQsK+dmbiLyiiSj0WQMJ /yMss2IcN8zikUHM4bjk9SK3pBvEfVBc15EAxCTPgmuIkG13B9LDGIRRWDosIUJQ Q2ciNDanu307Y8OeJSMmtxVrh1miXMmhSEZk9T1LIRaWaYnul4AtLcVFvje2aIS/ 1YliTkeIAHxDYc6GxT2saxcddrRJm+0dGs9/G+wHWeZHUl7+w2PuS/q11ZLPvqwr gjYHPIxvSTxXzkIENEeZftEDG6YYEkoRqkN4XWwZLH9uz7nOF6nOal3e9XDGF3HG LjxDT07HU93BpTGKAKH+n2pAkZoG/+FTKnuW8/fatVy/9+0aIYDaAM92iBYiQ08N TN+2ue1G =9fzt -----END PGP SIGNATURE----- --sA8oU60uXPLxwof5--