RE: [PATCH 4/4] fit: Use DM hash driver if supported

2021-09-21 Thread ChiaWei Wang
Hi Alex, > From: Alex G. > Sent: Friday, September 17, 2021 12:00 AM > > On 7/29/21 8:08 PM, Chia-Wei Wang wrote: > > Calculate hash using DM driver if supported. > > For backward compatibility, the call to legacy hash functions is > > reserved. > > > > Signed-off-by: Chia-Wei Wang > > --- > >

Re: [PATCH 4/4] fit: Use DM hash driver if supported

2021-09-16 Thread Alex G.
On 7/29/21 8:08 PM, Chia-Wei Wang wrote: Calculate hash using DM driver if supported. For backward compatibility, the call to legacy hash functions is reserved. Signed-off-by: Chia-Wei Wang --- common/image-fit.c | 30 ++ 1 file changed, 30 insertions(+) diff

Re: [PATCH 4/4] fit: Use DM hash driver if supported

2021-09-02 Thread Tom Rini
On Fri, Jul 30, 2021 at 09:08:05AM +0800, Chia-Wei Wang wrote: > Calculate hash using DM driver if supported. > For backward compatibility, the call to legacy > hash functions is reserved. > > Signed-off-by: Chia-Wei Wang Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP

[PATCH 4/4] fit: Use DM hash driver if supported

2021-07-29 Thread Chia-Wei Wang
Calculate hash using DM driver if supported. For backward compatibility, the call to legacy hash functions is reserved. Signed-off-by: Chia-Wei Wang --- common/image-fit.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/common/image-fit.c b/common/image-fit.c