From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nitin Garg Date: Mon, 22 Sep 2014 09:12:33 -0500 Subject: [U-Boot] [PATCH v4] imx: Support i.MX6 High Assurance Boot authentication In-Reply-To: <54202D2E.3080404@denx.de> References: <1410892405-31464-1-git-send-email-nitin.garg@freescale.com> <54202D2E.3080404@denx.de> Message-ID: <54202E51.2060102@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 Hi Stefano, On 09/22/2014 09:07 AM, Stefano Babic wrote: > Hi Nitin, > > On 16/09/2014 20:33, Nitin Garg wrote: >> When CONFIG_SECURE_BOOT is enabled, the signed images >> like kernel and dtb can be authenticated using iMX6 CAAM. >> The added command hab_auth_img can be used for HAB >> authentication of images. The command takes the image >> DDR location, IVT (Image Vector Table) offset inside >> image as parameters. Detailed info about signing images >> can be found in Freescale AppNote AN4581. >> >> Signed-off-by: Nitin Garg >> >> --- >> > > I wanted to apply it on current tree, but it seems it depends on > "mx6: clock: Add api to enable pll3". Or better, it seems in your tree > on top the the patch for pll3. It is not an issue and I solve it myself, > but can you confim that or do you prefer that I apply this one only > after the thermal series will be merged ? > > Best regards, > Stefano Babic > > Yes you are correct, in my tree I did HAB patch on top of temperature sensor patch. Pls resolve it or I can help if needed. I do not have any preference with ordering of HAB and temperature patch. Thanks, Nitin Garg