]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: set load options in boot manager
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 7 Aug 2020 15:49:39 +0000 (17:49 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 8 Aug 2020 17:03:24 +0000 (19:03 +0200)
commit0ad64007feb93dced461647c75f782160b1c8ede
treed42e685d39a74b5e8273dcd97347f24870126a2b
parent1064d04920beba5564c84fde1993dd39c809ed49
efi_loader: set load options in boot manager

Up to now we used the value of the bootargs environment variable as load
options in the boot manager. This is not correct. The data has to be taken
from the Boot#### variable.

Let the boot manager copy the optional data of the EFI_LOAD_OPTION as load
options to the loaded image protocol.

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