]> git.ipfire.org Git - thirdparty/u-boot.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)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 1 Jun 2021 11:38:24 +0000 (13:38 +0200)
commitd45ed9ca8c1f0f6c391f531f562b42120c8ff126
tree882e8ecc6ceb68c660b1809126f4ea618b04eed0
parente4f3874eee126a939c11f141342cddc4d008de1e
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>
State: upstream (b6f11098c9a619f480582b26edd26c5b195c69f4)
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