From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 30 Oct 2015 09:15:20 -0700 Subject: [U-Boot] [PATCH 3/3][v5] crypto/fsl: SEC driver cleanup for 64 bit and endianness In-Reply-To: <1446139683-2242-1-git-send-email-aneesh.bansal@freescale.com> References: <1446139683-2242-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <56339798.9060305@freescale.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 10/29/2015 10:28 AM, Aneesh Bansal wrote: > The SEC driver code has been cleaned up to work for 64 bit > physical addresses and systems where endianess of SEC block > is different from the Core. > Changes: > 1. Descriptor created on Core is modified as per SEC block > endianness before the job is submitted. > 2. The read/write of physical addresses to Job Rings will > be depend on endianness of SEC block as 32 bit low and > high part of the 64 bit address will vary. > 3. The 32 bit low and high part of the 64 bit address in > descriptor will vary depending on endianness of SEC. > > Signed-off-by: Aneesh Bansal > --- > Changes in v5: > Removed compile time warnings Applied to u-boot-fsl-qoriq. Awaiting upstream. Thanks. York