[PATCH] mkimage: ecdsa: add signature/key nodes to dtb if missing
Tom Rini
trini at konsulko.com
Tue Oct 8 15:44:27 CEST 2024
On Tue, 27 Aug 2024 18:00:54 +0200, Matthias Pritschet wrote:
> If the signature/key node(s) are not yet present in the U-Boot device
> tree, ecdsa_add_verify_data simply fails if it can't find the nodes.
> This behaviour differs from rsa_add_verify_data, wich does add the missing
> nodes and proceeds in that case.
>
> This change is mainly copy&paste from rsa_add_verify_data to add the
> same behaviour to ecdsa_add_verify_data.
>
> [...]
Applied to u-boot/master, thanks!
--
Tom
More information about the U-Boot
mailing list