Re: [U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation

2015-04-08 Thread Stefano Babic
On 27/03/2015 15:08, ulises.carde...@freescale.com wrote:
 From: Ulises Cardenas ulises.carde...@freescale.com
 
 Include/fsl_sec.h defines sec_in and sec_out, according to the
 platform's endianess. Therefore, CONFIG_SYS_FSL_LE needs to be
 declared in the configuration file of the target, in order to use
 enable the DEK blob generation command. This requirement is not
 explicit in the README.mxc_hab.
 
 Signed-off-by: Ulises Cardenas ulises.carde...@freescale.com
 ---
 
  doc/README.mxc_hab | 1 +
  1 file changed, 1 insertion(+)
 
 diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab
 index e9340dd..a1b1d34 100644
 --- a/doc/README.mxc_hab
 +++ b/doc/README.mxc_hab
 @@ -69,6 +69,7 @@ CONFIG_SECURE_BOOT
  CONFIG_SYS_FSL_SEC_COMPAT4 /* HAB version */
  CONFIG_FSL_CAAM
  CONFIG_CMD_DEKBLOB
 +CONFIG_SYS_FSL_LE

Applied to u-boot-imx master, thanks !

Best regards,
Stefano Babic

-- 
=
DENX Software Engineering GmbH,  Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation

2015-03-27 Thread Ulises.Cardenas
From: Ulises Cardenas ulises.carde...@freescale.com

Include/fsl_sec.h defines sec_in and sec_out, according to the
platform's endianess. Therefore, CONFIG_SYS_FSL_LE needs to be
declared in the configuration file of the target, in order to use
enable the DEK blob generation command. This requirement is not
explicit in the README.mxc_hab.

Signed-off-by: Ulises Cardenas ulises.carde...@freescale.com
---

 doc/README.mxc_hab | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab
index e9340dd..a1b1d34 100644
--- a/doc/README.mxc_hab
+++ b/doc/README.mxc_hab
@@ -69,6 +69,7 @@ CONFIG_SECURE_BOOT
 CONFIG_SYS_FSL_SEC_COMPAT4 /* HAB version */
 CONFIG_FSL_CAAM
 CONFIG_CMD_DEKBLOB
+CONFIG_SYS_FSL_LE
 
 Note: The encrypted boot feature is only supported by HABv4 or
 greater.
-- 
2.3.2

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot