All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line
@ 2017-06-26 17:02 Breno Lima
  2017-06-26 18:42 ` Fabio Estevam
  2017-06-29  8:29 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Breno Lima @ 2017-06-26 17:02 UTC (permalink / raw)
  To: u-boot

The CST input option was replaced by -i on CST 2.3.2, so update the
Code Signing Tool command line.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
---
 doc/README.imx6 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/README.imx6 b/doc/README.imx6
index 0e00968..9ca2150 100644
--- a/doc/README.imx6
+++ b/doc/README.imx6
@@ -177,10 +177,10 @@ Example Output of the u-boot-ivt.img (firmware_ivt) creation:
  Entry Point:  00000000
  HAB Blocks:   0x177fffc0   0x0000   0x00054020
 
-The CST (Code Signing Tool) can be downloaded from NXP.
+The CST (Code Signing Tool) version 2.3.2 can be downloaded from NXP website.
 # Compile CSF and create signature
-./cst --o csf-u-boot.bin < command_sequence_uboot.csf
-./cst --o csf-SPL.bin < command_sequence_spl.csf
+./cst --o csf-u-boot.bin -i command_sequence_uboot.csf
+./cst --o csf-SPL.bin -i command_sequence_spl.csf
 # Append compiled CSF to Binary
 cat SPL csf-SPL.bin > SPL-signed
 cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
-- 
2.7.4

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

* [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line
  2017-06-26 17:02 [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line Breno Lima
@ 2017-06-26 18:42 ` Fabio Estevam
  2017-06-29  8:29 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Fabio Estevam @ 2017-06-26 18:42 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 26, 2017 at 2:02 PM, Breno Lima <breno.lima@nxp.com> wrote:
> The CST input option was replaced by -i on CST 2.3.2, so update the
> Code Signing Tool command line.
>
> Signed-off-by: Breno Lima <breno.lima@nxp.com>

Thanks for the fix:

Acked-by: Fabio Estevam <fabio.estevam@nxp.com>

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

* [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line
  2017-06-26 17:02 [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line Breno Lima
  2017-06-26 18:42 ` Fabio Estevam
@ 2017-06-29  8:29 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2017-06-29  8:29 UTC (permalink / raw)
  To: u-boot

On 26/06/2017 19:02, Breno Lima wrote:
> The CST input option was replaced by -i on CST 2.3.2, so update the
> Code Signing Tool command line.
> 
> Signed-off-by: Breno Lima <breno.lima@nxp.com>
> ---
>  doc/README.imx6 | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/README.imx6 b/doc/README.imx6
> index 0e00968..9ca2150 100644
> --- a/doc/README.imx6
> +++ b/doc/README.imx6
> @@ -177,10 +177,10 @@ Example Output of the u-boot-ivt.img (firmware_ivt) creation:
>   Entry Point:  00000000
>   HAB Blocks:   0x177fffc0   0x0000   0x00054020
>  
> -The CST (Code Signing Tool) can be downloaded from NXP.
> +The CST (Code Signing Tool) version 2.3.2 can be downloaded from NXP website.
>  # Compile CSF and create signature
> -./cst --o csf-u-boot.bin < command_sequence_uboot.csf
> -./cst --o csf-SPL.bin < command_sequence_spl.csf
> +./cst --o csf-u-boot.bin -i command_sequence_uboot.csf
> +./cst --o csf-SPL.bin -i command_sequence_spl.csf
>  # Append compiled CSF to Binary
>  cat SPL csf-SPL.bin > SPL-signed
>  cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
> 
Applied to u-boot-imx, -next, 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:[~2017-06-29  8:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 17:02 [U-Boot] [PATCH] README.imx6: Fix Code Signing Tool command line Breno Lima
2017-06-26 18:42 ` Fabio Estevam
2017-06-29  8:29 ` 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.