]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: rename efifirmware.[ch] -> efi-firmware.[ch] 36230/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Feb 2025 04:39:49 +0000 (13:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 1 Feb 2025 04:54:01 +0000 (13:54 +0900)
commit52a0bf162179313ad719df3a8f645e91bbea402c
tree69c9787df0ed4bc9deaaf17c2162a381f6399f37
parent8963df6c817b8c388e004f78498ca53ebe76f2ad
boot: rename efifirmware.[ch] -> efi-firmware.[ch]

This also
- renames efifirmware_match_by_fwid() -> efi_firmware_match_by_fwid(),
- drops unnecessary wrapper efifw_get_fwid(),
- drops unnecessary inclusion of header <endian.h>,
- sort files in meson.build.

No functional change, just refactoring and follow-ups for
83bf58f39dbe947c1b4f394667f42a0c557fd94c.
src/boot/efi-firmware.c [moved from src/boot/efifirmware.c with 73% similarity]
src/boot/efi-firmware.h [moved from src/boot/efifirmware.h with 92% similarity]
src/boot/meson.build
src/boot/pe.c