]> git.sur5r.net Git - u-boot/commit
efi_loader: write protocol GUID in OpenProtocol
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 18 Aug 2017 15:45:16 +0000 (17:45 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:56 +0000 (23:53 +0200)
commitae0bd3a983023aeb48b4ab3f417e5a62f8f72c37
tree2f7e804d6be32316467c9c010d30bc4e2a8b51ad
parentda94073b42cad349879ae5741e0b0fb3ac59a067
efi_loader: write protocol GUID in OpenProtocol

To understand what is happening in OpenProtocol or LocateProtocol
it is necessary to know the protocol interface GUID.
Let's write a debug message.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/efi_loader.h
lib/efi_loader/efi_boottime.c