Re: [PATCH v5 16/29] efi: Correct dependency on FIT_SIGNATURE

2021-10-08 Thread Tom Rini
On Sat, Sep 25, 2021 at 07:43:29PM -0600, Simon Glass wrote: > At present EFI_SECURE BOOT selects RSA but does not necessarily enable > FIT_SIGNATURE. Mostly this is fine, but a few boards do not enable it, > so U-Boot tries to do RSA verification when loading FIT images, but it > is not enabled.

[PATCH v5 16/29] efi: Correct dependency on FIT_SIGNATURE

2021-09-25 Thread Simon Glass
At present EFI_SECURE BOOT selects RSA but does not necessarily enable FIT_SIGNATURE. Mostly this is fine, but a few boards do not enable it, so U-Boot tries to do RSA verification when loading FIT images, but it is not enabled. This worked because the condition for checking the RSA signature is w