summaryrefslogtreecommitdiff
path: root/src/boot/efi/part-discovery.c
Commit message (Expand)AuthorAgeFilesLines
* boot: Take advantage of packed device pathsJan Janssen2023-02-221-6/+3
* boot: Add GUID format helper macroJan Janssen2023-02-221-20/+1
* boot: Move more device path helpers to device-path-util.cJan Janssen2023-02-221-2/+3
* boot: Remove some device path helper macrosJan Janssen2023-02-221-8/+3
* boot: Split out device path functionsJan Janssen2023-02-221-27/+3
* boot: Move disk_get_part_uuid into part-discovery.cJan Janssen2023-02-221-0/+51
* boot: Provide our own EFI API headersJan Janssen2023-02-211-9/+4
* boot: Drop use of efigpt.hJan Janssen2023-02-211-18/+33
* boot: Replace UINTN with size_tJan Janssen2023-01-251-5/+5
* boot: Rework GUID handlingJan Janssen2023-01-201-4/+4
* efi: add efi_guid_equal() helperLennart Poettering2022-12-141-1/+1
* boot: Make sure all partitions drivers are connectedJan Janssen2022-11-291-0/+4
* stub: handle random seed like sd-boot doesJason A. Donenfeld2022-11-231-0/+283