opnsense-src/sys/dev/ipmi
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
..
ipmi.c ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00
ipmi_acpi.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ipmi_bt.c ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00
ipmi_isa.c newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00
ipmi_kcs.c ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00
ipmi_linux.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
ipmi_opal.c ipmi: fix runtime on powerpc64le 2025-03-27 12:57:28 +01:00
ipmi_pci.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
ipmi_smbios.c efi: Use EDK2 EFI_GUID instead of sturct uuid 2025-05-01 11:53:28 -06:00
ipmi_smbus.c newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANY 2024-07-24 22:23:02 -06:00
ipmi_smic.c ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00
ipmi_ssif.c ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00
ipmivars.h ipmi: remove timeout from the ipmi_driver_request method 2024-10-18 12:30:09 -07:00