Re: [PATCH v5 03/11] efi: add a helper to generate dynamic UUIDs

2024-07-25 Thread Ilias Apalodimas
Hi Caleb, > +/** > + * efi_capsule_update_info_gen_ids - generate GUIDs for the images > + * > + * Generate the image_type_id for each image in the update_info.images array > + * using the first compatible from the device tree and a salt > + * UUID defined at build time. > + * > + * Returns:

[PATCH v5 03/11] efi: add a helper to generate dynamic UUIDs

2024-07-19 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