]> git.sur5r.net Git - u-boot/commit
efi_loader: allow creation of more device part nodes
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 20 Jan 2018 20:02:18 +0000 (21:02 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 22 Jan 2018 22:10:05 +0000 (23:10 +0100)
commit9dfd84da8ce930d3f0522213945f7bb59b57ddb2
tree3e60cec3043cecbc981c430575b56dfee97fd35f
parentf76861923986a8042fe7a4e3c4fc565c036bce52
efi_loader: allow creation of more device part nodes

Create device path nodes for UCLASS_ETH udevices.
Create device path nodes of block device children of UCLASS_MMC udevices.
Consistently use debug for unsupported nodes.
Set the log level to error.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
[agraf: Fix build failure by adding #ifdef CONFIG_DM_ETH]
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_device_path.c