From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 8 Apr 2021 04:14:09 +1200 Subject: [RESEND PATCH v1 1/5] efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is enabled In-Reply-To: <20210407144147.29251-2-sughosh.ganu@linaro.org> References: <20210407144147.29251-1-sughosh.ganu@linaro.org> <20210407144147.29251-2-sughosh.ganu@linaro.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 8 Apr 2021 at 02:42, Sughosh Ganu wrote: > > Enable building of the crypto helper functions used during capsule > authentication by selecting IMAGE_SIGN_INFO. > > Signed-off-by: Sughosh Ganu > --- > > This was not detected when support for capsule auth was added to the > qemu arm64 platform. This is because the platform includes > CONFIG_FIT_SIGNATURE which selects IMAGE_SIGN_INFO. > > > lib/efi_loader/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass