From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 31 Jul 2015 08:53:08 -0700 Subject: [U-Boot] [PATCH 3/3][v7] powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAM In-Reply-To: <1434431203-25132-1-git-send-email-aneesh.bansal@freescale.com> References: <1434431203-25132-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <55BB99E4.5020901@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 06/15/2015 10:06 PM, Aneesh Bansal wrote: > For running Chain of Trust when doing Secure Boot from NAND, > the Bootscript header and bootscript must be copied from NAND > to RAM(DDR). > The addresses and commands for the same have been defined. > > Signed-off-by: Saksham Jain > Signed-off-by: Ruchika Gupta > Signed-off-by: Aneesh Bansal > --- > Changes in v7: > Patchset created. > Applied to u-boot-mpc85xx master. Thanks. York