From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 15 Dec 2015 09:10:33 +0800 Subject: [U-Boot] [PATCH 4/5][v5] armv8/ls1043ardb: add SECURE BOOT target for NOR In-Reply-To: <1449563070-5761-4-git-send-email-aneesh.bansal@freescale.com> References: <1449563070-5761-1-git-send-email-aneesh.bansal@freescale.com> <1449563070-5761-4-git-send-email-aneesh.bansal@freescale.com> Message-ID: <566F6889.9090200@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 12/08/2015 04:24 PM, Aneesh Bansal wrote: > LS1043ARDB Secure Boot Target from NOR has been added. > - Configs defined to enable esbc_validate. > - ESBC Address in header is made 64 bit. > - SMMU is re-configured in Bypass mode. > > Signed-off-by: Aneesh Bansal > --- > Changes in v5: > - Commit Subject modified > - Call to sec_init() placed under CONFIG_FSL_CAAM > > Changes in v4: > - Fixed compilation break for LS1021AQDS > > Changes in v3: > - Enabled CONFIG_SYS_NS16550=y, CONFIF_DM=y and other options > similar to ls1043ardb_defconfig. > - fsl_secure_boot.h is included outside of ifdef in file > include/configs/ls1043ardb.h > > Changes in v2: > - New Patch set created with an additional patch > - Pointers typecasted to uintptr_t to remove compiler warnings > Applied to fsl-qoriq master. Awaiting upstream. York