mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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>
This commit is contained in:
parent
506dc52d5d
commit
4e6b5d6503
6 changed files with 94 additions and 22 deletions
|
@ -22,10 +22,6 @@ static const struct efi_device_path END = {
|
|||
.length = sizeof(END),
|
||||
};
|
||||
|
||||
#define U_BOOT_GUID \
|
||||
EFI_GUID(0xe61d73b9, 0xa384, 0x4acc, \
|
||||
0xae, 0xab, 0x82, 0xe8, 0x28, 0xf3, 0x62, 0x8b)
|
||||
|
||||
/* template ROOT node: */
|
||||
static const struct efi_device_path_vendor ROOT = {
|
||||
.dp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue