Re: [PATCH v4 1/2] arm: meson: add support for EFI capsule updates
Ferass El Hafidi <[email protected]> Thu, 11 Dec 2025 16:21:36 +0000
| Newsgroups | io.groups.u-boot-amlogic,org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 11 Dec 2025 15:44, Neil Armstrong <[email protected]> wrote: <snip> >Wait this means all boards uses the same GUID ? The GUID is generated at runtime based on the devicetree compatible string and the fw_image name. (https://docs.u-boot.org/en/latest/develop/uefi/uefi.html#dynamic-firmware-update-guids) So this means each board should get a unique GUID, based on the compatible, and in addition, based on which storage device it is booted from, as the fw_image name is different depending on the boot device. Best regards, Ferass