From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 1 Sep 2015 21:43:46 -0500 Subject: [U-Boot] [PATCH 4/4][v8] SECURE_BOOT: Disable IE Key feature for RAMBOOT In-Reply-To: <1438332003-20639-1-git-send-email-aneesh.bansal@freescale.com> References: <1438332003-20639-1-git-send-email-aneesh.bansal@freescale.com> Message-ID: <55E66262.1070006@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 07/31/2015 03:40 AM, Aneesh Bansal wrote: > ISBC Key Extension feature is not applicable for RAMBOOT > as there is no way to retrieve the CSF Header and validated > IE Key table from SRAM once CPC has been disabled. > The feature is only applicable in case of NOR SECURE BOOT. > Code Cleanup: > The SECURE_BOOT specific defines have been moved from > arch-ls102xa/config.h to > arm/include/asm/fsl_secure_boot.h > > Signed-off-by: Aneesh Bansal > --- > Changes in v8: > New Patch added in patchset Applied to fsl-qoriq master branch. Awaiting upstream. York