commit | 79d7202768bfd4ae7afaa6e9a08cabff9833e75b | [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 | 44389cbbcb21624ac4100616c73d6d2eebcd062b [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>