]> Git Repo - u-boot.git/commitdiff
Merge patch series "aspeed: ast2700: Add Caliptra ECDSA driver"
authorTom Rini <[email protected]>
Mon, 21 Oct 2024 23:53:11 +0000 (17:53 -0600)
committerTom Rini <[email protected]>
Mon, 21 Oct 2024 23:53:11 +0000 (17:53 -0600)
Chia-Wei Wang <[email protected]> says:

Aspeed AST2700 SoCs integrates the Caliptra secure IP, where an ECDSA384
signature verification HW interface is exported for SoC crypto needs.

This patch series firstly extends the FIT image signing/verify common
code to support the ECDSA384 algorithm. For better convenience, the
device tree for ECDSA public key storage is also revised by referring
to RSA implementations.

After the FIT common code revision, the driver is implemented for
AST2700 to leverage the Caliptra ECDSA384 signature verification.

These are verified by signed FIT images with the algorithm "sha384,ecdsa384".

Link: https://lore.kernel.org/r/[email protected]

Trivial merge
This page took 0.035388 seconds and 4 git commands to generate.