]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 4 Dec 2020 02:33:41 +0000 (03:33 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:32 +0000 (09:15 +0100)
commit103fbf981b85960e2e2b9fafe38c2d2bedbee44d
treecfd26fc6214c102c774f15ab6b8935ba6c43c5f6
parent8a20c5e0921c6786fe81a325ae698a03bb2b1b3d
efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUID

The EFI_LOAD_FILE_PROTOCOL_GUID and EFI_LOAD_FILE2_PROTOCOL_GUID are needed
to complement the implementation of the LoadFile() boot service.

Remove a duplicate declaration of a variable for the
EFI_LOAD_FILE2_PROTOCOL_GUID.
Move the remaining declaration to efi_boottime.c.
Add a variable for the EFI_LOAD_FILE_PROTOCOL_GUID.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_load_initrd.c
lib/efi_selftest/efi_selftest_load_initrd.c