summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_path.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Extract basic network settings from loaded image device pathMichael Brown2024-03-261-0/+241
* [efi] Add efi_path_mac() to parse a MAC address from an EFI device pathMichael Brown2024-03-261-0/+24
* [efi] Add efi_path_uri() to parse a URI from an EFI device pathMichael Brown2024-03-191-0/+40
* [efi] Add efi_path_guid() utility functionMichael Brown2024-03-061-0/+43
* [legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown2023-01-281-0/+2
* [efi] Add efi_path_prev() utility functionMichael Brown2023-01-231-7/+20
* [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-231-24/+8Star
* [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-221-0/+23
* [efi] Expose efi_path_next() utility functionMichael Brown2022-12-221-5/+29
* [efi] Allow passing a NULL device path to path utility functionsMichael Brown2022-12-221-4/+4
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-231-0/+55
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-221-0/+31
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-201-0/+70
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-191-0/+47
* [efi] Provide utility function to concatenate device pathsMichael Brown2020-10-191-0/+52
* [efi] Split efi_netdev_path() out to a separate functionMichael Brown2020-10-191-0/+65
* [efi] Provide efi_uri_path() to construct a URI device pathMichael Brown2020-10-191-0/+43
* [efi] Split efi_usb_path() out to a separate functionMichael Brown2020-10-161-0/+60
* [efi] Define an interface operation to describe using an EFI device pathMichael Brown2020-10-161-0/+26
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-161-0/+57