[PATCH 3/5] arm: stm32mp1: Implement ECDSA signature verification
Patrice CHOTARD
patrice.chotard at foss.st.com
Mon Aug 16 13:31:58 CEST 2021
Hi Alexandru
On 7/30/21 11:51 AM, Patrick DELAUNAY wrote:
> Hi,
>
> On 7/29/21 6:47 PM, Alexandru Gagniuc wrote:
>> The STM32MP ROM provides several service. One of them is the ability
>> to verify ecdsa256 signatures. Hook the ROM API into the ECDSA uclass.
>>
>> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
>> ---
>> arch/arm/mach-stm32mp/Kconfig | 9 +++
>> arch/arm/mach-stm32mp/Makefile | 1 +
>> arch/arm/mach-stm32mp/ecdsa_romapi.c | 102 +++++++++++++++++++++++++++
>> 3 files changed, 112 insertions(+)
>> create mode 100644 arch/arm/mach-stm32mp/ecdsa_romapi.c
>>
>
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
>
> Thanks
> Patrick
>
Applied to u-boot-stm/master
Thanks
Patrice
More information about the U-Boot
mailing list