]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: reimplement LocateDevicePath
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 26 Nov 2017 13:05:10 +0000 (14:05 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:35:30 +0000 (13:35 +0100)
commit4758125a47be533c4761dfb4becd4a4d7a30ee12
treee7ecd596c035066ffcc4e561452e5809ef36e4eb
parentc2af090465cfca1c6febe44a2d36d4b534837b28
efi_loader: reimplement LocateDevicePath

The current implementation of efi_locate_device_path does not match
the UEFI specification. It completely ignores the protocol
parameters.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c