Systemd/src/boot/efi
Paul Cercueil 3a712fda86 sd-boot: Add small comments after device-specific key macros
The key macros added in commit 6fe95d3020 look strange at first sight.
Add a comment with just the tablet name after each line, so that it's
obvious that these lines address device-specific issues of the EFI
firmware, and not broken/old code.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2020-06-18 15:57:11 +02:00
..
boot.c sd-boot: Add small comments after device-specific key macros 2020-06-18 15:57:11 +02:00
console.c codespell: fix spelling errors 2019-04-29 16:47:18 +02:00
console.h console: avoid promotion to signed int 2018-10-12 12:38:41 +02:00
crc32.c sd-boot: also look for boot loader entries in the XBOOTLDR partition 2019-03-01 12:41:32 +01:00
crc32.h sd-boot: also look for boot loader entries in the XBOOTLDR partition 2019-03-01 12:41:32 +01:00
disk.c tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
disk.h tree-wide: use c99 static for array size declarations 2019-01-04 12:37:25 +01:00
graphics.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
graphics.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
linux.c src/boot/efi/linux: elide __attribute__((regparm(0))) on non-i386 2019-08-15 16:36:10 -04:00
linux.h Make systemd-boot compliant with the Linux Boot / EFI Handover Protocol 2019-02-20 22:59:52 +01:00
loader-features.h bootctl: add new feature flag for indicating random seed management support 2019-07-25 17:10:51 +02:00
measure.c Remove unneded {}s 2020-04-13 09:31:49 +02:00
measure.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
meson.build boot: Ensure ARM UEFI binary does not contain FP/SIMD instructions 2020-03-08 15:21:00 +09:00
missing_efi.h boot: fix build with gnu-efi older than 3.0.5 2019-07-30 18:58:15 +02:00
no-undefined-symbols.sh scripts: use 4 space indentation 2019-04-12 08:30:31 +02:00
pe.c boot: Add ARM64 support to the EFI stub 2019-11-14 10:03:08 +01:00
pe.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
random-seed.c sd-boot: Don't loudly complain if RNG protocol isn't available 2019-10-30 17:47:50 +01:00
random-seed.h sd-boot: read random seed from ESP and pass it to OS 2019-07-25 18:16:46 +02:00
sha256.c efi: steal glibc sha256 implementation 2019-07-25 17:10:51 +02:00
sha256.h efi: steal glibc sha256 implementation 2019-07-25 17:10:51 +02:00
shim.c src/boot/efi/shim: elide __attribute__((sysv_abi)) on non-intel archs 2019-08-15 16:36:10 -04:00
shim.h tree-wide: remove various unused functions 2018-12-02 13:35:34 +09:00
splash.c boot: change multiplication order 2018-10-02 12:54:00 +02:00
splash.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
stub.c sd-boot: fix -Wpointer-sign warning 2020-01-31 19:59:34 +09:00
util.c sd-boot: fix warning about comparison is always true 2020-01-31 19:20:34 +09:00
util.h efi: fix build. 2020-01-27 16:13:28 +09:00