mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool
@ 2019-06-24 10:36 Roland Hieber
  2019-06-24 11:15 ` Denis OSTERLAND
  2019-06-24 12:24 ` Roland Hieber
  0 siblings, 2 replies; 4+ messages in thread
From: Roland Hieber @ 2019-06-24 10:36 UTC (permalink / raw)
  To: Barebox Mailing List; +Cc: Roland Hieber

Fixes: efd400504cdf4ae56224 ("images: imx: Add targets for signed images and signed usb images")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 images/.gitignore | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/images/.gitignore b/images/.gitignore
index 7a7493781471..662ff6fd6d7b 100644
--- a/images/.gitignore
+++ b/images/.gitignore
@@ -5,6 +5,12 @@
 *.imximg.prep
 *.imximg.signed
 *.imx-sram-img
+*.simximg
+*.simximg.csfbin
+*.uimximg
+*.uimximg.csfbin
+*.usimximg
+*.usimximg.csfbin
 *.map
 *.src
 *.kwbimg
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool
  2019-06-24 10:36 [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool Roland Hieber
@ 2019-06-24 11:15 ` Denis OSTERLAND
  2019-06-24 12:30   ` Rouven Czerwinski
  2019-06-24 12:24 ` Roland Hieber
  1 sibling, 1 reply; 4+ messages in thread
From: Denis OSTERLAND @ 2019-06-24 11:15 UTC (permalink / raw)
  To: barebox

Hi Roland,

AFAIK csf is the input format for cst tool.
So it should be s/csf/cst/.

Regards Denis

Am Montag, den 24.06.2019, 12:36 +0200 schrieb Roland Hieber:
> Fixes: efd400504cdf4ae56224 ("images: imx: Add targets for signed images and signed usb images")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  images/.gitignore | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/images/.gitignore b/images/.gitignore
> index 7a7493781471..662ff6fd6d7b 100644
> --- a/images/.gitignore
> +++ b/images/.gitignore
> @@ -5,6 +5,12 @@
>  *.imximg.prep
>  *.imximg.signed
>  *.imx-sram-img
> +*.simximg
> +*.simximg.csfbin
> +*.uimximg
> +*.uimximg.csfbin
> +*.usimximg
> +*.usimximg.csfbin
>  *.map
>  *.src
>  *.kwbimg

Diehl Connectivity Solutions GmbH
Geschäftsführung: Horst Leonberger
Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
Nürnberg: HRB 32315
___________________________________________________________________________________________________

Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten haben. Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung und/oder Publikation dieser E-Mail ist strengstens untersagt.
- Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie unter https://www.diehl.com/group/de/transparenz-und-informationspflichten/

The contents of the above mentioned e-mail is not legally binding. This e-mail contains confidential and/or legally protected information. Please inform us if you have received this e-mail by
mistake and delete it in such a case. Each unauthorized reproduction, disclosure, alteration, distribution and/or publication of this e-mail is strictly prohibited. 
- For general information on data protection and your respective rights please visit https://www.diehl.com/group/en/transparency-and-information-obligations/
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool
  2019-06-24 10:36 [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool Roland Hieber
  2019-06-24 11:15 ` Denis OSTERLAND
@ 2019-06-24 12:24 ` Roland Hieber
  1 sibling, 0 replies; 4+ messages in thread
From: Roland Hieber @ 2019-06-24 12:24 UTC (permalink / raw)
  To: Barebox Mailing List

Ah, please ignore, Rouven already sent a better patch [1] on Friday :-)

[1]: 20190621092046.17389-1-r.czerwinski@pengutronix.de,
     https://www.mail-archive.com/barebox@lists.infradead.org/msg31702.html

On Mon, Jun 24, 2019 at 12:36:42PM +0200, Roland Hieber wrote:
> Fixes: efd400504cdf4ae56224 ("images: imx: Add targets for signed images and signed usb images")
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> ---
>  images/.gitignore | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/images/.gitignore b/images/.gitignore
> index 7a7493781471..662ff6fd6d7b 100644
> --- a/images/.gitignore
> +++ b/images/.gitignore
> @@ -5,6 +5,12 @@
>  *.imximg.prep
>  *.imximg.signed
>  *.imx-sram-img
> +*.simximg
> +*.simximg.csfbin
> +*.uimximg
> +*.uimximg.csfbin
> +*.usimximg
> +*.usimximg.csfbin
>  *.map
>  *.src
>  *.kwbimg
> -- 
> 2.20.1
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Roland Hieber                     | r.hieber@pengutronix.de     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

* Re: [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool
  2019-06-24 11:15 ` Denis OSTERLAND
@ 2019-06-24 12:30   ` Rouven Czerwinski
  0 siblings, 0 replies; 4+ messages in thread
From: Rouven Czerwinski @ 2019-06-24 12:30 UTC (permalink / raw)
  To: Denis OSTERLAND, barebox

Hi,

> AFAIK csf is the input format for cst tool.
> So it should be s/csf/cst/.

Yes and no. CSF (Command Sequence File) is the input format for the
cst, however the cst outputs a csf binary blob containing the
certificates, signatures and the required sequence of commands for the
bootrom.
.csfbin is the correct name either way because barebox uses these
filenames as an intermediate step before appending the csf binary blob
to the image:

$ ls images/*csfbin
images/start_nxp_imx8mq_evk.pblb.simximg.csfbin
$

I think changing the filename would not make much sense, since the
csfbin still contains the same sequence of commands, albeit in a binary
form with additional data attached.

Hope this helps,
Rouven Czerwinski


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-06-24 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-24 10:36 [PATCH] images: ignore i.MX signed (USB) images and outputs of imx-csf tool Roland Hieber
2019-06-24 11:15 ` Denis OSTERLAND
2019-06-24 12:30   ` Rouven Czerwinski
2019-06-24 12:24 ` Roland Hieber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox