[U-Boot] [PATCH v3] imx: imx7 Support for Manufacturing Protection

2016-02-11 Thread Ulises Cardenas
memory and only accessible by CAAM. Therefore, the public key generation and signature functions are the only functions available for the user. Command usage: Print the public key for the device. - mfgprot pubk Generates Signature over given data. - mfgprot sign Signed-off-by: Raul Ulises

[U-Boot] [PATCH v2] imx: imx7 Support for Manufacturing Protection

2016-02-10 Thread Ulises Cardenas
for the signature function, and is intended to be used as a canvas for user-specific cases. Signed-off-by: Ulises Cardenas --- Changes for v2: - removed genenerate_mppubk and generate_mpsign due to redundancy arch/arm/imx-common/Makefile | 1 + arch/arm/imx-common/cmd_mfgprot.c

[U-Boot] [PATCH] imx: imx7 Support for Manufacturing Protection

2016-02-04 Thread Ulises Cardenas
for the signature function, and is intended to be used as a canvas for user-specific cases. Signed-off-by: Ulises Cardenas --- arch/arm/imx-common/Makefile | 1 + arch/arm/imx-common/cmd_mfgprot.c | 91 drivers/crypto/fsl/Makefile | 4 + drivers/crypto/fsl

Re: [U-Boot] [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZE

2016-02-02 Thread Ulises Cardenas
Ok to push From: Ruchika Gupta Sent: Friday, January 22, 2016 4:42 AM To: u-boot@lists.denx.de; york sun; Ulises Cardenas Cc: Ruchika Gupta; Saksham Jain; Ruchika Gupta Subject: [PATCH] drivers/crypto/fsl : Allocate output ring with size aligned to

[U-Boot] [PATCH] imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7

2016-02-02 Thread Ulises Cardenas
Refactored data structure for CAAM's job ring and Secure Memory to support i.MX7. The new memory map use macros to resolve SM's offset by version. This will solve the versioning issue caused by the new version of secure memory of i.MX7 Signed-off-by: Ulises Cardenas --- arch/arm/i

Re: [U-Boot] [PATCH] iMX: adding parsing to hab_status command

2015-07-02 Thread Ulises Cardenas
Hi Michael, On 07/02/2015 03:56 PM, Michael Trimarchi wrote: Hi On Jul 2, 2015 10:47 PM, http://freescale.com>> wrote: > > From: Ulises Cardenas <mailto:ulises.carde...@freescale.com>> > > hab_status command returns a memory dump of the hab event log. But the >

Re: [U-Boot] patch: fix typo in mxc_hab docs

2015-06-02 Thread Ulises Cardenas
Hi Chris, On 6/2/2015 3:44 PM, Chris Kuethe wrote: diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab index a1b1d34..5fe977c 100644 --- a/doc/README.mxc_hab +++ b/doc/README.mxc_hab @@ -69,7 +69,7 @@ CONFIG_SECURE_BOOT CONFIG_SYS_FSL_SEC_COMPAT4 /* HAB version */ CONFIG_FSL_CAAM CONF

Re: [U-Boot] [PATCH 0/3] CAAM RNG fixes (Alex Porosanu)

2015-05-06 Thread Ulises Cardenas
On 05/05/2015 02:00 PM, u-boot-requ...@lists.denx.de wrote: [PATCH 0/3] CAAM RNG fixes (Alex Porosanu) Reviewed-by: Ulises Cardenas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [REGRESSION] commit e04916a "SECURE_BOOT : enable esbc_validate..." breaks MX6

2015-04-20 Thread Ulises Cardenas
On 04/02/2015 02:18 PM, Tom Rini wrote: On Thu, Apr 02, 2015 at 10:19:11AM -0600, Ulises Cardenas wrote: Hi, The aforementioned commit e04916a721a2069fc770412c57974d02e153ad18, causes MX6 boards to break Configuring CONFIG_SECURE_BOOT makes the u-boot build fail for any MX6 board. This was

Re: [U-Boot] [PATCH][v2] iMX: Fix compilation error when enabling SECURE_BOOT

2015-04-06 Thread Ulises Cardenas
) += fsl_validate.o cmd_esbc_validate.o endif endif This fixes the issue. Tested on iMX6q and iMX6sx. Regards, Ulises Cardenas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [REGRESSION] commit e04916a "SECURE_BOOT : enable esbc_validate..." breaks MX6

2015-04-02 Thread Ulises Cardenas
Hi, The aforementioned commit e04916a721a2069fc770412c57974d02e153ad18, causes MX6 boards to break Configuring CONFIG_SECURE_BOOT makes the u-boot build fail for any MX6 board. This was reproduced in mx6dl, mx6q and mx6sx. The log for the mx6q build is: == In file included from /h