Re: [U-Boot] [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZE

2016-02-24 Thread york sun
On 01/22/2016 02:45 AM, Ruchika Gupta wrote: > From: Ruchika Gupta > > The output ring needs to be invalidated before enqueuing the job to SEC. > While allocation of space to output ring, it should be taken care that the > size is cacheline size aligned inorder to prevent invalidating valid data.

Re: [U-Boot] [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZE

2016-02-02 Thread Ulises Cardenas
Ok to push From: Ruchika Gupta Sent: Friday, January 22, 2016 4:42 AM To: u-boot@lists.denx.de; york sun; Ulises Cardenas Cc: Ruchika Gupta; Saksham Jain; Ruchika Gupta Subject: [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to CACHEL

[U-Boot] [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZE

2016-01-22 Thread Ruchika Gupta
From: Ruchika Gupta The output ring needs to be invalidated before enqueuing the job to SEC. While allocation of space to output ring, it should be taken care that the size is cacheline size aligned inorder to prevent invalidating valid data. The patch also correct the method of aligning end of