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...@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.delau...@foss.st.com> > > Thanks > Patrick > Applied to u-boot-stm/master
Thanks Patrice