Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-20 Thread Vincent Stehlé
On Fri, May 31, 2024 at 03:50:40PM +0200, Caleb Connolly wrote: > Add a tool that can generate GUIDs that match those generated internally > by U-Boot for capsule update fw_images. Hi Caleb, Thanks for working on this. I think there is a leftover "dtb" option; see below. Best regards, Vincent.

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-05 Thread Ilias Apalodimas
+ CC Sughosh On Wed, 5 Jun 2024 at 15:29, Caleb Connolly wrote: > > > > On 05/06/2024 11:25, Ilias Apalodimas wrote: > > Hi Heinrich > > > > On Wed, 5 Jun 2024 at 09:36, Heinrich Schuchardt wrote: > >> > >> On 5/31/24 15:50, Caleb Connolly wrote: > >>> Add a tool that can generate GUIDs that mat

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-05 Thread Caleb Connolly
On 05/06/2024 11:25, Ilias Apalodimas wrote: Hi Heinrich On Wed, 5 Jun 2024 at 09:36, Heinrich Schuchardt wrote: On 5/31/24 15:50, Caleb Connolly wrote: Add a tool that can generate GUIDs that match those generated internally by U-Boot for capsule update fw_images. Dynamic UUIDs in U-Boo

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-05 Thread Ilias Apalodimas
Hi Heinrich On Wed, 5 Jun 2024 at 09:36, Heinrich Schuchardt wrote: > > On 5/31/24 15:50, Caleb Connolly wrote: > > Add a tool that can generate GUIDs that match those generated internally > > by U-Boot for capsule update fw_images. > > > > Dynamic UUIDs in U-Boot work by taking a namespace UUID

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-04 Thread Heinrich Schuchardt
On 6/5/24 08:36, Heinrich Schuchardt wrote: On 5/31/24 15:50, Caleb Connolly wrote: Add a tool that can generate GUIDs that match those generated internally by U-Boot for capsule update fw_images. Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it with the board model, compa

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-04 Thread Heinrich Schuchardt
On 5/31/24 15:50, Caleb Connolly wrote: Add a tool that can generate GUIDs that match those generated internally by U-Boot for capsule update fw_images. Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it with the board model, compatible, and fw_image name. This tool accepts

Re: [PATCH v3 6/7] tools: add genguid tool

2024-06-04 Thread Simon Glass
Hi Caleb, On Fri, 31 May 2024 at 07:50, Caleb Connolly wrote: > > Add a tool that can generate GUIDs that match those generated internally > by U-Boot for capsule update fw_images. > > Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it > with the board model, compatible, and f

[PATCH v3 6/7] tools: add genguid tool

2024-05-31 Thread Caleb Connolly
Add a tool that can generate GUIDs that match those generated internally by U-Boot for capsule update fw_images. Dynamic UUIDs in U-Boot work by taking a namespace UUID and hashing it with the board model, compatible, and fw_image name. This tool accepts the same inputs and will produce the same