TianoCore EDK2 master
|
#include <Guid/PcAnsi.h>
#include <IndustryStandard/Bluetooth.h>
#include <IndustryStandard/Acpi60.h>
Go to the source code of this file.
Typedefs | |
typedef EFI_DEVICE_PATH_PROTOCOL | EFI_DEVICE_PATH |
typedef VENDOR_DEVICE_PATH | VENDOR_DEFINED_DEVICE_PATH |
Variables | |
EFI_GUID | gEfiVirtualDiskGuid |
EFI_GUID | gEfiVirtualCdGuid |
EFI_GUID | gEfiPersistentVirtualDiskGuid |
EFI_GUID | gEfiPersistentVirtualCdGuid |
EFI_GUID | gEfiDevicePathProtocolGuid |
The device path protocol as defined in UEFI 2.0.
The device path represents a programmatic path to a device, from a software point of view. The path must persist from boot to boot, so it can not contain things like PCI bus numbers that change from boot to boot.
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DevicePath.h.
#define ACPI_ADR_DISPLAY_TYPE_EXTERNAL_DIGITAL 3 |
Definition at line 302 of file DevicePath.h.
#define ACPI_ADR_DISPLAY_TYPE_INTERNAL_DIGITAL 4 |
Definition at line 303 of file DevicePath.h.
#define ACPI_ADR_DISPLAY_TYPE_OTHER 0 |
Definition at line 299 of file DevicePath.h.
#define ACPI_ADR_DISPLAY_TYPE_TV 2 |
Definition at line 301 of file DevicePath.h.
#define ACPI_ADR_DISPLAY_TYPE_VGA 1 |
Definition at line 300 of file DevicePath.h.
#define ACPI_ADR_DP 0x03 |
ACPI _ADR Device Path SubType.
Definition at line 264 of file DevicePath.h.
#define ACPI_DEVICE_PATH 0x02 |
ACPI Device Paths.
Definition at line 190 of file DevicePath.h.
#define ACPI_DISPLAY_ADR | ( | _DeviceIdScheme, | |
_HeadId, | |||
_NonVgaOutput, | |||
_BiosCanDetect, | |||
_VendorInfo, | |||
_Type, | |||
_Port, | |||
_Index | |||
) |
Definition at line 305 of file DevicePath.h.
#define ACPI_DP 0x01 |
ACPI Device Path SubType.
Definition at line 195 of file DevicePath.h.
#define ACPI_EXTENDED_DP 0x02 |
Expanded ACPI Device Path SubType.
Definition at line 217 of file DevicePath.h.
#define ACPI_NVDIMM_DP 0x04 |
ACPI NVDIMM Device Path SubType.
Definition at line 287 of file DevicePath.h.
#define BBS_BBS_DP 0x01 |
BIOS Boot Specification Device Path SubType.
Definition at line 1238 of file DevicePath.h.
#define BBS_DEVICE_PATH 0x05 |
BIOS Boot Specification Device Path.
Definition at line 1233 of file DevicePath.h.
#define BBS_TYPE_BEV 0x80 |
Definition at line 1268 of file DevicePath.h.
#define BBS_TYPE_CDROM 0x03 |
Definition at line 1264 of file DevicePath.h.
#define BBS_TYPE_EMBEDDED_NETWORK 0x06 |
Definition at line 1267 of file DevicePath.h.
#define BBS_TYPE_FLOPPY 0x01 |
Definition at line 1262 of file DevicePath.h.
#define BBS_TYPE_HARDDRIVE 0x02 |
Definition at line 1263 of file DevicePath.h.
#define BBS_TYPE_PCMCIA 0x04 |
Definition at line 1265 of file DevicePath.h.
#define BBS_TYPE_UNKNOWN 0xFF |
Definition at line 1269 of file DevicePath.h.
#define BBS_TYPE_USB 0x05 |
Definition at line 1266 of file DevicePath.h.
#define DEVICE_PATH_MESSAGING_PC_ANSI EFI_PC_ANSI_GUID |
Definition at line 747 of file DevicePath.h.
#define DEVICE_PATH_MESSAGING_SAS EFI_SAS_DEVICE_PATH_GUID |
Definition at line 774 of file DevicePath.h.
#define DEVICE_PATH_MESSAGING_VT_100 EFI_VT_100_GUID |
Definition at line 748 of file DevicePath.h.
#define DEVICE_PATH_MESSAGING_VT_100_PLUS EFI_VT_100_PLUS_GUID |
Definition at line 749 of file DevicePath.h.
#define DEVICE_PATH_MESSAGING_VT_UTF8 EFI_VT_UTF8_GUID |
Definition at line 750 of file DevicePath.h.
#define DEVICE_PATH_PROTOCOL EFI_DEVICE_PATH_PROTOCOL_GUID |
Device Path guid definition for backward-compatible with EFI1.1.
Definition at line 31 of file DevicePath.h.
#define EFI_DEVICE_PATH_PROTOCOL_GUID |
Device Path protocol.
Definition at line 23 of file DevicePath.h.
#define EFI_PERSISTENT_VIRTUAL_CD_GUID EFI_ACPI_6_0_NFIT_GUID_RAM_DISK_SUPPORTING_VIRTUAL_CD_REGION_PERSISTENT |
This GUID defines a RAM Disk supporting an ISO image in persistent memory.
Definition at line 1198 of file DevicePath.h.
#define EFI_PERSISTENT_VIRTUAL_DISK_GUID EFI_ACPI_6_0_NFIT_GUID_RAM_DISK_SUPPORTING_VIRTUAL_DISK_REGION_PERSISTENT |
This GUID defines a RAM Disk supporting a raw disk format in persistent memory.
Definition at line 1191 of file DevicePath.h.
#define EFI_PNP_ID | ( | _PNPId | ) | (EISA_ID(PNP_EISA_ID_CONST, (_PNPId))) |
Definition at line 256 of file DevicePath.h.
#define EFI_VIRTUAL_CD_GUID EFI_ACPI_6_0_NFIT_GUID_RAM_DISK_SUPPORTING_VIRTUAL_CD_REGION_VOLATILE |
This GUID defines a RAM Disk supporting an ISO image in volatile memory.
Definition at line 1184 of file DevicePath.h.
#define EFI_VIRTUAL_DISK_GUID EFI_ACPI_6_0_NFIT_GUID_RAM_DISK_SUPPORTING_VIRTUAL_DISK_REGION_VOLATILE |
This GUID defines a RAM Disk supporting a raw disk format in volatile memory.
Definition at line 1177 of file DevicePath.h.
#define EISA_ID | ( | _Name, | |
_Num | |||
) | ((UINT32)((_Name) | (_Num) << 16)) |
Definition at line 254 of file DevicePath.h.
#define EISA_ID_TO_NUM | ( | _Id | ) | ((_Id) >> 16) |
Definition at line 259 of file DevicePath.h.
#define EISA_PNP_ID | ( | _PNPId | ) | (EISA_ID(PNP_EISA_ID_CONST, (_PNPId))) |
Definition at line 255 of file DevicePath.h.
#define END_DEVICE_PATH_TYPE 0x7f |
Definition at line 1391 of file DevicePath.h.
#define END_ENTIRE_DEVICE_PATH_SUBTYPE 0xFF |
Definition at line 1392 of file DevicePath.h.
#define END_INSTANCE_DEVICE_PATH_SUBTYPE 0x01 |
Definition at line 1393 of file DevicePath.h.
#define HARDWARE_DEVICE_PATH 0x01 |
Hardware Device Paths.
Definition at line 68 of file DevicePath.h.
#define HW_BMC_DP 0x06 |
BMC Device Path SubType.
Definition at line 170 of file DevicePath.h.
#define HW_CONTROLLER_DP 0x05 |
Controller Device Path SubType.
Definition at line 154 of file DevicePath.h.
#define HW_MEMMAP_DP 0x03 |
Memory Mapped Device Path SubType.
Definition at line 109 of file DevicePath.h.
#define HW_PCCARD_DP 0x02 |
PCCARD Device Path SubType.
Definition at line 93 of file DevicePath.h.
#define HW_PCI_DP 0x01 |
PCI Device Path SubType.
Definition at line 73 of file DevicePath.h.
#define HW_VENDOR_DP 0x04 |
Hardware Vendor Device Path SubType.
Definition at line 133 of file DevicePath.h.
#define INFINIBAND_RESOURCE_FLAG_CONSOLE_PROTOCOL 0x04 |
Definition at line 685 of file DevicePath.h.
#define INFINIBAND_RESOURCE_FLAG_EXTENDED_BOOT_ENVIRONMENT 0x02 |
Definition at line 684 of file DevicePath.h.
#define INFINIBAND_RESOURCE_FLAG_IOC_SERVICE 0x01 |
Definition at line 683 of file DevicePath.h.
#define INFINIBAND_RESOURCE_FLAG_NETWORK_PROTOCOL 0x10 |
Definition at line 687 of file DevicePath.h.
#define INFINIBAND_RESOURCE_FLAG_STORAGE_PROTOCOL 0x08 |
Definition at line 686 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_AUTHMETHOD_CHAP 0x0000 |
Definition at line 956 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_AUTHMETHOD_NON 0x1000 |
Definition at line 957 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_CHAP_BI 0x0000 |
Definition at line 958 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_CHAP_UNI 0x2000 |
Definition at line 959 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_DATA_DIGEST_USING_CRC32C 0x0008 |
Definition at line 955 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_HEADER_DIGEST_USING_CRC32C 0x0002 |
Definition at line 953 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_NO_DATA_DIGEST 0x0000 |
Definition at line 954 of file DevicePath.h.
#define ISCSI_LOGIN_OPTION_NO_HEADER_DIGEST 0x0000 |
Definition at line 952 of file DevicePath.h.
#define MBR_TYPE_EFI_PARTITION_TABLE_HEADER 0x02 |
Definition at line 1060 of file DevicePath.h.
#define MBR_TYPE_PCAT 0x01 |
Definition at line 1059 of file DevicePath.h.
#define MEDIA_CDROM_DP 0x02 |
CD-ROM Media Device Path SubType.
Definition at line 1069 of file DevicePath.h.
#define MEDIA_DEVICE_PATH 0x04 |
Definition at line 1009 of file DevicePath.h.
#define MEDIA_FILEPATH_DP 0x04 |
File Path Media Device Path SubType
Definition at line 1098 of file DevicePath.h.
#define MEDIA_HARDDRIVE_DP 0x01 |
Hard Drive Media Device Path SubType.
Definition at line 1014 of file DevicePath.h.
#define MEDIA_PIWG_FW_FILE_DP 0x06 |
PIWG Firmware File SubType.
Definition at line 1130 of file DevicePath.h.
#define MEDIA_PIWG_FW_VOL_DP 0x07 |
PIWG Firmware Volume Device Path SubType.
Definition at line 1146 of file DevicePath.h.
#define MEDIA_PROTOCOL_DP 0x05 |
Media Protocol Device Path SubType.
Definition at line 1112 of file DevicePath.h.
#define MEDIA_RAM_DISK_DP 0x09 |
Media ram disk device path.
Definition at line 1205 of file DevicePath.h.
#define MEDIA_RELATIVE_OFFSET_RANGE_DP 0x08 |
Media relative offset range device path.
Definition at line 1162 of file DevicePath.h.
#define MEDIA_VENDOR_DP 0x03 |
Media vendor device path subtype.
Definition at line 1093 of file DevicePath.h.
#define MESSAGING_DEVICE_PATH 0x03 |
Messaging Device Paths. This Device Path is used to describe the connection of devices outside the resource domain of the system. This Device Path can describe physical messaging information like SCSI ID, or abstract information like networking protocol IP addresses.
Definition at line 321 of file DevicePath.h.
#define MSG_1394_DP 0x04 |
1394 Device Path SubType
Definition at line 402 of file DevicePath.h.
#define MSG_ATAPI_DP 0x01 |
ATAPI Device Path SubType
Definition at line 326 of file DevicePath.h.
#define MSG_BLUETOOTH_DP 0x1b |
Bluetooth Device Path SubType.
Definition at line 976 of file DevicePath.h.
#define MSG_BLUETOOTH_LE_DP 0x1E |
Bluetooth LE Device Path SubType.
Definition at line 1000 of file DevicePath.h.
#define MSG_DEVICE_LOGICAL_UNIT_DP 0x11 |
Device Logical Unit SubType.
Definition at line 498 of file DevicePath.h.
#define MSG_DNS_DP 0x1F |
DNS Device Path SubType
Definition at line 863 of file DevicePath.h.
#define MSG_EMMC_DP 0x1D |
EMMC (Embedded MMC) Device Path SubType.
Definition at line 916 of file DevicePath.h.
#define MSG_FIBRECHANNEL_DP 0x03 |
Fibre Channel SubType.
Definition at line 362 of file DevicePath.h.
#define MSG_FIBRECHANNELEX_DP 0x15 |
Fibre Channel Ex SubType.
Definition at line 382 of file DevicePath.h.
#define MSG_I2O_DP 0x06 |
I2O Device Path SubType.
Definition at line 538 of file DevicePath.h.
#define MSG_INFINIBAND_DP 0x09 |
InfiniBand Device Path SubType.
Definition at line 651 of file DevicePath.h.
#define MSG_IPv4_DP 0x0c |
IPv4 Device Path SubType
Definition at line 566 of file DevicePath.h.
#define MSG_IPv6_DP 0x0d |
IPv6 Device Path SubType.
Definition at line 607 of file DevicePath.h.
#define MSG_ISCSI_DP 0x13 |
iSCSI Device Path SubType
Definition at line 925 of file DevicePath.h.
#define MSG_MAC_ADDR_DP 0x0b |
MAC Address Device Path SubType.
Definition at line 550 of file DevicePath.h.
#define MSG_NVME_NAMESPACE_DP 0x17 |
NvmExpress Namespace Device Path SubType.
Definition at line 833 of file DevicePath.h.
#define MSG_NVME_OF_NAMESPACE_DP 0x22 |
NVMe over Fabric (NVMe-oF) Namespace Device Path SubType.
Definition at line 843 of file DevicePath.h.
#define MSG_SASEX_DP 0x16 |
Serial Attached SCSI (SAS) Ex Device Path SubType
Definition at line 809 of file DevicePath.h.
#define MSG_SATA_DP 0x12 |
SATA Device Path SubType.
Definition at line 510 of file DevicePath.h.
#define MSG_SCSI_DP 0x02 |
SCSI Device Path SubType.
Definition at line 346 of file DevicePath.h.
#define MSG_SD_DP 0x1A |
SD (Secure Digital) Device Path SubType.
Definition at line 907 of file DevicePath.h.
#define MSG_UART_DP 0x0e |
UART Device Path SubType.
Definition at line 692 of file DevicePath.h.
#define MSG_UFS_DP 0x19 |
Universal Flash Storage (UFS) Device Path SubType.
Definition at line 891 of file DevicePath.h.
#define MSG_URI_DP 0x18 |
Uniform Resource Identifiers (URI) Device Path SubType
Definition at line 879 of file DevicePath.h.
#define MSG_USB_CLASS_DP 0x0f |
USB Class Device Path SubType.
Definition at line 434 of file DevicePath.h.
#define MSG_USB_DP 0x05 |
USB Device Path SubType.
Definition at line 418 of file DevicePath.h.
#define MSG_USB_WWID_DP 0x10 |
USB WWID Device Path SubType.
Definition at line 467 of file DevicePath.h.
#define MSG_VENDOR_DP 0x0a |
Definition at line 744 of file DevicePath.h.
#define MSG_VLAN_DP 0x14 |
VLAN Device Path SubType.
Definition at line 964 of file DevicePath.h.
#define MSG_WIFI_DP 0x1C |
Wi-Fi Device Path SubType.
Definition at line 988 of file DevicePath.h.
#define NO_DISK_SIGNATURE 0x00 |
Definition at line 1062 of file DevicePath.h.
#define NVDIMM_NAMESPACE_DP 0x20 |
NVDIMM Namespace Device Path SubType.
Definition at line 732 of file DevicePath.h.
#define PNP_EISA_ID_CONST 0x41d0 |
Definition at line 253 of file DevicePath.h.
#define PNP_EISA_ID_MASK 0xffff |
Definition at line 258 of file DevicePath.h.
#define SATA_HBA_DIRECT_CONNECT_FLAG 0x8000 |
Flag for if the device is directly connected to the HBA.
Definition at line 533 of file DevicePath.h.
#define SIGNATURE_TYPE_GUID 0x02 |
Definition at line 1064 of file DevicePath.h.
#define SIGNATURE_TYPE_MBR 0x01 |
Definition at line 1063 of file DevicePath.h.
#define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName) |
Definition at line 1107 of file DevicePath.h.
#define UART_FLOW_CONTROL_HARDWARE 0x00000001 |
Definition at line 771 of file DevicePath.h.
#define UART_FLOW_CONTROL_XON_XOFF 0x00000010 |
Definition at line 772 of file DevicePath.h.
Device Path protocol definition for backward-compatible with EFI1.1.
Definition at line 63 of file DevicePath.h.
Definition at line 745 of file DevicePath.h.