boot: Make all efivar util functions take the guid as an argument
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 30 Jan 2021 23:25:24 +0000 (23:25 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 31 Jan 2021 21:46:05 +0000 (21:46 +0000)
commit5e1f0e6fca28bd26de5b1afb684e6ebb5b516585
tree49c9de4a592f67a56b0f38f1e225808a6b4a90c1
parent7d2ebb6f85cdeb0c4ddcdf08004f0547cad5cfe9
boot: Make all efivar util functions take the guid as an argument

Let's make these functions a little more generic so we can have
them work on more than one GUID. More specifically, this allows
using them with the global guid which will be used a bit more to
extend the secure boot support.
src/boot/efi/boot.c
src/boot/efi/stub.c
src/boot/efi/util.c
src/boot/efi/util.h