efi_dev_path
Regular
4.4
: Absent ⚠️
4.8
: Absent ⚠️
4.10
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
4.13
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
4.15
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
4.18
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
5.0
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
5.3
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
5.4
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
5.8
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
};
5.11
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
};
5.13
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
};
5.15
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
};
5.19
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
};
6.2
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
struct efi_rel_offset_dev_path rel_offset;
};
6.5
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
struct efi_rel_offset_dev_path rel_offset;
};
6.8
: ✅struct efi_dev_path {
struct efi_generic_dev_path header;
struct efi_acpi_dev_path acpi;
struct efi_pci_dev_path pci;
struct efi_vendor_dev_path vendor;
struct efi_rel_offset_dev_path rel_offset;
};
arm64
: Absent ⚠️
armhf
: Absent ⚠️
ppc64el
: Absent ⚠️
riscv64
: Absent ⚠️
aws
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
azure
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
gcp
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
lowlatency
: ✅struct efi_dev_path {
u8 type;
u8 sub_type;
u16 length;
struct (anon) acpi;
struct (anon) pci;
};
Regular
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
✅
5.4
and 5.8
⚠️struct efi_generic_dev_path header
struct efi_vendor_dev_path vendor
u8 type
u8 sub_type
u16 length
struct (anon) acpi
➡️ struct efi_acpi_dev_path acpi
struct (anon) pci
➡️ struct efi_pci_dev_path pci
5.8
and 5.11
✅
5.11
and 5.13
✅
5.13
and 5.15
✅
5.15
and 5.19
✅
5.19
and 6.2
⚠️struct efi_rel_offset_dev_path rel_offset
6.2
and 6.5
✅
6.5
and 6.8
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅