Re: [U-Boot] [PATCH 1/2] fit: allow fit to call hardware accelerated hash

2018-06-06 Thread Tom Rini
On Wed, Jun 06, 2018 at 11:23:05AM +0100, Ben Whitten wrote: > On 25 May 2018 at 12:46, Tom Rini wrote: > > On Thu, May 24, 2018 at 02:43:24PM +0100, Ben Whitten wrote: > > > >> Move to calling the abstraction which allows for hardware acceleration. > >> > >> Signed-off-by: Ben Whitten > >> --- >

Re: [U-Boot] [PATCH 1/2] fit: allow fit to call hardware accelerated hash

2018-06-06 Thread Ben Whitten
On 25 May 2018 at 12:46, Tom Rini wrote: > On Thu, May 24, 2018 at 02:43:24PM +0100, Ben Whitten wrote: > >> Move to calling the abstraction which allows for hardware acceleration. >> >> Signed-off-by: Ben Whitten >> --- >> common/image-fit.c | 26 -- >> 1 file changed, 1

Re: [U-Boot] [PATCH 1/2] fit: allow fit to call hardware accelerated hash

2018-05-25 Thread Tom Rini
On Thu, May 24, 2018 at 02:43:24PM +0100, Ben Whitten wrote: > Move to calling the abstraction which allows for hardware acceleration. > > Signed-off-by: Ben Whitten > --- > common/image-fit.c | 26 -- > 1 file changed, 16 insertions(+), 10 deletions(-) > > diff --git a

[U-Boot] [PATCH 1/2] fit: allow fit to call hardware accelerated hash

2018-05-24 Thread Ben Whitten
Move to calling the abstraction which allows for hardware acceleration. Signed-off-by: Ben Whitten --- common/image-fit.c | 26 -- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/common/image-fit.c b/common/image-fit.c index 8c15ed1..01ea864 100644 --- a/c