
7 Aug
2020
7 Aug
'20
7:46 p.m.
Up to now we have been using environment variable 'bootargs' in the boot manager to set the load options of the loaded image protocol. Instead we should use the optional data.
Heinrich Schuchardt (2): efi_loader: factor out efi_set_load_options() efi_loader: set load options in boot manager
cmd/bootefi.c | 75 +++++++++++++++--------------------- cmd/efidebug.c | 4 +- include/efi_loader.h | 5 ++- lib/efi_loader/efi_bootmgr.c | 70 +++++++++++++++++++++++++++------ 4 files changed, 96 insertions(+), 58 deletions(-)
-- 2.28.0