]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: move efi_var_collect to common functions
authorIlias Apalodimas <apalos@gmail.com>
Fri, 5 Apr 2024 06:50:58 +0000 (09:50 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Apr 2024 09:03:12 +0000 (11:03 +0200)
commitdf1076af36f2377c89a9ebc29cda70a2e2812b9c
treeb846814a8200e89d47ac6bdef44ce094968b39db
parent286546d33bc48539b43fda25f7605ebfd64510ad
efi_loader: move efi_var_collect to common functions

efi_var_collect() was initially placed in efi_var_file.c, since back
then we only supported efi variables stored in a file. Since then we
support variables stored in an RPMB as well and use that function to
collect variables that should be present at runtime.

So let's move it around in efi_var_common.c which makes more sense

Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Ilias Apalodimas <apalos@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Makefile
lib/efi_loader/efi_var_common.c
lib/efi_loader/efi_var_file.c