Re: [PATCH v6 00/11] efi: CapsuleUpdate: support for dynamic UUIDs

2024-08-08 Thread Caleb Connolly
Small CI issue, I'll fix it up and resend https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/jobs/884570 On 08/08/2024 18:21, Caleb Connolly wrote: As more boards adopt support for the EFI CapsuleUpdate mechanism, there is a growing issue of being able to target updates to them proper

[PATCH v6 00/11] efi: CapsuleUpdate: support for dynamic UUIDs

2024-08-08 Thread Caleb Connolly
As more boards adopt support for the EFI CapsuleUpdate mechanism, there is a growing issue of being able to target updates to them properly. The current mechanism of hardcoding UUIDs for each board at compile time is unsustainable, and maintaining lists of GUIDs is similarly cumbersome. In this se