All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation
@ 2015-03-27 14:08 Ulises.Cardenas at freescale.com
  2015-04-08  8:54 ` Stefano Babic
  0 siblings, 1 reply; 2+ messages in thread
From: Ulises.Cardenas at freescale.com @ 2015-03-27 14:08 UTC (permalink / raw)
  To: u-boot

From: Ulises Cardenas <Ulises.Cardenas@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.Cardenas@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_COMPAT    4 /* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-08  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 14:08 [U-Boot] [PATCH] Fix mxc_hab documenation for DEK blob generation Ulises.Cardenas at freescale.com
2015-04-08  8:54 ` Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.