commit | 4e6b5d6503ce8f16f00df4aedd137e919026dfad | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Sep 20 21:58:23 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:31 2018 +0200 |
tree | 8b721e1fde6b17f202b771eb947e4fe216cb3f60 | |
parent | 506dc52d5da1b6fea15da39904487c4b0218eaf2 [diff] |
efi_loader: create root node Currently we assign a lot of protocols to loaded images though these protocols are not related to them. Instead they should be installed on a separate handle. Via the device path it is the parent to the devices like the network adapter. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>