From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:47:30 -0700 Subject: [U-Boot] [PATCH v5 01/14] armv8: ls2080: Add SFP Configs for LS2080 In-Reply-To: <1458730485-447-2-git-send-email-saksham.jain@nxp.com> References: <1458730485-447-1-git-send-email-saksham.jain@nxp.com> <1458730485-447-2-git-send-email-saksham.jain@nxp.com> Message-ID: <56FAA392.5060709@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:41 PM, Saksham Jain wrote: > In LS2080, SFP is Little Endian and Verion is 3.4 . The base address is > 0x01e80200. SFP will be used in Secure Boot to read fuses. > > Signed-off-by: Aneesh Bansal > Signed-off-by: Saksham Jain > --- > Changes for v2: > - No changes > Changes for v3: > - No changes > Changes for v4: > - Cleaned up commit message > Changes for v5: > - Cleaned up commit message > > arch/arm/include/asm/arch-fsl-layerscape/config.h | 4 ++++ > arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h | 3 +++ > include/fsl_sfp.h | 3 ++- > 3 files changed, 9 insertions(+), 1 deletion(-) Minor change to commit message. Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York