From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:50:06 -0700 Subject: [U-Boot] [PATCH v5 04/14] ls2080: Add Secure Boot support In-Reply-To: <1458730485-447-5-git-send-email-saksham.jain@nxp.com> References: <1458730485-447-1-git-send-email-saksham.jain@nxp.com> <1458730485-447-5-git-send-email-saksham.jain@nxp.com> Message-ID: <56FAA42E.3000909@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: > Sec_init has been called in the starting to initialize SEC Block (CAAM) > which will be used for Secure Boot validation later for both ls2080a > qds and rdb. 64-bit address in ESBC Header has been enabled as this SoC > is based on armv8. Secure Boot defconfigs created for boards (NOR Boot). > > 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 > - Added new configs in defconfigs as per new intermediate patches Minor change to subject. Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York