From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 29 Mar 2016 08:52:28 -0700 Subject: [U-Boot] [PATCH v5 05/14] Add bootscript header addr for ls2080a secure boot In-Reply-To: <1458730485-447-6-git-send-email-saksham.jain@nxp.com> References: <1458730485-447-1-git-send-email-saksham.jain@nxp.com> <1458730485-447-6-git-send-email-saksham.jain@nxp.com> Message-ID: <56FAA4BC.4090806@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: > During secure boot, Linux image along with other images are validated > using bootscript. This bootscript also needs to be validated before it > is executed. This requires a header for bootscript. > > When secure boot is enabled, default bootcmd is changed to first > validate bootscript using the header and then execute the script. > > For ls2080, NOR memory map is different from earlier arm SoCs. So a new > address on NOR is used for this bootscript header (0x583920000). The > Bootscript address is mentioned in this header along with addresses of > other images. > > 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/fsl_secure_boot.h | 4 ++++ > 1 file changed, 4 insertions(+) Minor change to subject and commit message. Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York