summaryrefslogtreecommitdiffstats
path: root/src/boot (follow)
Commit message (Expand)AuthorAgeFilesLines
* boot: Use UEFI protocol struct namesJan Janssen2022-07-078-18/+18
* boot: Use typedef for PE structsJan Janssen2022-07-071-33/+33
* boot: Constify PE sections typeJan Janssen2022-07-074-8/+8
* boot: Use void for base pointerJan Janssen2022-07-072-10/+10
* boot: Use open_volume when creating cpioJan Janssen2022-07-071-11/+3
* tree-wide: link to docs.kernel.org for kernel documentationnl67202022-07-042-2/+2
* tree-wide: use html links for kernel docsZbigniew Jędrzejewski-Szmek2022-07-021-1/+1
* Merge pull request #23821 from dtardon/ascii-loggingYu Watanabe2022-06-281-1/+1
|\
| * tree-wide: allow ASCII fallback for … in logsDavid Tardon2022-06-281-1/+1
* | boot: Use stdboolJan Janssen2022-06-2718-134/+137
* | boot: Use charJan Janssen2022-06-2715-182/+171
* | boot: Use char16_tJan Janssen2022-06-2721-199/+217
* | boot: Use stdint typesJan Janssen2022-06-2723-402/+391
* | boot: Remove use of EFI_ERRORJan Janssen2022-06-2718-187/+183
* | boot: Rename remaining EFI_STATUS vars to err for consistencyJan Janssen2022-06-272-29/+29
|/
* boot: Fix calls to ResetSystemJan Janssen2022-06-231-3/+4
* meson: Reorder cflags for sd-bootJan Janssen2022-06-171-19/+17
* Merge pull request #23691 from medhefgo/efi-clangYu Watanabe2022-06-105-112/+155
|\
| * boot: Use parse_number16 for boot counter parsingJan Janssen2022-06-101-101/+46
| * boot: Drop use of AtoiJan Janssen2022-06-102-11/+20
| * boot: Add parse_number8/16Jan Janssen2022-06-103-0/+89
* | Merge pull request #23701 from medhefgo/boot-memYu Watanabe2022-06-101-5/+25
|\ \
| * | boot: Use memcpy/memset provided by firmwareJan Janssen2022-06-101-0/+18
| * | boot: Mark memcmp/memcpy/memset aliases as usedJan Janssen2022-06-101-5/+7
| |/
* | boot: use efi_memcpy inplace of memcpyShreenidhi Shedi2022-06-101-1/+1
* | efi-string: Remove one more |= for boolJan Janssen2022-06-101-1/+2
|/
* boot/efi-string: check the end of haystack before testing remaining patternYu Watanabe2022-06-102-5/+2
* boot: Drop use of DuplicateDevicePathJan Janssen2022-06-091-1/+17
* boot: Don't copy device pathJan Janssen2022-06-091-6/+1
* boot: Drop use of LibLocateHandleJan Janssen2022-06-091-2/+2
* boot: Drop use of UnpackDevicePathJan Janssen2022-06-091-12/+13
* boot: Drop use of FileDevicePathJan Janssen2022-06-094-6/+44
* boot: Use xmallocJan Janssen2022-06-0911-83/+72
* boot: Add xmallocJan Janssen2022-06-091-11/+42
* boot: Drop use of DevicePathFromHandleJan Janssen2022-06-092-7/+10
* boot: Drop use of LibLocateProtocolJan Janssen2022-06-096-8/+8
* boot: Drop use of LibOpenRootJan Janssen2022-06-095-17/+41
* boot: Drop use of LibGetSystemConfigurationTableJan Janssen2022-06-091-4/+11
* boot: Drop use of MetaiMatchJan Janssen2022-06-091-4/+11
* boot: Add efi_fnmatchJan Janssen2022-06-093-0/+155
* bootctl: inline iterator variableZbigniew Jędrzejewski-Szmek2022-06-071-6/+5
* boot: use CMP() macro for safetyYu Watanabe2022-06-022-6/+9
* boot: make several functions inlineYu Watanabe2022-06-022-43/+29
* boot: fix typoYu Watanabe2022-06-021-1/+1
* Merge pull request #23531 from yuwata/sd-bus-drop-version-2Yu Watanabe2022-06-012-5/+5
|\
| * boot: use ALIGN4()Yu Watanabe2022-05-312-5/+5
* | boot: Use xstrdup8/16Jan Janssen2022-05-313-23/+22
* | boot: Add xstrdup8/16Jan Janssen2022-05-316-23/+124
* | boot: Use memcmp/memcpy/memsetJan Janssen2022-05-3112-38/+38
* | boot: Add memcmp/memcpy/memsetJan Janssen2022-05-313-1/+127