Page MenuHomeFreeBSD

efi: Use EDK2 EFI_GUID instead of sturct uuid
ClosedPublic

Authored by imp on Fri, Apr 25, 7:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 4, 11:19 AM
Unknown Object (File)
Sun, May 4, 8:41 AM
Unknown Object (File)
Thu, May 1, 7:50 PM
Unknown Object (File)
Sun, Apr 27, 5:21 AM
Unknown Object (File)
Sat, Apr 26, 3:21 PM
Subscribers
None

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63742
Build 60626: arc lint + arc unit

Event Timeline

imp requested review of this revision.Fri, Apr 25, 7:34 PM
imp created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Thu, May 1, 6:07 PM
This revision was automatically updated to reflect the committed changes.