commit | 06ec689c91b103a6965c04683f4d6ee91351d07e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 26 14:05:10 2017 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Dec 01 13:35:30 2017 +0100 |
tree | e7ecd596c035066ffcc4e561452e5809ef36e4eb | |
parent | 0b182f1d1c2d82d5b8cf8b14fa5896b5482409aa [diff] |
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>