]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: Stop linking against libefi.a 26110/head
authorJan Janssen <medhefgo@web.de>
Sun, 5 Jun 2022 15:35:03 +0000 (17:35 +0200)
committerJan Janssen <medhefgo@web.de>
Fri, 20 Jan 2023 20:02:16 +0000 (21:02 +0100)
commit1d278ad7d4635eed33bad73dd3fbd563d3ce0209
tree1063bf60ac7f847f1f3c78bafbb2d823c5c758bb
parent31a131bb32d415acde25569ccfcf9d1b9402dec5
boot: Stop linking against libefi.a

libefi.a just provided the c helper API that was slowly removed. As we
do not depend on anything provided by it anymore, it is safe to drop
now.

Since the ST/BS/RT pointers are very convenient and needed everywhere,
they are retained and initialized by us.
src/boot/efi/boot.c
src/boot/efi/efi-string.c
src/boot/efi/meson.build
src/boot/efi/secure-boot.c
src/boot/efi/stub.c
src/boot/efi/util.h