[U-Boot] [PATCH v5 10/14] crypto/fsl: Correct 64-bit Write when MMU disabled
York Sun
york.sun at nxp.com
Tue Mar 29 17:56:39 CEST 2016
On 03/22/2016 10:43 PM, Saksham Jain wrote:
> When MMU is disabled, 64bit Write must be at a memory aligned at 64-bit
> Boundary. So, this commit splits the 64-bit write into two 32-bit writes
> as the memory location is not guaranteed to be 64-bit aligned. The
> alignment exception only occurs when MMU is disabled.
>
> Signed-off-by: Aneesh Bansal <aneesh.bansal at nxp.com>
> Signed-off-by: Saksham Jain <saksham.jain at nxp.com>
> ---
> Changes for v2:
> - No changes
> Changes for v3:
> - No changes
> Changes for v4:
> - No changes
> Changes for v5:
> - Cleaned up commit message
>
> drivers/crypto/fsl/desc_constr.h | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
Minor change to commit message.
Applied to u-boot-fsl-qoriq master. Awaiting upstream.
Thanks.
York
More information about the U-Boot
mailing list