]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: factor out efi_set_load_options()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Aug 2020 15:47:13 +0000 (17:47 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 8 Aug 2020 17:03:24 +0000 (19:03 +0200)
commit1064d04920beba5564c84fde1993dd39c809ed49
treeff82f9fd5ef885e6f2f9d567cacf882c8706ca44
parentdd92aad81c8e3f3adaeaf0ca793fbfa06edec712
efi_loader: factor out efi_set_load_options()

The bootefi bootmgr command has to set the load options for a loaded image
from the value of BootXXXX variable. If the boot manager is not used, the
value is set from the environment variable bootargs (or efi_selftest).

Factor out a common function efi_set_load_options().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/efi_bootmgr.c