From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:56:39 -0700 Subject: [U-Boot] [PATCH v5 10/14] crypto/fsl: Correct 64-bit Write when MMU disabled In-Reply-To: <1458730485-447-11-git-send-email-saksham.jain@nxp.com> References: <1458730485-447-1-git-send-email-saksham.jain@nxp.com> <1458730485-447-11-git-send-email-saksham.jain@nxp.com> Message-ID: <56FAA5B7.8020304@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Signed-off-by: Saksham Jain > --- > 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