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 D247BC001B0 for ; Thu, 10 Aug 2023 17:17:12 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2F10F86884; Thu, 10 Aug 2023 19:17:11 +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="RK1cXoVp"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0949686725; Thu, 10 Aug 2023 19:17:10 +0200 (CEST) Received: from mail-yw1-x112a.google.com (mail-yw1-x112a.google.com [IPv6:2607:f8b0:4864:20::112a]) (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 991A686884 for ; Thu, 10 Aug 2023 19:17:07 +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-yw1-x112a.google.com with SMTP id 00721157ae682-586bacac98aso13714187b3.2 for ; Thu, 10 Aug 2023 10:17:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1691687826; x=1692292626; 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=Yfc4vqq8/mA0/FezVo1cTQfgmcidyeAZAnXW1bt1UsQ=; b=RK1cXoVptRO3EtvanTF3kSHBKqpsIICBDOhMCipjBcyF1w0utExYlMPU1Xf+ZaZCKw UmkS3psX/iShogjKc26/Vup3ywy3Izyb/BggX4e1/Q27Qhd8XsznTPaB1NqSQIS3CD9k UwCEwUxw6q1+RGzEhImsYqIDHM7cyxeiRp7PE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691687826; x=1692292626; 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=Yfc4vqq8/mA0/FezVo1cTQfgmcidyeAZAnXW1bt1UsQ=; b=B+qPjg/gy+Sx7caZVMsdrwCRID1G6e0xnxixC6EvN2DexNO/F3tD2ZDtEfMPVUpiAQ VDdEQGVVhrZywqZqXQn4s1ZfZvYBctStNdmFhm/f5oA1QiR9E4CBmwkQjDr8Mkl+qCBb FX3NcbKd0qpGyAFY8pWYhY9Ky/9Ny5fOyqXjXvcJbUgOujUUIrYtjdWdCiJv27iaEkt1 fPKwS3yij4SMd4ahk5PcLvODMjmRvkhbgPfs+rlWht1Ogc7Rw47XG0Anncl2zIq0j437 3Uy3h+4MuruCD60FcGw8vujl7+Tgxf4Qezq4SaABbmBsoXQrozXBwOZtVaOo76uRyPR0 sk0g== X-Gm-Message-State: AOJu0YwD9aKy5sZ+Li7+rE+gzRIkRmW4q9S0A+SydmfmD4fIETHVexFi wZt7Njy3jMlkhqWBkq3trZTwhA== X-Google-Smtp-Source: AGHT+IGnZRB++Uncmhndbi893kP3KS6Vp2tWh3cag7rx6uiPAEQFSulgKnuH6cJ37iOhrkK7U51NDA== X-Received: by 2002:a0d:f947:0:b0:589:8b56:140 with SMTP id j68-20020a0df947000000b005898b560140mr2807660ywf.24.1691687826301; Thu, 10 Aug 2023 10:17:06 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-ee99-caf6-403d-17d4.res6.spectrum.com. [2603:6081:7b00:6400:ee99:caf6:403d:17d4]) by smtp.gmail.com with ESMTPSA id j128-20020a819286000000b005773babc3cdsm461613ywg.83.2023.08.10.10.17.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 10:17:05 -0700 (PDT) Date: Thu, 10 Aug 2023 13:17:02 -0400 From: Tom Rini To: Sughosh Ganu Cc: u-boot@lists.denx.de, Heinrich Schuchardt , Ilias Apalodimas , Simon Glass , Takahiro Akashi , Malte Schmidt , Michal Simek Subject: Re: [PATCH v8 4/9] sandbox: Build the mkeficapsule tool for the sandbox variants Message-ID: <20230810171702.GW3630934@bill-the-cat> References: <20230810142338.3402963-1-sughosh.ganu@linaro.org> <20230810142338.3402963-5-sughosh.ganu@linaro.org> <20230810155232.GS3630934@bill-the-cat> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9HtA/ITmr1kpJHGL" Content-Disposition: inline In-Reply-To: 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 --9HtA/ITmr1kpJHGL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 10, 2023 at 10:39:06PM +0530, Sughosh Ganu wrote: > On Thu, 10 Aug 2023 at 21:22, Tom Rini wrote: > > > > On Thu, Aug 10, 2023 at 07:53:33PM +0530, Sughosh Ganu wrote: > > > > > Build the mkeficapsule tool for all the sandbox variants. This tool > > > will be used subsequently for testing capsule generation in binman. > > > > > > Signed-off-by: Sughosh Ganu > > > --- > > > Changes since V7: None > > > > > > tools/Kconfig | 6 +++--- > > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > > > diff --git a/tools/Kconfig b/tools/Kconfig > > > index 6e23f44d55..353a855243 100644 > > > --- a/tools/Kconfig > > > +++ b/tools/Kconfig > > > @@ -91,10 +91,10 @@ config TOOLS_SHA512 > > > Enable SHA512 support in the tools builds > > > > > > config TOOLS_MKEFICAPSULE > > > - bool "Build efimkcapsule command" > > > - default y if EFI_CAPSULE_ON_DISK > > > + bool "Build mkeficapsule tool" > > > + default y if EFI_CAPSULE_ON_DISK || SANDBOX > > > help > > > - This command allows users to create a UEFI capsule file and, > > > + This tool allows users to create a UEFI capsule file and, > > > optionally sign that file. If you want to enable UEFI capsule > > > update feature on your target, you certainly need this. > > > > Sorry, what is this fixing exactly? >=20 > The tool is required to be supported on the sandbox_spl variant, since > that is used for the binman tests in CI. Simon had then asked me to > add support for the tool on all sandbox variants. I missed putting his > R-b on this patch. OK, moving forward just depend on: https://patchwork.ozlabs.org/project/uboot/patch/20230810165224.514772-1-tr= ini@konsulko.com/ instead please, thanks. --=20 Tom --9HtA/ITmr1kpJHGL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTVG4QACgkQFHw5/5Y0 tyy6MAv+Ot2MbE5uRtI6FTdmKvWdAcXH/Z8tf589aItkcYHQRgERsF7KxyiHkKI2 MhSzShm4bUD+JE9jyfVjMmUp9dcHDBKRmZBkpx4eHOzzj9wpoYYbrrcsGr3LWqt8 ZGrofjVppTW6kWFyIUyOzvQzs357G6lif233mm/wW1u9utxbh1y7SvSna57AYhlQ SDsQXCaShY2xCwS7JZ99ilt1NkckrDPzeHHFvMR4z3Q91Y3s5alNlDrdPn6JpXp6 5K2TT2e0Sa4rzO0KqTC0/lmHjr9siaOytuhbYWDYIl0vFDOAwMpfC0XjxFdJLhHw qwkm5zgXQVZbP8MZ3A0tWQB5GS5i47ZvM4r54C82whIMPNla4xsfVr882Xmt09wU i9QHM9eB3xh8QZjpykZDobemRhLtw6aGkkwUEzXzc8DeG9aRQYoSbu9ikv9/qPAh xTdpoGicoA4vzKKNQyrSyT988Aw9R0E+YHpRxk1c2kKIEezYGB9a4DFl0I4EJWOx PHx8MXcQ =TE73 -----END PGP SIGNATURE----- --9HtA/ITmr1kpJHGL--