summaryrefslogtreecommitdiff
path: root/src/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* efi: explicitly cast physical address to UINTN when converting to/from pointersLennart Poettering2018-05-313-3/+3
* meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900)Yu Watanabe2018-05-041-8/+13
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* boot: also use _cleanup_freepool_ in util.cZbigniew Jędrzejewski-Szmek2018-03-131-18/+14
* sd-boot: introduce _cleanup_freepool_Zbigniew Jędrzejewski-Szmek2018-03-137-154/+99
* Merge pull request #8086 from hdante/sdboot-setmode-v2Zbigniew Jędrzejewski-Szmek2018-03-073-1/+148
|\
| * boot/efi: improve automatic mode handlingHenrique Dante de Almeida2018-02-031-2/+62
| * boot/efi: add console-mode boot option to change resolutionHenrique Dante de Almeida2018-02-033-1/+88
* | systemd-boot: fix off-by-one buffer overrunZbigniew Jędrzejewski-Szmek2018-03-071-3/+2
* | systemd-boot: reduce indentation in config_entry_add_linux()Zbigniew Jędrzejewski-Szmek2018-03-071-94/+95
* | systemd-boot: Try harder not to add ourselves to the listJan Janssen2018-03-071-4/+24
* | systemd-boot: Make automatic entries configurableJan Janssen2018-01-281-6/+38
* | systemd-boot: Return EFI_STATUS instead of INTN for file_read()Jan Janssen2018-01-284-23/+23
|/
* boot/efi: TPM V2 fix for GetEventLog EFI functionRaphael Vogelgsang2018-01-251-1/+4
* EFI stub: add StubInfo if non-existantДамјан Георгиевски2018-01-151-0/+3
* EFI stub: add LoaderFirmwareInfo, LoaderFirmwareType if non-existantДамјан Георгиевски2018-01-151-0/+14
* EFI stub: add LoaderImageIdentifier if non-existantДамјан Георгиевски2018-01-151-0/+7
* separate flags from shebangbleep_blop2017-12-251-1/+2
* sd-boot, udev: trivial condition simplificationsYu Watanabe2017-12-251-1/+1
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-2/+2
* boot/efi: fixup TPM V2 measuring and logging (#7568)Harald Hoyer2017-12-071-23/+58
* Set secure_boot flag in Kernel Zero-Page (#7482)Max Resch2017-12-063-3/+14
* shim: fix logically dead codeZbigniew Jędrzejewski-Szmek2017-11-281-9/+4
* boot/shim: fix char ** vs char * mismatchZbigniew Jędrzejewski-Szmek2017-11-281-2/+2
* boot/efi: fix NULL dereferenceZbigniew Jędrzejewski-Szmek2017-11-281-7/+7
* Merge pull request #7154 from keszybz/bootspecLennart Poettering2017-11-201-46/+24
|\
| * sd-boot: simplify the implementation of entry uniquificationZbigniew Jędrzejewski-Szmek2017-10-231-46/+24
* | Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* | Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-1920-0/+20
|/
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-044-5/+5
* boot/efi: don't hard fail on error for tpm measure (#6473)Harald Hoyer2017-07-282-4/+2
* build-sys: rename SD_BOOT_LOG_TPM to ENABLE_TPMZbigniew Jędrzejewski-Szmek2017-07-184-4/+4
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-2/+0
* sd-boot: stub: Obtain PE section offsets from RAM, not disk (#6250)Matthew Garrett2017-07-035-81/+83
* sd-boot: added shim signature/MOK validation (#5702)Max Resch2017-05-094-0/+307
* Merge pull request #5842 from keszybz/meson-status-and-conditionalsMichael Biebl2017-05-031-1/+1
|\
| * meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* | sd-boot: remove compiler warning (#5860)Max Resch2017-04-291-3/+3
* | sd-boot: remove unnecessary defines (#5848)Max Resch2017-04-291-4/+1
|/
* meson: add compiler flags for "--tpm" in EFI apps (#5829)Max Resch2017-04-271-0/+2
* meson: also indent scripts with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-251-2/+2
* meson: define gnu_efi_arch for the arch efi name, fix ldsdir detectionZbigniew Jędrzejewski-Szmek2017-04-241-6/+15
* meson: use "sh -eu" and make .sh +x, .py -xZbigniew Jędrzejewski-Szmek2017-04-231-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-165/+166
* meson: use efi-includedir to look for headerZbigniew Jędrzejewski-Szmek2017-04-231-3/+2
* test-efi-create-disk.sh: allow running from separate build dir, hook up to mesonZbigniew Jędrzejewski-Szmek2017-04-231-1/+14
* meson: replace yes/no/auto with true/false/autoZbigniew Jędrzejewski-Szmek2017-04-231-2/+2
* meson: use join_paths consistentlyMichael Biebl2017-04-231-2/+2
* meson: add support for building efi modulesZbigniew Jędrzejewski-Szmek2017-04-232-0/+185