aboutsummaryrefslogtreecommitdiff
path: root/src/interface/efi/efi_path.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[efi] Extract basic network settings from loaded image device pathMichael Brown1-0/+241
2024-03-26[efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown1-0/+24
2024-03-19[efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown1-0/+40
2024-03-06[efi] Add efi_path_guid() utility functionMichael Brown1-0/+43
2023-01-28[legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown1-0/+2
2023-01-23[efi] Add efi_path_prev() utility functionMichael Brown1-7/+20
2023-01-23[efi] Add efi_path_terminate() utility functionMichael Brown1-24/+8
2022-12-22[efi] Add efi_path_vlan() utility functionMichael Brown1-0/+23
2022-12-22[efi] Expose efi_path_next() utility functionMichael Brown1-5/+29
2022-12-22[efi] Allow passing a NULL device path to path utility functionsMichael Brown1-4/+4
2020-10-23[infiniband] Allow SRP device to be described using an EFI device pathMichael Brown1-0/+55
2020-10-22[fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown1-0/+31
2020-10-20[iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown1-0/+70
2020-10-19[aoe] Allow AoE device to be described using an EFI device pathMichael Brown1-0/+47
2020-10-19[efi] Provide utility function to concatenate device pathsMichael Brown1-0/+52
2020-10-19[efi] Split efi_netdev_path() out to a separate functionMichael Brown1-0/+65
2020-10-19[efi] Provide efi_uri_path() to construct a URI device pathMichael Brown1-0/+43
2020-10-16[efi] Split efi_usb_path() out to a separate functionMichael Brown1-0/+60
2020-10-16[efi] Define an interface operation to describe using an EFI device pathMichael Brown1-0/+26
2020-10-16[efi] Split device path functions out to efi_path.cMichael Brown1-0/+57