From mboxrd@z Thu Jan 1 00:00:00 1970 From: york sun Date: Wed, 27 Jan 2016 16:48:24 +0000 Subject: [U-Boot] [PATCH 1/4] SECURE BOOT: change prototype of fsl_secboot_validate function References: <1449564255-13596-1-git-send-email-aneesh.bansal@freescale.com> <1449564255-13596-2-git-send-email-aneesh.bansal@freescale.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/08/2015 12:45 AM, Aneesh Bansal wrote: > The prototype and defination of function fsl_secboot_validate > has been changed to support calling this function from another > function within u-boot. > Only two aruments needed: > 1) header address - Mandatory > 2) SHA256 string - optional > > Signed-off-by: Saksham Jain > Signed-off-by: Aneesh Bansal > --- > board/freescale/common/cmd_esbc_validate.c | 17 ++++++++++++++++- > board/freescale/common/fsl_validate.c | 18 +++++++----------- > include/fsl_validate.h | 5 ++--- > 3 files changed, 25 insertions(+), 15 deletions(-) Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks. York