mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Thomas Bonnefille <thomas.bonnefille@bootlin.com>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	"open list:BAREBOX" <barebox@lists.infradead.org>
Cc: "Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	"Miquèl Raynal" <miquel.raynal@bootlin.com>,
	"Hervé Codina" <herve.codina@bootlin.com>
Subject: Re: [PATCH] bootm: add fitimage command line to bootargs
Date: Thu, 27 Aug 2026 17:08:35 +0200	[thread overview]
Message-ID: <6c7717ac-86d3-410c-8b75-a66c7c088116@pengutronix.de> (raw)
In-Reply-To: <0705aef2-bcd6-4f8a-8150-89b2283840af@pengutronix.de>

Hi,

On 8/27/26 4:16 PM, Ahmad Fatoum wrote:
> On 8/27/26 2:16 PM, Thomas Bonnefille wrote:
> Above test doesn't verify signatures though and I believe it would
> actually break. You can verify by setting global.bootm.verify=signature
> after having built with CONFIG_CRYPTO_BUILTIN_DEVELOPMENT_KEYS=y.
> 
> I will Cc you on a RFC patch shortly.

No patch for me, but a FIT spec issue:

https://github.com/open-source-firmware/flat-image-tree/issues/60

The spec appears to be inconsistent.

Thanks!
Ahmad

> 
> Cheers,
> Ahmad
> 
> 
>> +
>> +	pr_info("Using command line from FIT configuration: %s\n", cmdline);
>> +}
>> +
>>  static enum filetype bootm_fit_update_os_header(struct image_data *data)
>>  {
>>  	size_t size;
>> @@ -146,6 +159,8 @@ int bootm_open_fit(struct image_data *data, bool override)
>>  		goto err;
>>  	}
>>  
>> +	bootm_fit_config_cmdline(fit_config);
>> +
>>  	loadable_from_fit_os(data, fit, fit_config);
>>  	if (override)
>>  		data->is_override.os = true;
>>
>> ---
>> base-commit: df1055a2e0ddd3f96939327f2f0eb9db13a2bdc6
>> change-id: 20260827-add-cmdline-fitimage-42f6b2e930c1
>>
>> Best regards,
>> --  
>> Thomas Bonnefille <thomas.bonnefille@bootlin.com>
>>
>>
> 

-- 
Pengutronix e.K.                  |                             |
Steuerwalder Str. 21              | http://www.pengutronix.de/  |
31137 Hildesheim, Germany         | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |




      reply	other threads:[~2026-08-27 15:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-27 12:16 Thomas Bonnefille
2026-08-27 14:16 ` Ahmad Fatoum
2026-08-27 15:08   ` Ahmad Fatoum [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6c7717ac-86d3-410c-8b75-a66c7c088116@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    --cc=herve.codina@bootlin.com \
    --cc=miquel.raynal@bootlin.com \
    --cc=s.hauer@pengutronix.de \
    --cc=thomas.bonnefille@bootlin.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox