summaryrefslogtreecommitdiff
path: root/src/boot/efi
Commit message (Expand)AuthorAgeFilesLines
* sd-boot: Support installing new devicetreeEmil Renner Berthing2021-09-105-1/+200
* efi: drop spaces between function name and "("Lennart Poettering2021-09-011-19/+19
* efi: make EFI_GUID generally constantLennart Poettering2021-09-018-27/+28
* src/boot/efi/linux: fix linux_exec prototypeAlfonso Sánchez-Beato2021-08-202-2/+2
* sd-boot: Use UEFI provided CRC32Jan Janssen2021-08-184-170/+10
* sd-boot: Draw custom edit cursorJan Janssen2021-08-171-12/+16
* sd-boot: Add compile-time color supportJan Janssen2021-08-172-13/+23
* sd-boot: Improve key bindingsJan Janssen2021-08-171-1/+8
* sd-boot: Render title entries centered and not to entire screen widthJan Janssen2021-08-171-22/+18
* sd-boot: Introduce print_at helper functionJan Janssen2021-08-173-49/+33
* sd-boot: Fix marking EFI var default entryJan Janssen2021-08-171-7/+4
* sd-boot: Allow automatic entries to be defaultJan Janssen2021-08-161-4/+1
* sd-boot: Improve selection of initial entries to showJan Janssen2021-08-161-17/+15
* sd-boot: Detect windows boot loader title from BCDJan Janssen2021-08-161-3/+51
* sd-boot: Add memmem_safe and memory_startswithJan Janssen2021-08-162-0/+21
* sd-boot: Try harder to detect ourselvesJan Janssen2021-08-162-15/+37
* sd-boot: Fix PE section parsingJan Janssen2021-08-168-101/+149
* sd-boot: Allow on/off and t/f for booleans tooJan Janssen2021-08-121-2/+6
* sd-boot: Provide error messages when parsing a config option failsJan Janssen2021-08-121-19/+14
* sd-boot: Rework console input handlingJan Janssen2021-08-123-68/+91
* sd-boot: Use StrSize where it makes senseJan Janssen2021-08-123-15/+15
* sd-boot: Assert all the things!Jan Janssen2021-08-1212-7/+247
* sd-boot: Add assert implementationJan Janssen2021-08-122-2/+22
* sd-boot: Fix possible null pointer dereferenceJan Janssen2021-08-121-1/+1
* sd-boot: Don't use magic integer constantsJan Janssen2021-08-121-9/+9
* sd-boot: Unify error handlingJan Janssen2021-08-125-110/+75
* Fix the "Failed to open random seed ..." message.longpanda2021-08-091-1/+1
* sd-boot: time measurements for the ARM64Max Resch2021-08-061-0/+14
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-9/+9
* Disable non-explicit sbatvars autodetection for cross builds.James Hilliard2021-07-101-1/+1
* meson: do not share compiler flags except for emitting warningsYu Watanabe2021-06-081-0/+1
* efi: drop glibc header and use pre-defined macrosYu Watanabe2021-06-032-3/+1
* meson: enable more warnings when building efi binaryYu Watanabe2021-06-021-14/+18
* efi: constify several arguments of functions which handle loader entriesYu Watanabe2021-06-021-21/+20
* efi: drop const qualifiers from arguments in uefi_call_wrapper()Yu Watanabe2021-06-022-7/+7
* efi: add const qualifier to EFI variable handling functionsYu Watanabe2021-06-022-8/+8
* efi: add const qualifier to string utilsYu Watanabe2021-06-022-8/+8
* efi: include endian.h to handle endian correctlyYu Watanabe2021-06-021-0/+2
* efi: do not use _STRING_ARCH_unaligned macroYu Watanabe2021-06-021-3/+6
* efi: use meson object directly instead of going through 'substs'Zbigniew Jędrzejewski-Szmek2021-05-191-2/+2
* meson: print autodetected sbat fieldsZbigniew Jędrzejewski-Szmek2021-05-141-0/+1
* meson: call find_program() once and reuse the variable everywhereZbigniew Jędrzejewski-Szmek2021-05-141-4/+5
* meson: rework test-efi-disk.img creation to not require variablesZbigniew Jędrzejewski-Szmek2021-05-101-21/+20
* boot/efi: add --build-id=sha1 to ELF efi objectsDimitri John Ledkov2021-05-101-0/+1
* boot/efi: install ELF linux.elf.stub in addition to PE linux.efi.stubDimitri John Ledkov2021-05-101-4/+7
* boot: add optional EFI SBAT supportDimitri John Ledkov2021-05-072-0/+44
* boot/efi: add ARM (THUMB) and RISCV64 machine typesDimitri John Ledkov2021-05-061-1/+5
* meson: make one check shorterZbigniew Jędrzejewski-Szmek2021-05-041-1/+1
* boot/efi: compile on riscv64Emil Renner Berthing2021-04-221-3/+3
* src: shellcheck-ify shell scriptsFrantisek Sumsal2021-04-201-2/+3