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 3402DC001E0 for ; Thu, 10 Aug 2023 15:52:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4D2C18684B; Thu, 10 Aug 2023 17:52:41 +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="hELdyBAY"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C7ACE86851; Thu, 10 Aug 2023 17:52:40 +0200 (CEST) Received: from mail-yw1-x1129.google.com (mail-yw1-x1129.google.com [IPv6:2607:f8b0:4864:20::1129]) (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 BCCC086725 for ; Thu, 10 Aug 2023 17:52:38 +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-x1129.google.com with SMTP id 00721157ae682-583b0637c04so15219587b3.1 for ; Thu, 10 Aug 2023 08:52:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; t=1691682757; x=1692287557; 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=5/WacSR2gxr96tyTxAYOAPDsTm7va7VsLTUXiTe3dF0=; b=hELdyBAY/L+V2rtFVBlc0DoB70imMTG2ZTnWY5i+Xm/9/4HsqWjX+ZBEbrDG8nnNny aC+TmTWN7YdcVAl9B8RaRGFXUgwKn9XJkhNWrJ/hL23xFvjVR7haeep4KCqT0dwVe/iD pKjy3Zdi71WsEiRMXvnelHjv2IZ6U+CBXvEJ8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691682757; x=1692287557; 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=5/WacSR2gxr96tyTxAYOAPDsTm7va7VsLTUXiTe3dF0=; b=AHyLdnHjZSCsva/mvI2Fz19OUuMqXdK1PH5b3w970UT0mEEq4xN5RuBeIeHC1e4WuW 66tuDh2bVR7qM68vtSyc9isOY+dwpgL2e3/Bi7zHUODzRNna50PYZJA9MldowedN2eyO v4rnPysC5ySpgqIfrBdb1I5aCk2t3crO+4/agMwkKQaUnSzH0CjE7xBZ2oZuFUSH21+7 xXY5YbzS6MN1cWfRc+YM9KSFuXdEw+cmNKvv79Oxrlv7apW6DGq/eXl3FC+wkEn3HGcg +uRY7mbBoH10hf7MfYSvR1ZgYJpW0pliHBJOCCmttzIqnGAl1ky1icge5plwOUZudIr7 68XA== X-Gm-Message-State: AOJu0YxJCh6VglsUAuF0y3uDnSmt1RrPaBRk3S4PYTFs+lDSUqcrcXb2 WrM62xjvkUnBGZ6Gh5IXdm6fvw== X-Google-Smtp-Source: AGHT+IFA8BwFr7lgSUHtQTVZbYUzXM/h8cT2QjWCiMbQ2oHxX0x5d+6jXP4PRqoh6ePiY5R/E1ZGQw== X-Received: by 2002:a81:848e:0:b0:581:7958:5bda with SMTP id u136-20020a81848e000000b0058179585bdamr3019222ywf.1.1691682757381; Thu, 10 Aug 2023 08:52:37 -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 n20-20020a819c54000000b00586a19a229dsm410906ywa.60.2023.08.10.08.52.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Aug 2023 08:52:36 -0700 (PDT) Date: Thu, 10 Aug 2023 11:52:32 -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: <20230810155232.GS3630934@bill-the-cat> References: <20230810142338.3402963-1-sughosh.ganu@linaro.org> <20230810142338.3402963-5-sughosh.ganu@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="0hk1SruYB0pqcB6m" Content-Disposition: inline In-Reply-To: <20230810142338.3402963-5-sughosh.ganu@linaro.org> 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 --0hk1SruYB0pqcB6m Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Sughosh Ganu > --- > Changes since V7: None >=20 > tools/Kconfig | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 > =20 > 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 Tom --0hk1SruYB0pqcB6m Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmTVB70ACgkQFHw5/5Y0 tyxN/QwArbhZMGGwIwL+0BLOxME48A8UN4TDrdjMxMnBO/95EKn3191ECs1EmLCO 1aPF/6pY0P/jC+MAXPM73hO2MVum8sLt9QzUT2i3KnyC0yDCKjH2LocOARTxmC0V VXTt3qnx/UE7dhu2559wIxSleDlcDLg06CkNfcWv6jyKd150XrRp+I4qrEy0o9td 2OMTP1oOVghtCyyYq2nkCCoUGTZL80NFKSE7IjVPwBBCtogrZAKruFyQWebjQO3H ZJSRsZ/LPFKLLPAdL6mKvjzxOtkhLQDha7ncRFLCuqk0ltcZ24TCfqwwmvKGUcC8 Q8FRbzjBg2Q6O74W/DaaRuDZ8rofM6L99f8Ngok1EG2d81NTIIlv+hQjm6VQaG1r A3m0XQxhOmXAJKVUtEqR2cuOQQA6qr/BM8UnreLFLBEo7pGJFEsgEeQBKWy8pb5o 6dmhlZh1V25kXZw6eTce+cdYxxtLYUdvaaSLpAly2AQEzg+3lJ9BUgsgxFnVWvL+ nO1v7JMD =EPdm -----END PGP SIGNATURE----- --0hk1SruYB0pqcB6m--