[PATCH v1 1/1] lib: ecdsa: Add support for loading ECDSA public key from FDT
Tom Rini
trini at konsulko.com
Thu Jun 26 01:52:13 CEST 2025
On Fri, 06 Jun 2025 15:34:21 +0800, Jamin Lin wrote:
> This patch adds support for parsing ECDSA public keys from the device tree
> blob (FDT) under the `/signature` node. The public key is expected to be
> defined using:
>
> - ecdsa,curve (e.g., "prime256v1", "secp384r1")
> - ecdsa,x-point
> - ecdsa,y-point
>
> [...]
Applied to u-boot/next, thanks!
[1/1] lib: ecdsa: Add support for loading ECDSA public key from FDT
commit: ed51f3e446f2ee9e2fa6577388451a93122b6551
--
Tom
More information about the U-Boot
mailing list