From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 5 Mar 2015 12:16:39 -0800 Subject: [U-Boot] [PATCH 4/4][v3] SECURE_BOOT : enable esbc_validate command for powerpc and arm platforms. In-Reply-To: <1425010577-22557-1-git-send-email-gaurav.rana@freescale.com> References: <1425010577-22557-1-git-send-email-gaurav.rana@freescale.com> Message-ID: <54F8B9A7.7020607@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 02/26/2015 08:16 PM, Gaurav Rana wrote: > esbc_validate command uses various IP Blocks: Security Monitor, CAAM block > and SFP registers. Hence the respective CONFIG's are enabled. > > Apart from these CONFIG_SHA_PROG_HW_ACCEL and CONFIG_RSA are also enabled. > > Signed-off-by: Gaurav Rana > --- > Changes in v3: > No change. Change in other patches of the patch set. > > Changes in v2: > Merge patches of enablement for powerpc and enablement for arm. > Applied to u-boot-mpc85xx master, awaiting for upstream. York