efi_loader: create root node
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 20 Sep 2018 19:58:23 +0000 (21:58 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:31 +0000 (21:55 +0200)
commit4e6b5d6503ce8f16f00df4aedd137e919026dfad
tree8b721e1fde6b17f202b771eb947e4fe216cb3f60
parent506dc52d5da1b6fea15da39904487c4b0218eaf2
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>
cmd/bootefi.c
include/efi_loader.h
lib/efi_loader/Makefile
lib/efi_loader/efi_boottime.c
lib/efi_loader/efi_device_path.c
lib/efi_loader/efi_root_node.c [new file with mode: 0644]