HomeFreeBSD

efi: Use EDK2 EFI_GUID instead of sturct uuid

Description

efi: Use EDK2 EFI_GUID instead of sturct uuid

So, while struct uuid and EFI_GUID are quite similar (they are the same
size, they have the same binary representation, etc), they aren not
identical. Speciifcally, the UUID and GUID defines are slightly
different and can't be swapped one for the other. Start to use EFI_GUID
for all EFI tables. This will allow increased sharing with the boot
laoder that already uses EDK2 variants as well as using the possibility
to use the EDK2 headers we've already imported more easily.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D50037

Details

Provenance
impAuthored on May 1 2025, 5:53 PM
Differential Revision
D50037: efi: Use EDK2 EFI_GUID instead of sturct uuid
Parents
rG9d218a7be088: efitable: Don't assume EFI GUID are uuid_t
Branches
Unknown
Tags
Unknown