Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-07-29 Thread Stefano Babic
: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver Caution: EXT Email Hi Gaurav, On 29.06.22 10:35, Gaurav Jain wrote: Hi Stefano this patch is fixing dcache issue in fsl_rsa.c The thread changed name, I mean "crypto/fsl: fsl_hash: Fix crash in flush dcache" Error repo

RE: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-07-29 Thread Gaurav Jain
. I have sent a V4 which fixes the error for powerpc platforms. Thanks Gaurav Jain > > Best regards, > Stefano Babic > > > > Regards > > Gaurav Jain > > > >> -Original Message- > >> From: Stefano Babic > >> Sent: Wednesday, June

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-07-26 Thread Stefano Babic
Best regards, Stefano Babic Regards Gaurav Jain -Original Message- From: Stefano Babic Sent: Wednesday, June 29, 2022 12:51 PM To: Gaurav Jain ; Stefano Babic ; Fabio Estevam Cc: U-Boot-Denx ; Peng Fan ; dl- uboot-imx ; Horia Geanta ; Varun Sethi ; Ye Li Subject: Re: [EXT] Re: [PATCH v

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Stefano Babic
9, 2022 12:51 PM To: Gaurav Jain ; Stefano Babic ; Fabio Estevam Cc: U-Boot-Denx ; Peng Fan ; dl- uboot-imx ; Horia Geanta ; Varun Sethi ; Ye Li Subject: Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver Caution: EXT Email Hi Gaurav, On 29.06.22 09:06, Gaurav Ja

RE: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Gaurav Jain
ria Geanta ; > Varun Sethi ; Ye Li > Subject: Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the > driver > > Caution: EXT Email > > Hi Gaurav, > > On 29.06.22 09:06, Gaurav Jain wrote: > > Hi Stefano > > > > This patch is put into s

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Stefano Babic
Ye Li Subject: Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver Caution: EXT Email On 15.06.22 14:45, Gaurav Jain wrote: Hi Fabio -Original Message- From: Fabio Estevam Sent: Wednesday, June 15, 2022 6:11 PM To: Gaurav Jain Cc: U-Boot-Denx ; Stefano B

RE: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-29 Thread Gaurav Jain
v Jain ; Fabio Estevam > Cc: U-Boot-Denx ; Peng Fan ; dl- > uboot-imx ; Horia Geanta ; > Varun Sethi ; Ye Li > Subject: Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the > driver > > Caution: EXT Email > > On 15.06.22 14:45, Gaurav Jain w

Re: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-15 Thread Stefano Babic
: fsl_rsa: Fix dcache issue in the driver Caution: EXT Email Hi Gaurav, On Wed, Jun 15, 2022 at 9:35 AM Gaurav Jain wrote: From: Ye Li issue: CAAM fails with key error when perform Modular Exponentiation using PKHA Block in CAAM Fix: add flush and invalidate dcache for keys, signature and

RE: [EXT] Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-15 Thread Gaurav Jain
Hi Fabio > -Original Message- > From: Fabio Estevam > Sent: Wednesday, June 15, 2022 6:11 PM > To: Gaurav Jain > Cc: U-Boot-Denx ; Stefano Babic ; > Peng Fan ; dl-uboot-imx ; Horia > Geanta ; Varun Sethi ; Ye Li > > Subject: [EXT] Re: [PATCH v3] crypto/fsl: f

Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-15 Thread Stefano Babic
Hi Gaurav, thanks for fix, I will put into u-boot-imx and trigger a new CI. Stefano On 15.06.22 14:34, Gaurav Jain wrote: From: Ye Li issue: CAAM fails with key error when perform Modular Exponentiation using PKHA Block in CAAM Fix: add flush and invalidate dcache for keys, signature and ou

Re: [PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-15 Thread Fabio Estevam
Hi Gaurav, On Wed, Jun 15, 2022 at 9:35 AM Gaurav Jain wrote: > > From: Ye Li > > issue: > CAAM fails with key error when perform Modular Exponentiation > using PKHA Block in CAAM > > Fix: > add flush and invalidate dcache for keys, signature > and output decrypted data processed by CAAM. > > Fi

[PATCH v3] crypto/fsl: fsl_rsa: Fix dcache issue in the driver

2022-06-15 Thread Gaurav Jain
From: Ye Li issue: CAAM fails with key error when perform Modular Exponentiation using PKHA Block in CAAM Fix: add flush and invalidate dcache for keys, signature and output decrypted data processed by CAAM. Fixes: 34276478f7 (DM: crypto/fsl - Add Freescale rsa DM driver) Signed-off-by: Ye Li