From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Fri, 15 Apr 2016 15:19:03 +0530 Subject: [U-Boot] [PATCH 06/16] ti: AM43xx: config.mk: Add support for generating secure boot images In-Reply-To: <1460417838-22343-7-git-send-email-d-allred@ti.com> References: <1460417838-22343-1-git-send-email-d-allred@ti.com> <1460417838-22343-7-git-send-email-d-allred@ti.com> Message-ID: <5710B90F.70304@ti.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 Tuesday 12 April 2016 05:07 AM, Daniel Allred wrote: > Modifies the config.mk to build secure images when building > the SPL for secure devices. > > Depending on the boot media, different images are needed > for secure devices. The build generates u-boot*_HS_* files > as appropriate for the different boot modes. The same u-boot > binary file is processed slightly differently to produce a > different boot image, depending on whether the user wants to > boot off SPI, QSPI or other boot media. > > Refer to README.ti-secure for more information. Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh