diff options
| author | Tom Rini <[email protected]> | 2023-04-01 10:55:06 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-01 10:55:06 -0400 |
| commit | 6c617e082d181cff0c8d5b2ab8d00f5017cc13e1 (patch) | |
| tree | 805c0e0179018ba244223c5f49be4911b841d30c /include | |
| parent | 897d634a9861feedbccf63fad5383670dd973276 (diff) | |
| parent | dfd4288173245f0ea03df3e73cf62848c0212d98 (diff) | |
Merge tag 'efi-2023-04-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-04-rc6
Documentation:
* describe skipping triggering a pipeline in Gitlab
UEFI:
* correct shortening of device-paths for boot options
Diffstat (limited to 'include')
| -rw-r--r-- | include/efi_api.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index c57868abbd9..404e9a1171a 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -610,6 +610,7 @@ struct efi_device_path_acpi_path { # define DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR 0x0b # define DEVICE_PATH_SUB_TYPE_MSG_UART 0x0e # define DEVICE_PATH_SUB_TYPE_MSG_USB_CLASS 0x0f +# define DEVICE_PATH_SUB_TYPE_MSG_USB_WWI 0x10 # define DEVICE_PATH_SUB_TYPE_MSG_SATA 0x12 # define DEVICE_PATH_SUB_TYPE_MSG_NVME 0x17 # define DEVICE_PATH_SUB_TYPE_MSG_URI 0x18 |
