
7 Apr
2021
7 Apr
'21
6:14 p.m.
On Thu, 8 Apr 2021 at 02:42, Sughosh Ganu sughosh.ganu@linaro.org wrote:
Enable building of the crypto helper functions used during capsule authentication by selecting IMAGE_SIGN_INFO.
Signed-off-by: Sughosh Ganu sughosh.ganu@linaro.org
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 sjg@chromium.org