]> Git Repo - u-boot.git/commit
efi_loader: helper function to add EFI object to list
authorHeinrich Schuchardt <[email protected]>
Sun, 26 Nov 2017 13:05:23 +0000 (14:05 +0100)
committerAlexander Graf <[email protected]>
Fri, 1 Dec 2017 12:41:01 +0000 (13:41 +0100)
commit44549d62c31dc433366b4c5d6e58e0e3091e542b
treefd6e03452db855dcb3ac028fded769a2917d3393
parentea54ad59286efe7e600f3e189036fa96989eace4
efi_loader: helper function to add EFI object to list

To avoid duplicate coding provide a helper function that
initializes an EFI object and adds it to the EFI object
list.

efi_exit() is the only place where we dereference a handle
to obtain a protocol interface. Add a comment to the function.

Suggested-by: Alexander Graf <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
include/efi_loader.h
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_disk.c
lib/efi_loader/efi_gop.c
lib/efi_loader/efi_net.c
This page took 0.035293 seconds and 4 git commands to generate.