opnsense-src/usr.sbin/efitable
Warner Losh 6366114c71 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
2025-05-01 11:53:28 -06:00
..
efitable.8 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
efitable.c efi: Use EDK2 EFI_GUID instead of sturct uuid 2025-05-01 11:53:28 -06:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend Update Makefile.depend files 2024-10-14 10:26:17 -07:00