Re: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-28 Thread Steven Lee
The 06/27/2022 18:06, Joel Stanley wrote: > On Mon, 27 Jun 2022 at 08:48, Steven Lee wrote: > > > > Hi Joel, > > > > I was wondering if you could share the commit hash of u-boot you tested. > > I would like to test it on qemu. > > I recommend using master with the patch that fixes FIT hash checki

Re: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-27 Thread Joel Stanley
On Mon, 27 Jun 2022 at 08:48, Steven Lee wrote: > > Hi Joel, > > I was wondering if you could share the commit hash of u-boot you tested. > I would like to test it on qemu. I recommend using master with the patch that fixes FIT hash checking: https://lore.kernel.org/r/20220620070117.3443066-1-j.

RE: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-27 Thread Steven Lee
Le Goater Cc: ChiaWei Wang ; u-boot@lists.denx.de; Ryan Chen ; BMC-SW Subject: Re: [PATCH 3/5] config/ast2600: Disable hash hardware accel On Mon, 27 Jun 2022 at 07:12, Cédric Le Goater wrote: > > Hello Chiawei, > > On 6/27/22 02:39, ChiaWei Wang wrote: > > Reply again to leave

Re: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-27 Thread Cédric Le Goater
Hello Chiawei, On 6/27/22 02:39, ChiaWei Wang wrote: Reply again to leave record on mailing list. From: joel.s...@gmail.com On Behalf Of Joel Stanley Sent: Friday, June 24, 2022 10:50 AM The Qemu model or the u-boot driver is unable to correctly compute the SHA256 hash used in a FIT. Disable

Re: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-27 Thread Joel Stanley
On Mon, 27 Jun 2022 at 07:12, Cédric Le Goater wrote: > > Hello Chiawei, > > On 6/27/22 02:39, ChiaWei Wang wrote: > > Reply again to leave record on mailing list. Sorry, I re-sent it to get it on the list and managed to miss that for the second time. > > > >> From: joel.s...@gmail.com On Behal

RE: [PATCH 3/5] config/ast2600: Disable hash hardware accel

2022-06-26 Thread ChiaWei Wang
Reply again to leave record on mailing list. > From: joel.s...@gmail.com On Behalf Of Joel Stanley > Sent: Friday, June 24, 2022 10:50 AM > > The Qemu model or the u-boot driver is unable to correctly compute the > SHA256 hash used in a FIT. Disable it by default while that issue is worked > ou