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 DAC47C433EF for ; Thu, 31 Mar 2022 23:24:24 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4116D84285; Fri, 1 Apr 2022 01:22:15 +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="Lq1Qu93v"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7338B8426A; Fri, 1 Apr 2022 01:22:08 +0200 (CEST) Received: from mail-qt1-x832.google.com (mail-qt1-x832.google.com [IPv6:2607:f8b0:4864:20::832]) (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 E251884266 for ; Fri, 1 Apr 2022 01:22:01 +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-x832.google.com with SMTP id c4so896924qtx.1 for ; Thu, 31 Mar 2022 16:22:01 -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=0Do2BT9qhLkEOMwnzvhpJxaeJEgcX8Hts+ZDHT6zzTA=; b=Lq1Qu93v2Axm23xcq7eAdLr3WUFaoYTz4u55/0W05U01IbwXWeDUnwFS9Zw7yenRHu GIILYT+yCedjFGRVJ2N4j2AVbiNBH9OVf9jynfQy4y7Rl9b0JE7sagYQ95vqEqJ2jeo7 gXzWkzFd6R5zxjuka4eLSMPZz3vOLUAmVdRyw= 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=0Do2BT9qhLkEOMwnzvhpJxaeJEgcX8Hts+ZDHT6zzTA=; b=vKG717X1lcfLGmLgPOkOEa5LR2IFUaaXSulhrtUShRjVmHSu0EW0bzAVdwU74OtuP3 0xDesrJCP9F2PYd9oVCXRwDtc+5/+1uQXe1jCMS6gExjp559wg2q7FKykmLnizNNlcxu SewwUEEDhxjzQnmDMxqOPwCHKPgIgRfsTsGih4TtNmnVJi2S/6Bf1ggpojo15HYE9oEt aLnfgBYeg4sKtGiicMjsxvelVHDF+OxMutAbFss9w/l1DyMXs7if4dsydMKncPcAQvx3 VOslqRAeMPQN0jHzA0GSjsH6ylHr8iIZ79f4atv5hVOzgMc327IbEXEkmWdNDyTSh4Sg f08g== X-Gm-Message-State: AOAM531RmkXfxJ6QObvU9taXa1TTDrj8Dy3w0XHNpkKHsaB4OoGDBu/w mQ7R4NXTgZlN+3RUaBWMPSC/5g== X-Google-Smtp-Source: ABdhPJyFmhTXqewQagW9JCCiFZC8gUki5ffKoVIx0kxieFnNMFoMkkayjdthtqVcmkTbj/9HddYHTQ== X-Received: by 2002:a05:622a:208:b0:2e1:b3ec:b7ce with SMTP id b8-20020a05622a020800b002e1b3ecb7cemr6650752qtx.345.1648768920708; Thu, 31 Mar 2022 16:22:00 -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 br13-20020a05620a460d00b00680d020b4cbsm385692qkb.10.2022.03.31.16.21.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 31 Mar 2022 16:22:00 -0700 (PDT) Date: Thu, 31 Mar 2022 19:21:58 -0400 From: Tom Rini To: Philippe Reynes Cc: sjg@chromium.org, rasmus.villemoes@prevas.dk, u-boot@lists.denx.de Subject: Re: [PATCH v8 10/15] mkimage: add public key for image pre-load stage Message-ID: <20220331232158.GP14476@bill-the-cat> References: <20220328205707.348270-1-philippe.reynes@softathome.com> <20220328205707.348270-11-philippe.reynes@softathome.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Dp1s8ZelCQsTdIdV" Content-Disposition: inline In-Reply-To: <20220328205707.348270-11-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 --Dp1s8ZelCQsTdIdV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 28, 2022 at 10:57:02PM +0200, Philippe Reynes wrote: > This commit enhances mkimage to update the node > /image/pre-load/sig with the public key. >=20 > Reviewed-by: Simon Glass > Signed-off-by: Philippe Reynes Applied to u-boot/next, thanks! --=20 Tom --Dp1s8ZelCQsTdIdV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJGN5UACgkQFHw5/5Y0 tyxhXgv8Cdt0t2GOcPz7LrOb1363sfr2GodLWI/CDukAWIJx6I9qnwDB2PoETJAU /3fQsGZwcOIjF6EwC+R9G8bls0g38GjT3GdNv/eJzoFWZIvYJCp63pQ9OC/Q/KNq seIazR4W/gKRt0AFZo0kmGZW6AHiZ3nKWkdD8tRPIwH+AsMXksThQBshVNp2BcrS fVxF4UIoYb8W/Z36sG0KpA7II68Pun0N8Ttgy6uwftcu4tLURPwBJ1/Sy0mntPNc +HGLEi1PGSHjjPz66k95YQgxC78/jGvutJOoectdZz03CyUi2J3tzY2OV1lu2h0m OUg7z2hqaWai+P7kWNwWLLt9zvxpVW6DmR+ZWZVH4adoWEWx1cBZ8u+v6Mqq8ejw QmmLGvApdzsNXMFndTbd1ExZ3vKv22lWNv/eVDisWudY62/NW1lEVGzzNnlSidKh eeuDUvajDNKCSE0FMWv4T0iPHN+cfZw1JjehJ1vEZ8aGWyEk4pBxNaofdoeFVCLy hE/XyzR6 =BKRM -----END PGP SIGNATURE----- --Dp1s8ZelCQsTdIdV--