summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_local.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxopenslxSimon Rettberg2024-04-121-132/+162
|\
| * [efi] Add error table entry for local filesystem EFI_NOT_FOUND errorMichael Brown2024-03-291-1/+18
| * [efi] Report local file errors during download, rather than on openingMichael Brown2024-03-291-124/+130
* | Merge branch 'master' into openslxSimon Rettberg2023-04-041-10/+10
|\|
| * [efi] Expose efi_path_next() utility functionMichael Brown2022-12-221-10/+10
| * [efi] Allow passing a NULL device path to path utility functionsMichael Brown2022-12-221-1/+1
* | [efi] local: Allow loading from any volume by using file://*/...Simon Rettberg2021-10-051-7/+82
|/
* [efi] Split device path functions out to efi_path.cMichael Brown2020-10-161-2/+2
* [efi] Defer local download process until file has been openedMichael Brown2020-10-131-2/+5
* [efi] Use device path to locate filesystem from which we were loadedMichael Brown2020-08-031-2/+13
* [efi] Provide access to files stored on EFI filesystemsMichael Brown2016-03-141-0/+573