commit | 4534ad699f9799eb83a35ac93fbc4a21bd018fb2 | [log] [tgz] |
---|---|---|
author | xypron.glpk@gmx.de <xypron.glpk@gmx.de> | Tue Jul 11 22:06:24 2017 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 19 14:14:40 2017 +0200 |
tree | 349755e54709b23c59264acedea2cd510615727b | |
parent | cb486a4aa645ca90258d5da855dc34fadcbca15d [diff] |
efi_loader: reimplement efi_locate_protocol The UEFI specification requires that LocateProtol finds the first handle supporting the protocol and to return a pointer to its interface. So we have to assign the protocols to an efi_object and not use any separate storage. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>