On Thu, Sep 03, 2026 at 11:33:01AM -0400, Raymond Mao wrote:
> Hi Philippe
> 
> On Thu, Sep 3, 2026 at 10:32 AM Raymond Mao <[email protected]> wrote:
> >
> > Hi Philippe,
> >
> > On Thu, Sep 3, 2026 at 4:17 AM Philippe Reynes
> > <[email protected]> wrote:
> > >
> > > Add a software ecdsa driver so it is
> > > now possible to use ecdsa signature on
> > > board without ecdsa hardware support.
> > >
> > > Reviewed-by: Raymond Mao <[email protected]>
> > > Reviewed-by: Simon Glass <[email protected]>
> > > Signed-off-by: Philippe Reynes <[email protected]>
> > > ---
> > > v2:
> > > - no change
> > > v3:
> > > - add depends on ECDSA_VERIFY to ECDSA_SW
> > > - change sw_ecdsa_verify to ecdsa_hash_verify
> > > - v4
> > > - use ECDSA_MBEDTLS to build the driver
> > > - clean include (change order)
> > > v5:
> > > - use $(PHASE_) in the Makefile for the driver
> > > v6:
> > > - remove include u-boot/ecdsa.h from ecdsa-sw.c
> > > v7:
> > > - no change
> > > v8:
> > > - no change
> > > v9:
> > > - no change
> > >
> > >  drivers/crypto/Makefile         |  1 +
> > >  drivers/crypto/ecdsa/Makefile   |  6 ++++++
> > >  drivers/crypto/ecdsa/ecdsa-sw.c | 32 ++++++++++++++++++++++++++++++++
> > >  3 files changed, 39 insertions(+)
> > >  create mode 100644 drivers/crypto/ecdsa/Makefile
> > >  create mode 100644 drivers/crypto/ecdsa/ecdsa-sw.c
> > >
> >
> > Reviewed-by: Raymond Mao <[email protected]>
> >
> 
> Sorry, there is a new line at the end of the file. Please apply my tag
> with this fixed.
> 
> Applying: drivers: crypto: add software ecdsa support
> .git/rebase-apply/patch:89: new blank line at EOF.
> +
> warning: 1 line adds whitespace errors.

If there's nothing else to do for the series, you can fix that up when
applying. A v10 for just a spacing issue is a little excessive.

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to