commit | 88adae5ef057845f6bc69c63123df4332fe835b1 | [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 | 011f432745ae7fdb645e16c03382a4181d262619 [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>