]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/boot/efi/stub.c
boot: Split out device path functions
authorJan Janssen <medhefgo@web.de>
Sat, 7 Jan 2023 10:39:07 +0000 (11:39 +0100)
committerJan Janssen <medhefgo@web.de>
Wed, 22 Feb 2023 20:54:11 +0000 (21:54 +0100)
commite6d7dc9ada482e1a7a26197a5bf93714292c7958
tree7da7d662415b42954e375bd28d83272d2746f155
parent8e760b3fcde1649517552ca529c13196c0b61021
boot: Split out device path functions

No code changes aside from renaming path_replace_hd() and making its
parameter take any device path node type.
12 files changed:
src/boot/efi/boot.c
src/boot/efi/cpio.c
src/boot/efi/device-path-util.c [new file with mode: 0644]
src/boot/efi/device-path-util.h [new file with mode: 0644]
src/boot/efi/drivers.c
src/boot/efi/meson.build
src/boot/efi/part-discovery.c
src/boot/efi/shim.c
src/boot/efi/stub.c
src/boot/efi/util.c
src/boot/efi/util.h
src/boot/efi/vmm.c