Re: [PATCH v3 2/7] efi: add a helper to generate dynamic UUIDs

2024-06-05 Thread Caleb Connolly
On 05/06/2024 07:52, Heinrich Schuchardt wrote: On 5/31/24 15:50, Caleb Connolly wrote: Introduce a new helper efi_capsule_update_info_gen_ids() which populates the capsule update fw images image_type_id field. This allows for determinstic UUIDs to be used that can scale to a large number of

Re: [PATCH v3 2/7] efi: add a helper to generate dynamic UUIDs

2024-06-04 Thread Heinrich Schuchardt
On 5/31/24 15:50, Caleb Connolly wrote: Introduce a new helper efi_capsule_update_info_gen_ids() which populates the capsule update fw images image_type_id field. This allows for determinstic UUIDs to be used that can scale to a large number of different boards and board variants without the need

[PATCH v3 2/7] efi: add a helper to generate dynamic UUIDs

2024-05-31 Thread Caleb Connolly
Introduce a new helper efi_capsule_update_info_gen_ids() which populates the capsule update fw images image_type_id field. This allows for determinstic UUIDs to be used that can scale to a large number of different boards and board variants without the need to maintain a big list. We call this fro