efi_loader: move load options to new module
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Jan 2021 18:02:49 +0000 (19:02 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 19 Jan 2021 17:56:08 +0000 (18:56 +0100)
commit2363effb7a689de66634ba325e57c2d6fc12f4e9
treef6f00907e8ed29237814e4552cfe634dccbee746
parentdb0dd72e27ce62c5b28f07595b91ed00d0565819
efi_loader: move load options to new module

Move all load options related functions to a new module. So that they can
be compiled independently.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/Makefile
lib/efi_loader/efi_bootmgr.c
lib/efi_loader/efi_load_options.c [new file with mode: 0644]