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 86A20C4332F for ; Tue, 11 Oct 2022 21:36:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id EA57C84D2F; Tue, 11 Oct 2022 23:36: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="buOXDOsj"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id ED83184D2F; Tue, 11 Oct 2022 23:36:37 +0200 (CEST) Received: from mail-qk1-x730.google.com (mail-qk1-x730.google.com [IPv6:2607:f8b0:4864:20::730]) (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 0FE0984F1E for ; Tue, 11 Oct 2022 23:36:28 +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-qk1-x730.google.com with SMTP id f27so1761624qkh.12 for ; Tue, 11 Oct 2022 14:36:27 -0700 (PDT) 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=p4m7eIcyTfY7EkehE7WKF3YOqQF8Gq35q8o7c6mryyg=; b=buOXDOsjLdZVrX+tSFE2BQ/56oh1y7pNnM0MFXIB0rnFI6DDclv6EL2RgNpkZ9q4TD biBfvc+l770CIht3EdSC9XEQ8oFU9MY2KnDjoDX8DxhkccirqMxnKXbx6a9TQl+H8q12 HlW5ZzZH0RWviW9jHmUP8xIqkm404RweroLjs= 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=p4m7eIcyTfY7EkehE7WKF3YOqQF8Gq35q8o7c6mryyg=; b=S2AI299sYjvYXO9AMjJpIXIERQEuAJkitPf2ln274lldtgRNB1HRPtcgm1p0WPM6D+ zceEgwG+dh8PKRzuveoC49yTskO4L2Dzhm+xzbTiffiBcaq1ok3CrerSnpqSITIHtCd8 pubxGffi8xb8f7WrJUdTN7CpQmIErvd9cqaz1xEIYqnQ7ApcOAeWi6KkLlEpRr1q/XTb pZwpZqe6BxismXI2Zya5r5GGgCNNNc7qzEu001dV6nZcep5VVFcP5EWnBH5WZZpazDga kfQ6VbSH25sXltiNS8w0jRIH73ifWJeRE1qqVvdioSFFtx03eVmg7eN4Hu7MlN7CPEHM /H1A== X-Gm-Message-State: ACrzQf31oLEeVqLKanMhi8W6JEicWmOVNrmkR2hWiKbfY1fHja9f6aVX n5cPGqaSB/NfNRsMa/QRxI4ZCAQ87Iwjow== X-Google-Smtp-Source: AMsMyM5mVOvbTo3WpP10pw7NTjuMKhgY9/y2+RBmuuIwDn5xr9UkS+5s6jSe8o1LLJ69ca7U0ZjeIg== X-Received: by 2002:a05:620a:1706:b0:6ce:9b88:92a4 with SMTP id az6-20020a05620a170600b006ce9b8892a4mr17781509qkb.555.1665524186673; Tue, 11 Oct 2022 14:36:26 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-9506-5302-f3bb-a137.res6.spectrum.com. [2603:6081:7b00:6400:9506:5302:f3bb:a137]) by smtp.gmail.com with ESMTPSA id i19-20020a05620a249300b006cf3592cc20sm14826118qkn.55.2022.10.11.14.36.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Oct 2022 14:36:26 -0700 (PDT) Date: Tue, 11 Oct 2022 17:36:24 -0400 From: Tom Rini To: Steven Lawrance Cc: u-boot@lists.denx.de, Philippe Reynes Subject: Re: [PATCH 1/2] image-pre-load: Move macros/definitions to image.h Message-ID: <20221011213624.GL2020586@bill-the-cat> References: <20220914185728.393277-1-steven.lawrance@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3rxX7Uty8SZY8iU1" Content-Disposition: inline In-Reply-To: <20220914185728.393277-1-steven.lawrance@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.6 at phobos.denx.de X-Virus-Status: Clean --3rxX7Uty8SZY8iU1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 14, 2022 at 08:57:27PM +0200, Steven Lawrance wrote: > Putting these definitions in a header will allow signatures to be > validated independently of bootm. >=20 > Signed-off-by: Steven Lawrance > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --3rxX7Uty8SZY8iU1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmNF4dgACgkQFHw5/5Y0 tywXHQwAoy/1cqtGDuWsJxOTy7fhu6Hu6MGCtrSBOO2R/ba3ZAmXS97/YSaycp3T Fz9+M3LjJjYM9waI3FNq10w/FiesCHLV/X0PGskWEiScM/3KSE+PlicOTs9F4US8 BfXTG6D4pM3E0cO3enk9q60GLbS8E9oa4EOnyL5ytSx493411anWl/Zr1bf6vGtw dzpRmqL5VvIjpyXekmRQpROqYN2w477b/FLhtPwyYN12C6dGV7xMFcKnyhKqMWKw It1o+0pK5AXVUv0f72yh36B99yA/TrhKYoQVEhx3bsyUMNYlUSqBBxtLmOJ5K5EN icfqJ+APTgN0bjzo73NGoUqegBXhxySdKe1LiA3xu1Ow4hhfNsqa8nQSPzyz1T0/ 3RCypTRKy76j3GtIEcxDO7CetH+xNRRs71qkbXeKYEa81wE271dC7K4lcv2TxuGy tDwx8yMsT3wWcSzh/eHMCBZkUqO8RRFLGXotuaxHQNtASbfArZ3uFkqAheHd+zgM cl57Z4qR =UOl9 -----END PGP SIGNATURE----- --3rxX7Uty8SZY8iU1--