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 EB5C4C001DE for ; Fri, 28 Jul 2023 16:52:23 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5A8D886947; Fri, 28 Jul 2023 18:52:09 +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="LJfmAB6C"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B05C7868FA; Fri, 28 Jul 2023 18:50:41 +0200 (CEST) Received: from mail-vs1-xe2e.google.com (mail-vs1-xe2e.google.com [IPv6:2607:f8b0:4864:20::e2e]) (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 A7E5C86724 for ; Fri, 28 Jul 2023 18:50:35 +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-vs1-xe2e.google.com with SMTP id ada2fe7eead31-4476a2a5bc9so634353137.2 for ; Fri, 28 Jul 2023 09:50:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1690563034; x=1691167834; 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=uTNMycgAjw2WDprxYm0LkNNY7YkWBeElmk1wn5SADB8=; b=LJfmAB6CCyOi6+W31QqYpH7YV/VEA6/nohwtGu/53xTuVwV2CjJFjLAW929ObQSI+1 mts0OGcODHo2tIudL7ZA4r30eINALx0GnPTUJ1OS5sgG0temrJh+1PUh+hJrWaS7GH+I Bc1ejQ4YycciTqCmTZ9uy8IgyKlcfcPX/6zKM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690563034; x=1691167834; 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=uTNMycgAjw2WDprxYm0LkNNY7YkWBeElmk1wn5SADB8=; b=eCfAg2T52xIfvBcDq1pVftMGlCv99UXcknMPjC9mw8MmZ+Qlo772FKPcxwVD54YqhM b47JoQTm84Nfjhmnhh0O60jnzmJJo9mtNU7zk6S1iBjTJ9FGLvlvv3Nbwc09/9dzPkKx 53Z4Bw/NwZJcuIqFoFDmU5RjJ08P317ceyMRcDnRQe1bzRUGEUJB7l6l4Kksq8JYQoXB xvxaebkvj17aa9oWbRU+dpFOVDNryI7UQ+JZHXQQpo9+sPKX2RJ9pfzQnU0TCF8j+ruW UQ0Gm1BZOClwVsjUyOrLKeH6CxcZkg4q05ikBH3mBITdwbnh9F5swPEZ8UHYGe7GLa65 AHNA== X-Gm-Message-State: ABy/qLZ1TQjjCHtynxWA/uUvUL/BqYrJJIaVfYolTDr4sdcj5mHIj2gX 88j4+9KIa2hJS4S3f2gLppHQk8LuXBYdZZpjSIzfHA== X-Google-Smtp-Source: APBJJlGdhLUrrBTiWVdpTTag7E1zzgCXpFZV30PZFSCEdW28nXcDqanT8GB9vcYo6HTt1R892ew1eA== X-Received: by 2002:a05:6102:40a:b0:445:1ede:4e7d with SMTP id d10-20020a056102040a00b004451ede4e7dmr2527330vsq.21.1690563034442; Fri, 28 Jul 2023 09:50:34 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-1311-45c5-0048-870a.res6.spectrum.com. [2603:6081:7b00:6400:1311:45c5:48:870a]) by smtp.gmail.com with ESMTPSA id p17-20020ab05491000000b0078f4511362fsm493118uaa.4.2023.07.28.09.50.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Jul 2023 09:50:34 -0700 (PDT) Date: Fri, 28 Jul 2023 12:50:32 -0400 From: Tom Rini To: Jan Kiszka Cc: U-Boot Mailing List , Bao Cheng Su , Simon Glass Subject: Re: [PATCH 2/5] iot2050: Use binman in signing script Message-ID: <20230728165032.GL3630934@bill-the-cat> References: <71075775f5a29338e41ec42f2c3cb4908660e713.1690432495.git.jan.kiszka@siemens.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="NHG8CgYrPn2l8c71" Content-Disposition: inline In-Reply-To: <71075775f5a29338e41ec42f2c3cb4908660e713.1690432495.git.jan.kiszka@siemens.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.8 at phobos.denx.de X-Virus-Status: Clean --NHG8CgYrPn2l8c71 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 27, 2023 at 06:34:53AM +0200, Jan Kiszka wrote: > From: Jan Kiszka >=20 > The underlying issue was fixed in the meantime. Also signing the U-Boot > proper fit image now works. Just supporting custom cert templates > remains a todo. >=20 > Signed-off-by: Jan Kiszka Applied to u-boot/master, thanks! --=20 Tom --NHG8CgYrPn2l8c71 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTD8dgACgkQFHw5/5Y0 tywvsgv9Em/m7ZWigLeDug+Ioxbh6x9xc/b9Icb/LrZ0JFsxoIo/ZLsgSS8ZC/MP f/q8+lNB8VSBY29TBqk0L+mPK9XCIPpJJkg5l/HsyEhE5NXGIkAkh/V7kRMliZN0 iyhVKZZTiMh7zeCBbV19zD6ix6s3VW3WrAnn/c+21ZyhCm1SszNl/FRSkSnvn3E9 sgzOf/X9rRdK/5KToZAMCq091On18UPkoXhwBgZC1eSaWC6IN+dD0diXMgNxhztD UFPOvTdrD2Eo3uhcqzO9Jl1MrxrdspeYQ7K+LxoRSzh4Ya7s195cEF3sNPpdKhvG SkqMyr/WJxsjqWPIQo9zn7Swq0QRk8+o2VzuZpRqiZF9a1XHRx59uGriEvbA3Wou kUpWSwPgega52C/EtcKxJvFIXP/3nhJpsIRUO17PDDh3uT/qAHLZk7DqRu45+zSV JM3uJcqsaHTKG5WfSej78MvWraZ7rT0sCZ5QxM3n8jPvVYakaezgw47N47pYMGmX VdsvgE3s =MRcs -----END PGP SIGNATURE----- --NHG8CgYrPn2l8c71--