All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list
@ 2018-01-21 17:57 Fabio Estevam
  2018-01-25 11:30 ` Breno Matheus Lima
  2018-02-04 10:28 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2018-01-21 17:57 UTC (permalink / raw)
  To: u-boot

From: Fabio Estevam <fabio.estevam@nxp.com>

The original text is from the time that the config options were not
converted to Kconfig.

After the conversion to Kconfig only CONFIG_SECURE_BOOT and
CONFIG_CMD_DEKBLOB need to be selected by the user.

The other config options are automatically selected by the Kconfig
logic.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 doc/README.mxc_hab | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab
index c1f8ded..4bd07d3 100644
--- a/doc/README.mxc_hab
+++ b/doc/README.mxc_hab
@@ -68,13 +68,10 @@ the CSF file.
 
 The DEK blob is generated by an authenticated U-Boot image with
 the dek_blob cmd enabled. The image used for DEK blob generation
-needs to have the following configurations enabled:
+needs to have the following configurations enabled in Kconfig:
 
-CONFIG_SECURE_BOOT
-CONFIG_SYS_FSL_SEC_COMPAT    4 /* HAB version */
-CONFIG_FSL_CAAM
-CONFIG_CMD_DEKBLOB
-CONFIG_SYS_FSL_SEC_LE
+CONFIG_SECURE_BOOT=y
+CONFIG_CMD_DEKBLOB=y
 
 Note: The encrypted boot feature is only supported by HABv4 or
 greater.
-- 
2.7.4

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

* [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list
  2018-01-21 17:57 [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list Fabio Estevam
@ 2018-01-25 11:30 ` Breno Matheus Lima
  2018-02-04 10:28 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Breno Matheus Lima @ 2018-01-25 11:30 UTC (permalink / raw)
  To: u-boot

Hi Fabio,

2018-01-21 15:57 GMT-02:00 Fabio Estevam <festevam@gmail.com>:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> The original text is from the time that the config options were not
> converted to Kconfig.
>
> After the conversion to Kconfig only CONFIG_SECURE_BOOT and
> CONFIG_CMD_DEKBLOB need to be selected by the user.
>
> The other config options are automatically selected by the Kconfig
> logic.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Reviewed-by: Breno Lima <breno.lima@nxp.com>

Thanks,
Breno Lima

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

* [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list
  2018-01-21 17:57 [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list Fabio Estevam
  2018-01-25 11:30 ` Breno Matheus Lima
@ 2018-02-04 10:28 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2018-02-04 10:28 UTC (permalink / raw)
  To: u-boot

On 21/01/2018 18:57, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
> 
> The original text is from the time that the config options were not
> converted to Kconfig.
> 
> After the conversion to Kconfig only CONFIG_SECURE_BOOT and
> CONFIG_CMD_DEKBLOB need to be selected by the user.
> 
> The other config options are automatically selected by the Kconfig
> logic.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  doc/README.mxc_hab | 9 +++------
>  1 file changed, 3 insertions(+), 6 deletions(-)
> 
> diff --git a/doc/README.mxc_hab b/doc/README.mxc_hab
> index c1f8ded..4bd07d3 100644
> --- a/doc/README.mxc_hab
> +++ b/doc/README.mxc_hab
> @@ -68,13 +68,10 @@ the CSF file.
>  
>  The DEK blob is generated by an authenticated U-Boot image with
>  the dek_blob cmd enabled. The image used for DEK blob generation
> -needs to have the following configurations enabled:
> +needs to have the following configurations enabled in Kconfig:
>  
> -CONFIG_SECURE_BOOT
> -CONFIG_SYS_FSL_SEC_COMPAT    4 /* HAB version */
> -CONFIG_FSL_CAAM
> -CONFIG_CMD_DEKBLOB
> -CONFIG_SYS_FSL_SEC_LE
> +CONFIG_SECURE_BOOT=y
> +CONFIG_CMD_DEKBLOB=y
>  
>  Note: The encrypted boot feature is only supported by HABv4 or
>  greater.
> 

Applied to u-boot-imx, 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: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2018-02-04 10:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-21 17:57 [U-Boot] [PATCH] doc: mxc_hab: Improve the config option list Fabio Estevam
2018-01-25 11:30 ` Breno Matheus Lima
2018-02-04 10:28 ` 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.